From e0b8dfab341dc90d16997982cdf7d5c32da8f014 Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Tue, 17 Aug 2021 15:06:54 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git Signed-off-by: Wenchao Hao --- libiscsi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libiscsi.spec b/libiscsi.spec index 3f74026..143f74f 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -1,6 +1,6 @@ Name: libiscsi Version: 1.19.0 -Release: 5 +Release: 6 Summary: Client-side library to implement the iSCSI protocol Recommends: %{name}-utils License: LGPLv2+ and GPLv2+ @@ -24,7 +24,7 @@ Patch15: 0015-test-tools-use-extern-init-in-headers.patch Source: https://github.com/sahlberg/%{name}/archive/%{version}.tar.gz -BuildRequires: gcc git +BuildRequires: gcc BuildRequires: autoconf automake libtool popt-devel CUnit-devel libgcrypt-devel rdma-core-devel chrpath %description @@ -36,7 +36,7 @@ to access the resources of an iSCSI target. # Conflict with iscsi-initiator-utils. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build sh autogen.sh @@ -121,6 +121,9 @@ This package contains utilities of %{name} to connect to iSCSI targets %{_bindir}/iscsi-test-cu %changelog +* Tue Aug 17 2020 haowenchao - 1.19.0-6 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Aug 17 2020 haowenchao - 1.19.0-5 - fix multiple define for gcc10