From c737001aee6e14c08d2778bd92c0e981f3bd4af3 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Thu, 6 Jan 2022 11:22:51 +0800 Subject: [PATCH] build: rebuild with correct ruby Signed-off-by: Liwei Ge --- libselinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libselinux.spec b/libselinux.spec index 5c649a9..86443f3 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 @@ -276,6 +276,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %endif %changelog +* Thu Jan 6 2022 Liwei Ge - 2.9-5.0.1 +- Rebuild with correct ruby + * Tue Oct 20 2020 Vit Mojzis - 2.9-5 - Deprecate security_compute_user(), update man pages (#1879368) -- Gitee