Update to upstream
* Revert automatic setting of serange and seuser in seobject; was breaking non-MLS systems. - Add patches for sepolicy gui from mgrepl to Fix advanced_item_button_push() to allow to select an application in advanced search menu Fix previously_modified_initialize() to show modified changes properly for all selections
This commit is contained in:
parent
e0ae96d544
commit
5c1fb32c8b
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.2.3
|
||||
Version: 2.2.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -133,8 +133,6 @@ an SELinux environment.
|
||||
%dir %{python_sitearch}/sepolicy
|
||||
%{python_sitearch}/sepolicy/*so
|
||||
%{python_sitearch}/sepolicy/templates
|
||||
%dir %{python_sitearch}/sepolicy/help
|
||||
%{python_sitearch}/sepolicy/help/*
|
||||
%{python_sitearch}/sepolicy/__init__.py*
|
||||
%{python_sitearch}/sepolicy/booleans.py*
|
||||
%{python_sitearch}/sepolicy/communicate.py*
|
||||
@ -282,6 +280,8 @@ system-config-selinux is a utility for managing the SELinux environment
|
||||
%{_datadir}/system-config-selinux/*.glade
|
||||
%{python_sitearch}/sepolicy/gui.py*
|
||||
%{python_sitearch}/sepolicy/sepolicy.glade
|
||||
%dir %{python_sitearch}/sepolicy/help
|
||||
%{python_sitearch}/sepolicy/help/*
|
||||
%{python3_sitearch}/sepolicy/gui.py*
|
||||
%{python3_sitearch}/sepolicy/sepolicy.glade
|
||||
%{_datadir}/icons/hicolor/*/apps/sepolicy.png
|
||||
@ -370,6 +370,14 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%systemd_postun_with_restart restorecond.service
|
||||
|
||||
%changelog
|
||||
* Tue Dec 3 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.4-1
|
||||
- Update to upstream
|
||||
* Revert automatic setting of serange and seuser in seobject; was breaking non-MLS systems.
|
||||
- Add patches for sepolicy gui from mgrepl to
|
||||
Fix advanced_item_button_push() to allow to select an application in advanced search menu
|
||||
Fix previously_modified_initialize() to show modified changes properly for all selections
|
||||
|
||||
|
||||
* Fri Nov 22 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.3-1
|
||||
- Update to upstream
|
||||
* Apply polkit check on all dbus interfaces and restrict to active user from Dan Walsh.
|
||||
|
Loading…
Reference in New Issue
Block a user