[PATCH] Add support for Fedora21 html manpage structure
- From Miroslav Grepl
This commit is contained in:
parent
60924625b8
commit
86feb38872
@ -682969,3 +682969,16 @@ index 89412d0..b101f08 100644
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
diff --git a/policycoreutils/sepolicy/sepolicy/manpage.py b/policycoreutils/sepolicy/sepolicy/manpage.py
|
||||||
|
index afa9922..9af0794 100755
|
||||||
|
--- a/policycoreutils/sepolicy/sepolicy/manpage.py
|
||||||
|
+++ b/policycoreutils/sepolicy/sepolicy/manpage.py
|
||||||
|
@@ -135,7 +135,7 @@ def prettyprint(f,trim):
|
||||||
|
manpage_domains = []
|
||||||
|
manpage_roles = []
|
||||||
|
|
||||||
|
-fedora_releases = ["Fedora17","Fedora18","Fedora19","Fedora20"]
|
||||||
|
+fedora_releases = ["Fedora17","Fedora18","Fedora19","Fedora20","Fedora21"]
|
||||||
|
rhel_releases = ["RHEL6","RHEL7"]
|
||||||
|
|
||||||
|
def get_alphabet_manpages(manpage_list):
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.2.5
|
Version: 2.2.5
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# Based on git repository with tag 20101221
|
# Based on git repository with tag 20101221
|
||||||
@ -383,7 +383,11 @@ The policycoreutils-restorecond package contains the restorecond service.
|
|||||||
%systemd_postun_with_restart restorecond.service
|
%systemd_postun_with_restart restorecond.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 9 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.5-9
|
* Sun Mar 30 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.5-10
|
||||||
|
- [PATCH] Add support for Fedora21 html manpage structure
|
||||||
|
- From Miroslav Grepl
|
||||||
|
|
||||||
|
* Wed Mar 26 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.5-9
|
||||||
- mgrepl [PATCH] Deleteall user customization fails if there is a user used
|
- mgrepl [PATCH] Deleteall user customization fails if there is a user used
|
||||||
- for the default login. We do not want to fail on it and continue to delete
|
- for the default login. We do not want to fail on it and continue to delete
|
||||||
- customizations for users which are not used for default login.
|
- customizations for users which are not used for default login.
|
||||||
|
Loading…
Reference in New Issue
Block a user