delete -Sgit from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-31 16:57:20 +08:00
parent 3668be27f5
commit 05f0fce310
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: jfsutils Name: jfsutils
Version: 1.1.15 Version: 1.1.15
Release: 16 Release: 17
Summary: Administration and debugging tools for the JFS filesystem Summary: Administration and debugging tools for the JFS filesystem
License: GPLv3 License: GPLv3
URL: http://jfs.sourceforge.net/ URL: http://jfs.sourceforge.net/
@ -20,7 +20,7 @@ filesystem, which mainly contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in JFS filesystems. checking, modifying, and correcting any inconsistencies in JFS filesystems.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
%build %build
%configure %configure
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
%license COPYING %license COPYING
%changelog %changelog
* Sat Jul 31 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.1.15-17
- DESC: delete -Sgit from %autosetup
* Sat Jul 31 2021 shixuantong<shixuantong@huawei.com> - 1.1.15-16 * Sat Jul 31 2021 shixuantong<shixuantong@huawei.com> - 1.1.15-16
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA