diff --git a/libselinux.spec b/libselinux.spec index 5c649a917530340b3ada663c1151d6a7c4df5b12..86443f30df5d0e1e07fcc7c79f798f5671e5583e 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)