rpms/icecream/devel icecream.spec,1.31,1.32

Michal Schmidt michich at fedoraproject.org
Thu Jul 8 15:27:37 UTC 2010


Author: michich

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

Modified Files:
	icecream.spec 
Log Message:
* Thu Jul 08 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.5-7
- Build without SELinux only on RHEL 5.



Index: icecream.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icecream/devel/icecream.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- icecream.spec	8 Jul 2010 15:07:12 -0000	1.31
+++ icecream.spec	8 Jul 2010 15:27:36 -0000	1.32
@@ -1,15 +1,13 @@
-%if 0%{?fedora}
-%bcond_without	selinux
-%else
-# I'd need to modify the policy a bit to make it work on RHEL,
-# so default to off when not building for Fedora.
+%if 0%{?el5}
+# I'd need to modify the policy a bit to make it work on RHEL 5.
 %bcond_with	selinux
+%else
+%bcond_without	selinux
 %endif
 
-
 Name:		icecream
 Version:	0.9.5
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -272,6 +270,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Thu Jul 08 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.5-7
+- Build without SELinux only on RHEL 5.
+
 * Thu Jul 08 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.5-6
 - Moved away from fedora-usermgmt in favor of plain shadow-utils.
 



More information about the scm-commits mailing list