rpms/mod_fcgid/devel mod_fcgid.spec,1.24,1.25

Paul Howarth pghmcfc at fedoraproject.org
Tue Jun 8 20:32:04 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/mod_fcgid/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4126/devel

Modified Files:
	mod_fcgid.spec 
Log Message:
SELinux policy module not needed for RHEL-6 onwards


Index: mod_fcgid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_fcgid/devel/mod_fcgid.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- mod_fcgid.spec	27 Jan 2010 14:29:32 -0000	1.24
+++ mod_fcgid.spec	8 Jun 2010 20:32:02 -0000	1.25
@@ -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 at city-fan.org> 2.3.5-2
+- SELinux policy module not needed for RHEL-6 onwards
+
 * Wed Jan 27 2010 Paul Howarth <paul at city-fan.org> 2.3.5-1
 - Update to 2.3.5 (see CHANGES-FCGID for details)
 - Drop upstream svn patch



More information about the scm-commits mailing list