Add Ryan Hallisey sepolicy gui.
- Update Translations
This commit is contained in:
parent
e396b39f10
commit
2ab6b02e3c
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.1.14
|
||||
Release: 60%{?dist}
|
||||
Release: 61%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -112,7 +112,18 @@ an SELinux environment.
|
||||
%{_bindir}/sandbox
|
||||
%{python_sitearch}/seobject.py*
|
||||
%{python_sitearch}/sepolgen
|
||||
%{python_sitearch}/sepolicy
|
||||
%dir %{python_sitearch}/sepolicy
|
||||
%{python_sitearch}/sepolicy/*so
|
||||
%{python_sitearch}/sepolicy/templates
|
||||
%{python_sitearch}/sepolicy/__init__.py*
|
||||
%{python_sitearch}/sepolicy/booleans.py*
|
||||
%{python_sitearch}/sepolicy/communicate.py*
|
||||
%{python_sitearch}/sepolicy/generate.py*
|
||||
%{python_sitearch}/sepolicy/interface.py*
|
||||
%{python_sitearch}/sepolicy/manpage.py*
|
||||
%{python_sitearch}/sepolicy/network.py*
|
||||
%{python_sitearch}/sepolicy/transition.py*
|
||||
|
||||
%{python_sitearch}/%{name}*.egg-info
|
||||
%{python_sitearch}/sepolicy*.egg-info
|
||||
%{python_sitearch}/%{name}
|
||||
@ -148,8 +159,15 @@ The policycoreutils-devel package contains the management tools use to develop p
|
||||
%{_mandir}/ru/man1/audit2allow.1*
|
||||
%{_mandir}/man1/audit2why.1*
|
||||
%{_bindir}/sepolicy
|
||||
%{_mandir}/man8/sepolicy*.8*
|
||||
%{_mandir}/man8/sepolgen.8*
|
||||
%{_mandir}/man8/sepolicy-booleans.8*
|
||||
%{_mandir}/man8/sepolicy-generate.8*
|
||||
%{_mandir}/man8/sepolicy-interface.8*
|
||||
%{_mandir}/man8/sepolicy-network.8*
|
||||
%{_mandir}/man8/sepolicy.8*
|
||||
%{_mandir}/man8/sepolicy-communicate.8*
|
||||
%{_mandir}/man8/sepolicy-manpage.8*
|
||||
%{_mandir}/man8/sepolicy-transition.8*
|
||||
%{_usr}/share/bash-completion/completions/sepolicy
|
||||
|
||||
%package sandbox
|
||||
@ -212,8 +230,11 @@ system-config-selinux is a utility for managing the SELinux environment
|
||||
%{_datadir}/system-config-selinux/system-config-selinux.png
|
||||
%{_datadir}/system-config-selinux/*.py*
|
||||
%{_datadir}/system-config-selinux/*.glade
|
||||
%{python_sitearch}/sepolicy/gui.py*
|
||||
%{python_sitearch}/sepolicy/sepolicy.glade
|
||||
%{_mandir}/man8/system-config-selinux.8*
|
||||
%{_mandir}/man8/selinux-polgengui.8*
|
||||
%{_mandir}/man8/sepolicy-gui.8*
|
||||
|
||||
%post gui
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
@ -309,8 +330,12 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%systemd_postun_with_restart restorecond.service
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-61
|
||||
- Add Ryan Hallisey sepolicy gui.
|
||||
- Update Translations
|
||||
|
||||
* Mon Jun 24 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-60
|
||||
- Fix semanage module error handling
|
||||
-- Fix semanage module error handling
|
||||
|
||||
* Sun Jun 23 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-59
|
||||
- Add back default exception handling for errors, which argparse rewrite removed.
|
||||
@ -4443,4 +4468,3 @@ written to. fails on 64-bit archs
|
||||
|
||||
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
|
||||
- Initial version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user