From 3ac09e2e0b6493cbc18f92661125b65f9c11735c Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Thu, 13 Oct 2022 10:57:11 +0800 Subject: [PATCH] Rebuild for multi-arch Signed-off-by: Bo Ren --- libselinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libselinux.spec b/libselinux.spec index a68ad30..fc218df 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,4 +1,4 @@ - +%define anolis_release .0.1 %global with_ruby 1 %if 0%{?with_ruby} @@ -11,7 +11,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.9 -Release: %{libselinuxrelease}%{?dist} +Release: %{libselinuxrelease}%{anolis_release}%{?dist} License: Public Domain # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/libselinux-2.9.tar.gz @@ -278,6 +278,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %endif %changelog +* Thu Oct 13 2022 Bo Ren - 2.9-6.0.1 +- Rebuild for multi-arch + * Thu Jul 07 2022 Vit Mojzis - 2.9-6 - Describe fcontext regular expressions (#1904059) - Strip spaces before values in config (#2012145) -- Gitee