diff --git a/icecream.spec b/icecream.spec index c672fc4..74c6d9c 100644 --- a/icecream.spec +++ b/icecream.spec @@ -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 0.9.5-7 +- Build without SELinux only on RHEL 5. + * Thu Jul 08 2010 Michal Schmidt 0.9.5-6 - Moved away from fedora-usermgmt in favor of plain shadow-utils.