[python-rdflib/f15] Add missing requires

Pierre-YvesChibon pingou at fedoraproject.org
Mon Jan 23 16:17:00 UTC 2012


commit 81bfdb4eaf6aeabfef388acbde9a61e3b8da50ff
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Mon Jan 23 17:15:59 2012 +0100

    Add missing requires

 python-rdflib.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-rdflib.spec b/python-rdflib.spec
index f503684..1049289 100644
--- a/python-rdflib.spec
+++ b/python-rdflib.spec
@@ -5,7 +5,7 @@
 
 Name:           python-rdflib
 Version:        3.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python library for working with RDF
 
 Group:          Development/Languages
@@ -15,6 +15,7 @@ Source0:        http://rdflib.googlecode.com/files/rdflib-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Requires:       python-isodate
 
 BuildRequires:  python-devel
 %if 0%{?fedora} >= 8
@@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Jan 23 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 3.2.0-2
+- Add python-isodate as R (RHBZ#784027)
+
 * Fri Jan 20 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 3.2.0-1
 - Update to 3.2.0
 


More information about the scm-commits mailing list