[python-straight-plugin] Bump the release and fix the import of python-importlib (last time!)

Pierre-YvesChibon pingou at fedoraproject.org
Fri Nov 11 17:38:41 UTC 2011


commit ef4822be50c6f542b5ea68a304817da165af1078
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Nov 11 18:38:25 2011 +0100

    Bump the release and fix the import of python-importlib (last time!)

 python-straight-plugin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-straight-plugin.spec b/python-straight-plugin.spec
index a1d5fba..3a6884b 100644
--- a/python-straight-plugin.spec
+++ b/python-straight-plugin.spec
@@ -10,7 +10,7 @@
 
 Name:           python-straight-plugin
 Version:        1.1.1
-Release:        0.6.%{snapver}%{?dist}
+Release:        0.7.%{snapver}%{?dist}
 Summary:        Python plugin loader
 
 License:        BSD
@@ -28,7 +28,7 @@ BuildRequires:  python3-devel
 BuildRequires:  python-tools
 %endif
 
-%if 0%{?fedora} <= 12 || 0%{?rhel} <= 6
+%if (0%{?rhel} && 0%{?rhel} <= 6)  || ( 0%{?fedora} && 0%{?fedora} <= 13 )
 BuildRequires:  python-importlib
 Requires:       python-importlib
 %endif
@@ -119,6 +119,9 @@ popd
 %endif
 
 %changelog
+* Fri Nov 11 2011 Pierre-Yves Chibon <pingou at pingoured.fr> - 1.1.1-0.7.20111110git57ef11c
+- Fix the import of python-importlib (Finally!!)
+
 * Fri Nov 11 2011 Pierre-Yves Chibon <pingou at pingoured.fr> - 1.1.1-0.6.20111110git57ef11c
 - Fix typo in the use if for python-importlib
 


More information about the scm-commits mailing list