From 289dbed1b84bb9b55ce85e623a7c62c76d464275 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:59:57 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- libiscsi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libiscsi.spec b/libiscsi.spec index 12fb9e3..d27c4e3 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 @@ -37,7 +37,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 @@ -122,6 +122,9 @@ This package contains utilities of %{name} to connect to iSCSI targets %{_bindir}/iscsi-test-cu %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.19.0-6 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Fri Jul 30 2021 yanglongkang - 1.19.0-5 - fix multiple define for gcc10