From da291414153f14b865a4215b4e0cda5c17bea52f Mon Sep 17 00:00:00 2001 From: ZhouPengcheng Date: Thu, 15 Sep 2022 08:24:18 +0000 Subject: [PATCH] change release num in spec file Signed-off-by: ZhouPengcheng --- libseccomp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index 75ffab2..49ec8f0 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,6 +1,6 @@ Name: libseccomp Version: 2.5.0 -Release: 3.h1 +Release: 4 Summary: Interface to the syscall filtering mechanism License: LGPLv2 URL: https://github.com/seccomp/libseccomp @@ -67,7 +67,7 @@ make check %{_mandir}/man*/* %changelog -* Thu Sep 15 2022 zhoupengcheng - 2.5.0-3.h1 +* Thu Sep 15 2022 zhoupengcheng - 2.5.0-4 - remove recommend in spec * Fri Nov 13 2020 Liquor - 2.5.0-3 -- Gitee