fix duplicate directory ownership with filesystem, selinux-policy
This commit is contained in:
parent
2cc7fbfc2e
commit
5f4607465f
@ -6,7 +6,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.0.64
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -198,7 +198,9 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/semodule_expand
|
||||
%{_bindir}/semodule_link
|
||||
%{_bindir}/semodule_package
|
||||
%{_mandir}/*
|
||||
%{_mandir}/man*/*
|
||||
# selinux-policy Requires: policycoreutils, so we own this set of directories and our files within them
|
||||
%{_mandir}/ru/
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/newrole
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/run_init
|
||||
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
||||
@ -227,6 +229,9 @@ else
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue Jul 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.64-2
|
||||
- fix multiple directory ownership of mandirs
|
||||
|
||||
* Fri Jun 26 2009 Dan Walsh <dwalsh@redhat.com> 2.0.64-1
|
||||
- Update to upstream
|
||||
* Keep setfiles from spamming console from Dan Walsh.
|
||||
|
Loading…
Reference in New Issue
Block a user