Update sepolicy gui code, cleanups and add file transition tab
- Fix semanage argparse problems
This commit is contained in:
parent
56c629dbeb
commit
e61d91108f
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.1.14
|
||||
Release: 71%{?dist}
|
||||
Release: 72%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -129,10 +129,6 @@ an SELinux environment.
|
||||
%{python_sitearch}/sepolicy/transition.py*
|
||||
%{python_sitearch}/sepolicy/sedbus.py*
|
||||
%{_sysconfdir}/dbus-1/system.d/org.fedoraproject.selinux.conf
|
||||
%{_datadir}/system-config-selinux/selinux_server.py
|
||||
%{_datadir}/dbus-1/system/org.fedoraproject.selinux.service
|
||||
%{_datadir}/polkit-1/actions/org.fedoraproject.selinux.policy
|
||||
|
||||
%{python_sitearch}/%{name}*.egg-info
|
||||
%{python_sitearch}/sepolicy*.egg-info
|
||||
%{python_sitearch}/%{name}
|
||||
@ -142,6 +138,9 @@ an SELinux environment.
|
||||
%{_mandir}/man8/sandbox.8*
|
||||
%{_mandir}/man8/semanage*.8*
|
||||
%{_mandir}/ru/man8/semanage.8*
|
||||
%{_datadir}/system-config-selinux/selinux_server.py
|
||||
%{_datadir}/dbus-1/system/org.fedoraproject.selinux.service
|
||||
%{_datadir}/polkit-1/actions/org.fedoraproject.selinux.policy
|
||||
%{_datadir}/bash-completion/completions/semanage
|
||||
%{_datadir}/bash-completion/completions/setsebool
|
||||
|
||||
@ -335,6 +334,10 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%systemd_postun_with_restart restorecond.service
|
||||
|
||||
%changelog
|
||||
* Tue Aug 6 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-72
|
||||
- Update sepolicy gui code, cleanups and add file transition tab
|
||||
- Fix semanage argparse problems
|
||||
|
||||
* Fri Aug 2 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-71
|
||||
- Update sepolicy gui code, adding dbus calls
|
||||
- Update Translations
|
||||
|
Loading…
Reference in New Issue
Block a user