Don't generate shell script or spec file for sepolicy generate --newtype
- Update translations - Fix sepolicy generate --admin_user man page again - Fix setsebool to print less verbose error messages by default, add -V for ve
This commit is contained in:
parent
101341aa44
commit
27d056afb8
110807
policycoreutils-rhat.patch
110807
policycoreutils-rhat.patch
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: 62%{?dist}
|
||||
Release: 65%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -110,6 +110,11 @@ an SELinux environment.
|
||||
%{_sbindir}/semanage
|
||||
%{_bindir}/chcat
|
||||
%{_bindir}/sandbox
|
||||
%{_bindir}/audit2allow
|
||||
%{_bindir}/audit2why
|
||||
%{_mandir}/man1/audit2allow.1*
|
||||
%{_mandir}/ru/man1/audit2allow.1*
|
||||
%{_mandir}/man1/audit2why.1*
|
||||
%{python_sitearch}/seobject.py*
|
||||
%{python_sitearch}/sepolgen
|
||||
%dir %{python_sitearch}/sepolicy
|
||||
@ -118,10 +123,9 @@ an SELinux environment.
|
||||
%{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/interface.py*
|
||||
%{python_sitearch}/sepolicy/manpage.py*
|
||||
%{python_sitearch}/sepolicy/network.py*
|
||||
%{python_sitearch}/sepolicy/network.py*
|
||||
%{python_sitearch}/sepolicy/transition.py*
|
||||
|
||||
%{python_sitearch}/%{name}*.egg-info
|
||||
@ -148,17 +152,13 @@ Requires: selinux-policy-devel
|
||||
The policycoreutils-devel package contains the management tools use to develop policy in an SELinux environment.
|
||||
|
||||
%files devel
|
||||
%{_bindir}/audit2allow
|
||||
%{_bindir}/audit2why
|
||||
%{_bindir}/sepolgen
|
||||
%{_bindir}/sepolgen-ifgen
|
||||
%{_bindir}/sepolgen-ifgen-attr-helper
|
||||
%dir /var/lib/sepolgen
|
||||
/var/lib/sepolgen/perm_map
|
||||
%{_mandir}/man1/audit2allow.1*
|
||||
%{_mandir}/ru/man1/audit2allow.1*
|
||||
%{_mandir}/man1/audit2why.1*
|
||||
%{_bindir}/sepolicy
|
||||
%{python_sitearch}/sepolicy/generate.py*
|
||||
%{_mandir}/man8/sepolgen.8*
|
||||
%{_mandir}/man8/sepolicy-booleans.8*
|
||||
%{_mandir}/man8/sepolicy-generate.8*
|
||||
@ -330,6 +330,21 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%systemd_postun_with_restart restorecond.service
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-65
|
||||
- Don't generate shell script or spec file for sepolicy generate --newtype
|
||||
- Update translations
|
||||
- Fix sepolicy generate --admin_user man page again
|
||||
- Fix setsebool to print less verbose error messages by default, add -V for ve
|
||||
|
||||
* Mon Jul 15 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-64
|
||||
- Move audit2allow and audit2why back into -python package
|
||||
|
||||
* Wed Jul 10 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-63
|
||||
- Update sepolicy gui.
|
||||
- Error out of you call sepolicy gui without policycoreutils-gui package installed
|
||||
- Fix semanage login -d command
|
||||
- Update Translations
|
||||
|
||||
* Wed Jul 10 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-62
|
||||
- Update sepolicy gui.
|
||||
|
||||
@ -338,7 +353,7 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
- 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.
|
||||
@ -351,6 +366,7 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
- Move systemd-units require to restorecond section
|
||||
- Update Tranlasions
|
||||
- More sepolicy interfaces for gui
|
||||
- Cleanup man pages for sepolicy generate
|
||||
|
||||
* Wed Jun 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-56
|
||||
- Fix semanage export/import commands
|
||||
|
Loading…
Reference in New Issue
Block a user