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

This commit is contained in:
chenyanpanHW 2021-07-30 23:02:17 +08:00
parent 488178c494
commit 82b700c122
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,12 +1,12 @@
Name: libseccomp Name: libseccomp
Version: 2.5.1 Version: 2.5.1
Release: 2 Release: 3
Summary: Interface to the syscall filtering mechanism Summary: Interface to the syscall filtering mechanism
License: LGPLv2 License: LGPLv2
URL: https://github.com/seccomp/libseccomp URL: https://github.com/seccomp/libseccomp
Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc git gperf BuildRequires: gcc gperf
%description %description
The libseccomp library provides an easy to use, platform independent, interface to The libseccomp library provides an easy to use, platform independent, interface to
@ -28,7 +28,7 @@ developing applications that use %{name}.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
%build %build
%configure %configure
@ -67,6 +67,9 @@ make check
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.5.1-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Jul 20 2021 fuanan <fuanan3@huawei.com> - 2.5.1-2 * Tue Jul 20 2021 fuanan <fuanan3@huawei.com> - 2.5.1-2
- Remove redundant gdb from BuildRequires - Remove redundant gdb from BuildRequires