[python-testtools] re-enable building of python3 subpackage

Matthias Runge mrunge at fedoraproject.org
Fri Feb 28 08:42:19 UTC 2014


commit 815572e4dc4c9afbdebae1b895dcaf045db883a2
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Feb 28 09:42:51 2014 +0100

    re-enable building of python3 subpackage

 python-testtools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-testtools.spec b/python-testtools.spec
index fe49ec3..11ab5e5 100644
--- a/python-testtools.spec
+++ b/python-testtools.spec
@@ -1,10 +1,10 @@
 %if 0%{?fedora}
-%global with_python3 0
+%global with_python3 1
 %endif
 
 Name:           python-testtools
 Version:        0.9.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Extensions to the Python unit testing framework
 
 %if 0%{?rhel}
@@ -131,6 +131,9 @@ popd
 
 
 %changelog
+* Fri Feb 28 2014 Matthias Runge <mrunge at redhat.com> - 0.9.35-2
+- re-enable building the python3-subpackage
+
 * Mon Feb  3 2014 Michel Salim <salimma at fedoraproject.org> - 0.9.35-1
 - Update to 0.9.35
 


More information about the scm-commits mailing list