14 Sep 2009 22:43
2 commits - createrepo/deltarpms.py createrepo.spec
<skvidal <at> osuosl.org>
2009-09-14 20:43:40 GMT
2009-09-14 20:43:40 GMT
createrepo.spec | 2 +-
createrepo/deltarpms.py | 32 ++++++++------------------------
2 files changed, 9 insertions(+), 25 deletions(-)
New commits:
commit 50a77da0b10e95c54bde51092017064f7a433685
Author: Seth Vidal <skvidal <at> fedoraproject.org>
Date: Mon Sep 14 16:43:05 2009 -0400
add requirement on python-deltarpm for new patch from Bill.
diff --git a/createrepo.spec b/createrepo.spec
index 0d4bbd8..57a0196 100644
--- a/createrepo.spec
+++ b/createrepo.spec
<at> <at> -11,7 +11,7 <at> <at> 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
+Requires: yum-metadata-parser, yum >= 3.2.23, python-deltarpm
%description
This utility will generate a common metadata repository from a directory of
commit c31855f2c4edf17358c4acea909768275818a27d
Author: Bill Nottingham <notting <at> redhat.com>
Date: Mon Sep 14 16:35:54 2009 -0400
createrepo patch to use the new deltarpm python bindings
(Continue reading)
RSS Feed