Fix file_context.subs_dist for now to work with pre usrmove

This commit is contained in:
Dan Walsh 2012-01-31 15:26:31 -05:00
parent fb431d4b29
commit 9382499c6f
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,7 @@
/run /var/run
/run/lock /var/lock
/var/run/lock /var/lock
/lib64 /lib
/usr/lib64 /usr/lib
/etc/systemd/system /usr/lib/systemd/system
/etc/systemd/system /lib/systemd/system
/var/lib/xguest/home /home

View File

@ -16,7 +16,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.10.0
Release: 81%{?dist}
Release: 81.1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -471,6 +471,9 @@ SELinux Reference policy mls base module.
%endif
%changelog
* Tue Jan 31 2012 Dan Walsh <dwalsh@redhat.com> 3.10.0-81.1
- Fix file_context.subs_dist for now to work with pre usrmove
* Mon Jan 30 2012 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-81
- More /usr move fixes