From 787bbff5862c66ee1bd489cf1ec814e4e5164b2f Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 24 May 2019 15:56:29 +0200 Subject: [PATCH] libselinux-2.9-2.fc31 - Use Python distutils to install SELinux python bindings --- libselinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libselinux.spec b/libselinux.spec index 6fbbc1e..a5b0b3e 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -4,7 +4,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.9 -Release: 1%{?dist} +Release: 2%{?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 @@ -237,6 +237,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %{ruby_vendorarchdir}/selinux.so %changelog +* Fri May 24 2019 Petr Lautrbach - 2.9-2 +- Use Python distutils to install SELinux python bindings + * Mon Mar 18 2019 Petr Lautrbach - 2.9-1 - SELinux userspace 2.9 release