diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec index 7c7e7de..5963bad 100644 --- a/scsi-target-utils.spec +++ b/scsi-target-utils.spec @@ -6,7 +6,7 @@ Summary: The SCSI target daemon and utility programs Name: scsi-target-utils Version: 1.0.79 -Release: 1 +Release: 2 License: GPLv2 URL: http://stgt.sourceforge.net/ Source0: https://github.com/fujita/tgt/archive/v%{version}/tgt-v%{version}.tar.gz @@ -54,7 +54,7 @@ Adds support for the Gluster glfs backstore to scsi-target-utils. %package_help %prep -%autosetup -n %{oname}-%{version} -Sgit -p1 +%autosetup -n %{oname}-%{version} -p1 %build %{__sed} -i -e 's|-g -O2 -fno-strict-aliasing|%{optflags} -fcommon|' -e 's| -Werror | |' usr/Makefile @@ -117,5 +117,8 @@ pushd usr %{_mandir}/man8/* %changelog +* Mon Jul 05 2021 wulei - 1.0.79-2 +- Remove redundant dependencies, Git is only for patching, user patcher instead. + * Fri Dec 13 2019 openEuler Buildteam - 1.0.79-1 - Package init