Rebuild to get latest libsepol which fixes the file_name transition problems
- Update translations - Fix calls to close fd for restorecond
This commit is contained in:
parent
90329f9593
commit
9b6eb5adbc
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
%define libauditver 2.1.3-4
|
||||
%define libsepolver 2.1.5-1
|
||||
%define libsepolver 2.1.5-3
|
||||
%define libsemanagever 2.1.7-1
|
||||
%define libselinuxver 2.1.10-1
|
||||
%define sepolgenver 1.1.6
|
||||
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.1.11
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -23,7 +23,6 @@ Source7: selinux-polgengui.console
|
||||
Source8: policycoreutils_man_ru2.tar.bz2
|
||||
Source10: restorecond.service
|
||||
Patch: policycoreutils-rhat.patch
|
||||
Patch3: policycoreutils-gui.patch
|
||||
Patch4: policycoreutils-sepolgen.patch
|
||||
Obsoletes: policycoreutils < 2.0.61-2
|
||||
Conflicts: filesystem < 3
|
||||
@ -65,7 +64,6 @@ context.
|
||||
%prep
|
||||
%setup -q -a 1
|
||||
%patch -p2 -b .rhat
|
||||
%patch3 -p1 -b .gui
|
||||
%patch4 -p2 -b .sepolgen -d sepolgen-%{sepolgenver}
|
||||
|
||||
%build
|
||||
@ -342,6 +340,11 @@ fi
|
||||
%{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Mon Apr 23 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-6
|
||||
- Rebuild to get latest libsepol which fixes the file_name transition problems
|
||||
- Update translations
|
||||
- Fix calls to close fd for restorecond
|
||||
|
||||
* Fri Apr 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-5
|
||||
- Update translations
|
||||
- Fix sepolgen to discover unit files in /lib/systemd/
|
||||
|
Loading…
Reference in New Issue
Block a user