[python-ansi2html] Remove python3 rhel conditional.

Ralph Bean ☃ ralph at fedoraproject.org
Tue Mar 26 23:44:02 UTC 2013


commit 245240346670e8d9bec22980c61832ecba955f18
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Mar 26 19:43:56 2013 -0400

    Remove python3 rhel conditional.

 python-ansi2html.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-ansi2html.spec b/python-ansi2html.spec
index 9fe2d8c..3faaeef 100644
--- a/python-ansi2html.spec
+++ b/python-ansi2html.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 1 || 0%{?rhel} > 6
+%if 0%{?fedora}
 %global with_python3 1
 %endif
 
@@ -6,7 +6,7 @@
 
 Name:       python-ansi2html
 Version:    0.9.4
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Python module that converts text with ANSI color to HTML
 
 Group:      Development/Libraries
@@ -109,6 +109,9 @@ popd
 
 
 %changelog
+* Tue Mar 26 2013 Ralph Bean <rbean at redhat.com> - 0.9.4-2
+- Removed python3 rhel conditional.
+
 * Mon Feb 25 2013 Ralph Bean <rbean at redhat.com> - 0.9.4-1
 - Latest upstream fixes encoding issues.
 


More information about the scm-commits mailing list