From: Seth Vidal Date: Thu, 19 Aug 2010 19:36:57 +0000 (-0400) Subject: require yum 3.2.28 due to the imports in modifyrepo X-Git-Tag: upstream/0.9.9~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00a3c8624e76bda962ecaefa0e77eb522ace64bc;p=tools%2Fcreaterepo.git require yum 3.2.28 due to the imports in modifyrepo --- diff --git a/createrepo.spec b/createrepo.spec index 19db77b..a0292cb 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -11,7 +11,7 @@ URL: http://createrepo.baseurl.org/ BuildRoot: %{_tmppath}/%{name}-%{version}root BuildArchitectures: noarch Requires: python >= 2.1, rpm-python, rpm >= 0:4.1.1, libxml2-python -Requires: yum-metadata-parser, yum >= 3.2.23, python-deltarpm +Requires: yum-metadata-parser, yum >= 3.2.28, python-deltarpm %description This utility will generate a common metadata repository from a directory of @@ -43,6 +43,9 @@ make DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir} install %{python_sitelib}/createrepo %changelog +* Thu Aug 19 2010 Seth Vidal +- increase yum requirement for the modifyrepo use of RepoMD, RepoData and RepoMDError + * Fri Aug 28 2009 Seth Vidal - 0.9.8