[python-logilab-astng] - Add version to requirement for python-logilab-common so that updates will work correctly.

Brian C. Lane bcl at fedoraproject.org
Tue Dec 7 00:10:30 UTC 2010


commit 9cd24e266c6ba427c3b684c7a8b7690214c78e7b
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Dec 6 15:54:59 2010 -0800

    - Add version to requirement for python-logilab-common so that updates will
      work correctly.

 python-logilab-astng.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-logilab-astng.spec b/python-logilab-astng.spec
index 8efb009..acbd952 100644
--- a/python-logilab-astng.spec
+++ b/python-logilab-astng.spec
@@ -2,7 +2,7 @@
 
 Name:           python-logilab-astng
 Version:        0.21.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python Abstract Syntax Tree New Generation
 
 Group:          Development/Languages
@@ -16,7 +16,7 @@ Obsoletes:      python-astng <= 0.16.0
 
 BuildArch:      noarch
 BuildRequires:  python-devel python-setuptools
-Requires:       python-logilab-common
+Requires:       python-logilab-common >= 0.53.0
 
 %description
 The aim of this module is to provide a common base representation of
@@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Dec 06 2010 Brian C. Lane <bcl at redhat.com> - 0.21.0-2
+- Add version to requirement for python-logilab-common so that updates will
+  work correctly.
+
 * Mon Nov 29 2010 Brian C. Lane <bcl at redhat.com> - 0.21.0-1
 - Upstream 0.21.0
 


More information about the scm-commits mailing list