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
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.2.3
|
Version: 2.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -133,8 +133,6 @@ an SELinux environment.
|
|||||||
%dir %{python_sitearch}/sepolicy
|
%dir %{python_sitearch}/sepolicy
|
||||||
%{python_sitearch}/sepolicy/*so
|
%{python_sitearch}/sepolicy/*so
|
||||||
%{python_sitearch}/sepolicy/templates
|
%{python_sitearch}/sepolicy/templates
|
||||||
%dir %{python_sitearch}/sepolicy/help
|
|
||||||
%{python_sitearch}/sepolicy/help/*
|
|
||||||
%{python_sitearch}/sepolicy/__init__.py*
|
%{python_sitearch}/sepolicy/__init__.py*
|
||||||
%{python_sitearch}/sepolicy/booleans.py*
|
%{python_sitearch}/sepolicy/booleans.py*
|
||||||
%{python_sitearch}/sepolicy/communicate.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
|
%{_datadir}/system-config-selinux/*.glade
|
||||||
%{python_sitearch}/sepolicy/gui.py*
|
%{python_sitearch}/sepolicy/gui.py*
|
||||||
%{python_sitearch}/sepolicy/sepolicy.glade
|
%{python_sitearch}/sepolicy/sepolicy.glade
|
||||||
|
%dir %{python_sitearch}/sepolicy/help
|
||||||
|
%{python_sitearch}/sepolicy/help/*
|
||||||
%{python3_sitearch}/sepolicy/gui.py*
|
%{python3_sitearch}/sepolicy/gui.py*
|
||||||
%{python3_sitearch}/sepolicy/sepolicy.glade
|
%{python3_sitearch}/sepolicy/sepolicy.glade
|
||||||
%{_datadir}/icons/hicolor/*/apps/sepolicy.png
|
%{_datadir}/icons/hicolor/*/apps/sepolicy.png
|
||||||
@ -370,6 +370,14 @@ The policycoreutils-restorecond package contains the restorecond service.
|
|||||||
%systemd_postun_with_restart restorecond.service
|
%systemd_postun_with_restart restorecond.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 22 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.3-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Apply polkit check on all dbus interfaces and restrict to active user from Dan Walsh.
|
* Apply polkit check on all dbus interfaces and restrict to active user from Dan Walsh.
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
59d33101d57378ce69889cc078addf90 policycoreutils_man_ru2.tar.bz2
|
59d33101d57378ce69889cc078addf90 policycoreutils_man_ru2.tar.bz2
|
||||||
e9134b52e6620c14cbce9234a6b67b20 sepolgen-1.2.1.tgz
|
e9134b52e6620c14cbce9234a6b67b20 sepolgen-1.2.1.tgz
|
||||||
f8e993902b7cd9a9f1a5fddf3f21dec7 policycoreutils-2.2.3.tgz
|
afa39d869ec981f199fd8db0725a4715 policycoreutils-2.2.4.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user