delete -S git from %autosetup, and delete BuildRequires git

Signed-off-by: Wenchao Hao <haowenchao@huawei.com>

Conflicts:
	open-isns.spec
This commit is contained in:
Wenchao Hao 2021-07-30 23:10:53 +08:00
parent e4228fc094
commit 61ebcbdd89

View File

@ -1,6 +1,6 @@
Name: open-isns
Version: 0.100
Release: 6
Release: 7
Summary: The iSNS server and client programs
License: LGPLv2+
URL: https://www.github.com/open-iscsi/open-isns
@ -13,7 +13,7 @@ Patch4: 0004-Do-not-install-isnsd.socket-in-isnsd.service.patch
Patch5: 0005-libisns-remove-sighold-and-sigrelse.patch
BuildRequires: gcc git systemd automake autoconf make
BuildRequires: gcc systemd automake autoconf make
BuildRequires: openssl-devel systemd-devel
Recommends: %{name}-help = %{version}-%{release}
Requires(post): systemd-units
@ -48,7 +48,7 @@ BuildArch: noarch
This package consists of man files for iSNS
%prep
%autosetup -n %{name}-%{version} -S git -p1
%autosetup -n %{name}-%{version} -p1
%build
%configure --enable-shared --disable-static
@ -100,6 +100,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service
%{_mandir}/man8/*
%changelog
* Mon Sep 27 2021 Wenchao Hao <haowenchao@huawei.com> - 0.100-7
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Mon Sep 27 2021 Wenchao Hao <haowenchao@huawei.com> - 0.100-6
- add make tests