From 8493fac2d55924b2d69e27b6666543c6898aa966 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 11 2011 17:07:32 +0000 Subject: Bump release and fix a typo --- 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 - 1.1.1-0.5.20111110git57ef11c +- Add python-importlib as BR and R on EL6 + * Fri Nov 11 2011 Pierre-Yves Chibon - 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)