[python-migrate/el6-havana] depend on python-sqlalchemy0.7

Pádraig Brady pbrady at fedoraproject.org
Wed Sep 11 14:49:32 UTC 2013


commit 8c077ebba959f44a40117bf7e890d0106f00f5df
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Sep 11 15:49:07 2013 +0100

    depend on python-sqlalchemy0.7

 python-migrate.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-migrate.spec b/python-migrate.spec
index 59bdd18..2d7be66 100644
--- a/python-migrate.spec
+++ b/python-migrate.spec
@@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 BuildRequires: python2-devel
-BuildRequires: python-sqlalchemy
+BuildRequires: python-sqlalchemy0.7
 BuildRequires: python-setuptools
 BuildRequires: python-nose
 BuildRequires: python-sphinx
@@ -38,7 +38,7 @@ BuildRequires: python-tempita
 # for testsuite
 BuildRequires: python-scripttest
 
-Requires: python-sqlalchemy
+Requires: python-sqlalchemy0.7
 Requires: python-setuptools
 Requires: python-decorator
 Requires: python-tempita
@@ -102,6 +102,9 @@ nosetests
 %{python_sitelib}/*
 
 %changelog
+* Wed Sep 11 2013 Pádraig Brady <pbrady at redhat.com> - 0.7.2-8
+- Update to EPEL to 0.7.2 depending on python-sqlalchemy0.7
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list