No longer run sepolgen-ifgen at install time.

- Run sepolgen-ifgen in audit2allow and sepolicy generate, if needed.
- Update Translations
This commit is contained in:
Dan Walsh 2013-05-10 09:33:24 -04:00
parent 6a213d1e94
commit a941cc9a2c
2 changed files with 49086 additions and 45562 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.1.14
Release: 37%{?dist}
Release: 38%{?dist}
License: GPLv2
Group: System Environment/Base
# Based on git repository with tag 20101221
@ -156,14 +156,6 @@ The policycoreutils-devel package contains the management tools use to develop p
%{_mandir}/man8/sepolgen.8*
%{_usr}/share/bash-completion/completions/sepolicy
%post devel
selinuxenabled && [ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen 2>/dev/null
exit 0
%triggerin devel -- selinux-policy-devel
selinuxenabled && [ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen 2>/dev/null
exit 0
%package sandbox
Summary: SELinux sandbox utilities
Group: System Environment/Base
@ -323,6 +315,11 @@ The policycoreutils-restorecond package contains the restorecond service.
%{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
%changelog
* Mon May 10 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-38
- No longer run sepolgen-ifgen at install time.
- Run sepolgen-ifgen in audit2allow and sepolicy generate, if needed.
- Update Translations
* Mon Apr 22 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-37
- Fix exceptionion hanling in audit2allow -o
- Generate Man pages for everydomain, not just ones with exec_t entrypoints