From f0ee56705abcee3cbb65926d6f93fa1006ebea89 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 18 Apr 2011 09:33:23 -0400 Subject: [PATCH] Update for latest libsepol --- libselinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libselinux.spec b/libselinux.spec index 06ed755..e4a6b26 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,13 +1,13 @@ %global with_python3 1 %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']") -%define libsepolver 2.0.43-2 +%define libsepolver 2.0.44-1 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.102 -Release: 2%{?dist} +Release: 3%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz @@ -236,6 +236,9 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog +* Mon Apr 18 2011 Dan Walsh - 2.0.102-3 +- Update for latest libsepol + * Wed Apr 13 2011 Dan Walsh - 2.0.102-2 - Fix restorecon python binding to accept relative paths