SELinux policy module not needed for RHEL-6 onwards
This commit is contained in:
parent
e80146b051
commit
7753b75025
@ -2,7 +2,7 @@
|
||||
# Fedora 8 and 9 versions include policy in errata selinux-policy releases
|
||||
# Fedora 10 onwards include policy in standard selinux-policy releases
|
||||
# RHEL 5.5 onwards will include policy in standard selinux-policy releases
|
||||
%if 0%{?fedora}%{?rhel} < 5 || 0%{?fedora} > 7
|
||||
%if 0%{?fedora}%{?rhel} < 5 || 0%{?fedora} > 7 || 0%{?rhel} > 5
|
||||
%global selinux_module 0
|
||||
%global selinux_types %{nil}
|
||||
%global selinux_variants %{nil}
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
Name: mod_fcgid
|
||||
Version: 2.3.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: FastCGI interface module for Apache 2
|
||||
Group: System Environment/Daemons
|
||||
License: ASL 2.0
|
||||
@ -171,6 +171,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 8 2010 Paul Howarth <paul@city-fan.org> 2.3.5-2
|
||||
- SELinux policy module not needed for RHEL-6 onwards
|
||||
|
||||
* Wed Jan 27 2010 Paul Howarth <paul@city-fan.org> 2.3.5-1
|
||||
- Update to 2.3.5 (see CHANGES-FCGID for details)
|
||||
- Drop upstream svn patch
|
||||
|
Loading…
Reference in New Issue
Block a user