From 6e485374242699efdac11fa5f3be58706f0ca3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=B0=8F=E4=BC=99?= <412998149@qq.com> Date: Mon, 10 Feb 2025 07:21:07 +0000 Subject: [PATCH] update libselinux.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 编译小伙 <412998149@qq.com> --- libselinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libselinux.spec b/libselinux.spec index 191eb99..fd587c2 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -3,7 +3,7 @@ Name: libselinux Version: 3.5 -Release: 4 +Release: 5 License: Public Domain Summary: SELinux library and simple utilities Url: https://github.com/SELinuxProject/selinux/wiki @@ -133,6 +133,9 @@ mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist %lang(ru) %{_mandir}/ru/man8/* %changelog +* Mon Feb 10 2025 liyancheng <412998149@qq.com> - 3.5-5 +- do nothing, test PR + * Wed Jan 22 2025 Funda Wang - 3.5-4 - add upstream patch fixing build with swig 4.3.0 - drop useless buildroot cleanup and ldconfig scriptlets -- Gitee