From afe87e85a1b6d8c21822df94f62c217394b594d0 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Thu, 28 Feb 2013 10:27:35 -0500 Subject: [PATCH] Move matchpathcon to -utils package --- libselinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libselinux.spec b/libselinux.spec index b944435..fbea6d5 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -10,7 +10,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.1.13 -Release: 5%{?dist} +Release: 6%{?dist} License: Public Domain Group: System Environment/Libraries Source: %{name}-%{version}.tgz @@ -191,7 +191,6 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_libdir}/libselinux.so.* /var/run/setrans -%{_sbindir}/matchpathcon %{_sbindir}/sefcontext_compile /usr/lib/tmpfiles.d/libselinux.conf @@ -205,6 +204,7 @@ rm -rf %{buildroot} %{_sbindir}/selinuxexeccon %{_sbindir}/selinuxenabled %{_sbindir}/setenforce +%{_sbindir}/matchpathcon %{_sbindir}/togglesebool %{_mandir}/man5/* %{_mandir}/man8/* @@ -241,6 +241,9 @@ rm -rf %{buildroot} %{ruby_sitearch}/selinux.so %changelog +* Thu Feb 28 2013 Dan Walsh - 2.1.13-6 +- Move matchpathcon to -utils package + * Thu Feb 21 2013 Dan Walsh - 2.1.13-5 - Fix selinux man page to reflect what current selinux policy is.