adev pushed to python-simplevisor (epel7). "disable python3 for EPEL 7"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 14:00:08 UTC 2015


>From 124674fac780f88a29137c6146d5daf4867d292a Mon Sep 17 00:00:00 2001
From: Adrien Devresse <adrien.devresse at cern.ch>
Date: Wed, 8 Apr 2015 09:57:44 -0400
Subject: disable python3 for EPEL 7


diff --git a/python-simplevisor.spec b/python-simplevisor.spec
index 259b684..9c1e1df 100644
--- a/python-simplevisor.spec
+++ b/python-simplevisor.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12 || 0%{?rhel} == 6
 %global with_python3 1
 %endif
 %if 0%{?rhel} == 5
@@ -9,7 +9,7 @@
 
 Name:		python-simplevisor
 Version:	1.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Python simple daemons supervisor
 
 Group:		Development/Libraries
@@ -146,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
+* Wed Apr 08 2015 Adrien Devresse <adevress at cern.ch> - 1.1-2
+ - Disable python3 for EPEL7
+
 * Tue Mar 31 2015 Adrien Devresse <adevress at cern.ch> - 1.1-1
  - Update to upstream 1.1 version
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-simplevisor.git/commit/?h=epel7&id=124674fac780f88a29137c6146d5daf4867d292a


More information about the scm-commits mailing list