[python-straight-plugin] Bump release and fix a typo

Pierre-YvesChibon pingou at fedoraproject.org
Fri Nov 11 17:07:47 UTC 2011


commit 8493fac2d55924b2d69e27b6666543c6898aa966
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Nov 11 18:07:32 2011 +0100

    Bump release and fix a typo

 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 5f17f3d..b47ae12 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.4.%{snapver}%{?dist}
+Release:        0.5.%{snapver}%{?dist}
 Summary:        Python plugin loader
 
 License:        BSD
@@ -28,7 +28,7 @@ BuildRequires:  python3-devel
 BuildRequires:  python-tools
 %endif
 
-%if 0%{?rhel} > 6
+%if 0%{?rhel} <= 6
 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.5.20111110git57ef11c
+- Add python-importlib as BR and R on EL6
+
 * Fri Nov 11 2011 Pierre-Yves Chibon <pingou at pingoured.fr> - 1.1.1-0.4.20111110git57ef11c
 - EL6 has no python3 /me should get glasses...
 - Fix comment on how to generate the tarball properly (previous method didn't keep the timestamp)


More information about the scm-commits mailing list