From a85aeff615bb3e648dda34f4f56c204bf34f6576 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 07 2009 15:41:05 +0000 Subject: fix duplicate directory ownership with filesystem, policycoreutils --- diff --git a/selinux-policy.spec b/selinux-policy.spec index ae6e4af..f709c50 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -20,7 +20,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.6.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -59,7 +59,9 @@ Provides: selinux-policy-devel SELinux Base package %files -%{_mandir}/* +%{_mandir}/man*/* +# policycoreutils owns these manpage directories, we only own the files within them +%{_mandir}/ru/*/* %dir %{_usr}/share/selinux %dir %{_usr}/share/selinux/devel %dir %{_usr}/share/selinux/devel/include @@ -473,6 +475,9 @@ exit 0 %endif %changelog +* Tue Jul 7 2009 Tom "spot" Callaway 3.6.21-2 +- fix multiple directory ownership of mandirs + * Wed Jul 1 2009 Dan Walsh 3.6.21-1 - Update to upstream