From 644f7cae9016f1635ccc6db02f5518484996150b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 16:09:51 -0500 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libsemanage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsemanage.spec b/libsemanage.spec index 6cd7497..d5df39e 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -10,7 +10,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 2.1.8 -Release: 3%{?dist} +Release: 4%{?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 +* Thu Jul 19 2012 Fedora Release Engineering - 2.1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jul 13 2012 Dan Walsh - 2.1.8-3 - Attempt to allocate memory for selinux_binary_policy_path and free memory - allocated by asprintf. From bc9fb3a2267ce12cd0d33e06f4f74acfbd5d4e43 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 1 Aug 2012 16:35:50 -0400 Subject: [PATCH 2/3] 2.1.8-5: remove rhel logic from with_python3 conditional --- libsemanage.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 From bf4cea6a73fcfb56efc8a35aec4802208545bc73 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 21:26:52 -0400 Subject: [PATCH 3/3] rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 --- libsemanage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsemanage.spec b/libsemanage.spec index 6ab753e..f1ca1ef 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -10,7 +10,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 2.1.8 -Release: 5%{?dist} +Release: 6%{?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 +* Fri Aug 03 2012 David Malcolm - 2.1.8-6 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + * Wed Aug 1 2012 David Malcolm - 2.1.8-5 - remove rhel logic from with_python3 conditional