ralph pushed to python-tbgrep (epel7). "Fix with_python3 conditional for epel7."

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 14:07:50 UTC 2015


>From 7bfac0f4a1eb34b40a5fd420cfa437eba42c74d2 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Fri, 27 Mar 2015 10:07:30 -0400
Subject: Fix with_python3 conditional for epel7.


diff --git a/python-tbgrep.spec b/python-tbgrep.spec
index 9e62133..d6cff95 100644
--- a/python-tbgrep.spec
+++ b/python-tbgrep.spec
@@ -1,14 +1,12 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora}
 %global with_python3 1
 %endif
 
-%global with_python3 1
-
 %global modname tbgrep
 
 Name:             python-tbgrep
 Version:          0.3.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Extract Python Tracebacks from text
 
 Group:            Development/Libraries
@@ -112,6 +110,9 @@ popd
 
 
 %changelog
+* Fri Mar 27 2015 Ralph Bean <rbean at redhat.com> - 0.3.0-2
+- Fix the with_python3 conditional.
+
 * Fri Jan 30 2015 Luke Macken <lmacken at redhat.com> - 0.3.0-1
 - Update to 0.3.0
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-tbgrep.git/commit/?h=epel7&id=7bfac0f4a1eb34b40a5fd420cfa437eba42c74d2


More information about the scm-commits mailing list