[python-transaction] Fix python3 requires.

Luke Macken lmacken at fedoraproject.org
Thu Jan 23 02:48:57 UTC 2014


commit b5864067b560936ec2981966204039a3b66b9c4a
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jan 22 21:23:51 2014 -0500

    Fix python3 requires.

 python-transaction.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-transaction.spec b/python-transaction.spec
index c43dbd5..872e936 100644
--- a/python-transaction.spec
+++ b/python-transaction.spec
@@ -4,7 +4,7 @@
 
 Name:           python-transaction
 Version:        1.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Transaction management for Python
 
 Group:          Development/Languages
@@ -26,8 +26,6 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
 BuildRequires:  python3-zope-interface
-
-Requires:       python3-zope-interface
 %endif
 
 
@@ -40,6 +38,8 @@ mainly used by the ZODB, though.
 Summary:        Transaction management for Python 3
 Group:          Development/Languages
 
+Requires:       python3-zope-interface
+
 %description -n python3-transaction
 This package contains a generic transaction implementation for Python. It is
 mainly used by the ZODB, though.
@@ -99,6 +99,9 @@ popd
 
 
 %changelog
+* Wed Jan 22 2014 Ralph Bean <rbean at redhat.com> - 1.4.1-3
+- Fix python3 requires.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list