From 82b700c1226f13ab8d95b81129d5a40f4d5b6156 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:02:17 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- libseccomp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index 4eae5ef..78929e4 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,12 +1,12 @@ Name: libseccomp Version: 2.5.1 -Release: 2 +Release: 3 Summary: Interface to the syscall filtering mechanism License: LGPLv2 URL: https://github.com/seccomp/libseccomp Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc git gperf +BuildRequires: gcc gperf %description The libseccomp library provides an easy to use, platform independent, interface to @@ -28,7 +28,7 @@ developing applications that use %{name}. %package_help %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -67,6 +67,9 @@ make check %{_mandir}/man*/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.5.1-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Jul 20 2021 fuanan - 2.5.1-2 - Remove redundant gdb from BuildRequires -- Gitee