From 5b8a2d7335d97093b4223a6350ecd7636477f2cf Mon Sep 17 00:00:00 2001 From: ZhouPengcheng <11430725+Z30030737@user.noreply.gitee.com> Date: Thu, 15 Sep 2022 02:11:09 +0000 Subject: [PATCH] Delete libseccomp-help Signed-off-by: ZhouPengcheng <11430725+Z30030737@user.noreply.gitee.com> --- libseccomp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index 90b3c94..17975c9 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,13 +1,12 @@ Name: libseccomp Version: 2.5.0 -Release: 3 +Release: 3.h1 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 -Recommends: %{name}-help = %{version}-%{release} %description The libseccomp library provides an easy to use, platform independent, interface to @@ -68,6 +67,9 @@ make check %{_mandir}/man*/* %changelog +* Thu Sep 15 2022 zhoupengcheng - 2.5.0-3.h1 +- Delete libseccomp-help + * Fri Nov 13 2020 Liquor - 2.5.0-3 - Modify the libseccomp-help dependency -- Gitee