[yum-cvs] yum-utils Makefile,1.4,1.5 yum-utils.spec,1.10,1.11
Seth Vidal
skvidal at linux.duke.edu
Fri Feb 10 05:48:35 UTC 2006
Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv2877
Modified Files:
Makefile yum-utils.spec
Log Message:
added in repotrack, bumped version
not finished checking yet, though
Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 10 Jan 2006 17:12:13 -0000 1.4
+++ Makefile 10 Feb 2006 05:48:33 -0000 1.5
@@ -1,6 +1,6 @@
SUBDIRS = docs
PKGNAME = yum-utils
-UTILS = package-cleanup repoclosure repomanage repoquery repo-graph repo-rss yumdownloader yum-builddep
+UTILS = package-cleanup repoclosure repomanage repoquery repo-graph repo-rss yumdownloader yum-builddep repotrack
VERSION=$(shell awk '/Version:/ { print $$2 }' ${PKGNAME}.spec)
RELEASE=$(shell awk '/Release:/ { print $$2 }' ${PKGNAME}.spec)
Index: yum-utils.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/yum-utils.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- yum-utils.spec 10 Jan 2006 17:12:13 -0000 1.10
+++ yum-utils.spec 10 Feb 2006 05:48:33 -0000 1.11
@@ -1,6 +1,6 @@
Summary: Utilities based around the yum package manager
Name: yum-utils
-Version: 0.4
+Version: 0.5
Release: 1
License: GPL
Group: Development/Tools
@@ -84,6 +84,7 @@
%{_bindir}/repoclosure
%{_bindir}/repomanage
%{_bindir}/repoquery
+%{_bindir}/repotrack
%{_bindir}/repo-graph
%{_bindir}/repo-rss
%{_bindir}/yumdownloader
@@ -107,6 +108,10 @@
/usr/lib/yum-plugins/fastestmirror.py
%changelog
+* Fri Feb 10 2006 Seth Vidal <skvidal at linux.duke.edu>
+- added repotrack to utils
+- bumped version for 2.5.X-compatible release
+
* Tue Jan 10 2006 Brian Long <brilong at cisco.com>
- bump version to 0.4
- add yum-fastestmirror subpackage
More information about the Yum-cvs-commits
mailing list