[yum-cvs] yum yum.spec,1.54,1.55
Seth Vidal
skvidal at login.linux.duke.edu
Thu Apr 7 03:58:19 UTC 2005
Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv29251
Modified Files:
yum.spec
Log Message:
elementtree dep
Index: yum.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- yum.spec 4 Apr 2005 18:16:17 -0000 1.54
+++ yum.spec 7 Apr 2005 03:58:16 -0000 1.55
@@ -13,11 +13,12 @@
BuildRequires: python
BuildRequires: gettext
Requires: python, rpm-python, rpm >= 0:4.1.1
-Requires: libxml2-python
Requires: python-sqlite
Requires: urlgrabber
+Requires: python-elementtree
Prereq: /sbin/chkconfig, /sbin/service, coreutils
+
%description
Yum is a utility that can check for and automatically download and
install updated RPM packages. Dependencies are obtained and downloaded
@@ -76,6 +77,9 @@
%{_mandir}/man*/*
%changelog
+* Wed Apr 6 2005 Seth Vidal <skvidal at phy.duke.edu>
+- added python-elementtree dep, remove libxml2 dep
+
* Mon Apr 4 2005 Seth Vidal <skvidal at phy.duke.edu>
- 2.3.2
More information about the Yum-cvs-commits
mailing list