policycoreutils-2.6-7
- Make 'sepolicy manpage' and 'sepolicy transition' faster - open_init_pty: restore stdin/stdout to blocking upon exit - fixfiles: do not dereference link files in tmp - fixfiles: use a consistent order for options to restorecon - fixfiles: don't ignore `-F` when run in `-C` mode - fixfiles: remove bad modes of "relabel" command - fixfiles: refactor into the `set -u` dialect - fixfiles: if restorecon aborts, we should too - fixfiles: usage errors are fatal - fixfiles: syntax error - fixfiles: remove two unused variables - fixfiles: tidy up usage(), manpage synopsis - fixfiles: deprecate -l option - fixfiles: move logit call outside of redirected function - fixfiles: fix logging about R/O filesystems - fixfiles: clarify exclude_dirs() - fixfiles: remove (broken) redundant code
This commit is contained in:
parent
25056c1087
commit
c7d01b205b
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||||
@ -27,7 +27,7 @@ Source9: selinux-autorelabel-generator.sh
|
|||||||
# download https://raw.githubusercontent.com/fedora-selinux/scripts/master/selinux/make-fedora-selinux-patch.sh
|
# download https://raw.githubusercontent.com/fedora-selinux/scripts/master/selinux/make-fedora-selinux-patch.sh
|
||||||
# run:
|
# run:
|
||||||
# $ VERSION=2.6 ./make-fedora-selinux-patch.sh policycoreutils
|
# $ VERSION=2.6 ./make-fedora-selinux-patch.sh policycoreutils
|
||||||
# HEAD https://github.com/fedora-selinux/selinux/commit/8a1941594a7221ec948b82b26636ad5a0d2dc724
|
# HEAD https://github.com/fedora-selinux/selinux/commit/601a1d1363fe4137ff3a2991c546f7a0ccfec4cb
|
||||||
Patch: policycoreutils-fedora.patch
|
Patch: policycoreutils-fedora.patch
|
||||||
# $ VERSION=2.6 ./make-fedora-selinux-patch.sh sepolgen
|
# $ VERSION=2.6 ./make-fedora-selinux-patch.sh sepolgen
|
||||||
# Patch1: sepolgen-fedora.patch
|
# Patch1: sepolgen-fedora.patch
|
||||||
@ -445,6 +445,26 @@ The policycoreutils-restorecond package contains the restorecond service.
|
|||||||
%systemd_postun_with_restart restorecond.service
|
%systemd_postun_with_restart restorecond.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 28 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-7
|
||||||
|
- Make 'sepolicy manpage' and 'sepolicy transition' faster
|
||||||
|
- open_init_pty: restore stdin/stdout to blocking upon exit
|
||||||
|
- fixfiles: do not dereference link files in tmp
|
||||||
|
- fixfiles: use a consistent order for options to restorecon
|
||||||
|
- fixfiles: don't ignore `-F` when run in `-C` mode
|
||||||
|
- fixfiles: remove bad modes of "relabel" command
|
||||||
|
- fixfiles: refactor into the `set -u` dialect
|
||||||
|
- fixfiles: if restorecon aborts, we should too
|
||||||
|
- fixfiles: usage errors are fatal
|
||||||
|
- fixfiles: syntax error
|
||||||
|
- fixfiles: remove two unused variables
|
||||||
|
- fixfiles: tidy up usage(), manpage synopsis
|
||||||
|
- fixfiles: deprecate -l option
|
||||||
|
- fixfiles: move logit call outside of redirected function
|
||||||
|
- fixfiles: fix logging about R/O filesystems
|
||||||
|
- fixfiles: clarify exclude_dirs()
|
||||||
|
- fixfiles: remove (broken) redundant code
|
||||||
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-6
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user