From daeb57d25f1ae3e43700bbf17430bd71a6ea51cc Mon Sep 17 00:00:00 2001 From: chendh6 Date: Thu, 15 Sep 2022 15:55:16 +0800 Subject: [PATCH] change release num in spec file --- 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