[python-migrate0.5/el5] Set the proper package requirements for sqlalchemy 0.5

Toshio くらとみ toshio at fedoraproject.org
Mon Jul 18 03:02:13 UTC 2011


commit 889dacaf17207baac9a93e61ec501f65fca0de1c
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sun Jul 17 20:01:36 2011 -0700

    Set the proper package requirements for sqlalchemy 0.5

 python-migrate0.5.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-migrate0.5.spec b/python-migrate0.5.spec
index f340d98..b7dfa9a 100644
--- a/python-migrate0.5.spec
+++ b/python-migrate0.5.spec
@@ -25,7 +25,7 @@ BuildRequires: python-nose
 BuildRequires: python-sphinx
 BuildRequires: python-decorator
 Requires: python-decorator
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} == 5
 # Fedora has SA-0.5 in a compat package
 BuildRequires: python-sqlalchemy0.5
 Requires: python-sqlalchemy0.5


More information about the scm-commits mailing list