From 2e70c3800505f969ca742d221987bfca37dc5d4c Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Fri, 6 Nov 2020 16:14:23 +0800 Subject: [PATCH 1/2] Add libseccomp-help into Requires --- libseccomp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index 9c6d25c..b39e9a9 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,12 +1,13 @@ Name: libseccomp Version: 2.5.0 -Release: 1 +Release: 2 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 gdb gperf +Requires: libseccomp-help %description The libseccomp library provides an easy to use, platform independent, interface to @@ -67,6 +68,9 @@ make check %{_mandir}/man*/* %changelog +* Fri Oct 6 2020 wangchen - 2.5.0-2 +- Add libseccomp-help into Requires. + * Thu Aug 25 2020 Liquor - 2.5.0-1 - update to 2.5.0 -- Gitee From 19c63b411268964ed56d1ebed9f7dc8bf5b3beea Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Fri, 6 Nov 2020 17:16:11 +0800 Subject: [PATCH 2/2] Add libseccomp-help into Requires --- libseccomp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index b39e9a9..0c693c9 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -68,7 +68,7 @@ make check %{_mandir}/man*/* %changelog -* Fri Oct 6 2020 wangchen - 2.5.0-2 +* Fri Nov 6 2020 wangchen - 2.5.0-2 - Add libseccomp-help into Requires. * Thu Aug 25 2020 Liquor - 2.5.0-1 -- Gitee