From bc9fb3a2267ce12cd0d33e06f4f74acfbd5d4e43 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Aug 01 2012 20:35:50 +0000 Subject: 2.1.8-5: remove rhel logic from with_python3 conditional --- diff --git a/libsemanage.spec b/libsemanage.spec index d5df39e..6ab753e 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")} @@ -10,7 +10,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 2.1.8 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: libsemanage-%{version}.tgz @@ -180,6 +180,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif # if with_python3 %changelog +* Wed Aug 1 2012 David Malcolm - 2.1.8-5 +- remove rhel logic from with_python3 conditional + * Thu Jul 19 2012 Fedora Release Engineering - 2.1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild