[yum-cvs] yum-utils Makefile,1.5,1.6 yum-utils.spec,1.12,1.13

Seth Vidal skvidal at linux.duke.edu
Sun Apr 30 02:51:19 UTC 2006


Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv19692

Modified Files:
	Makefile yum-utils.spec 
Log Message:

update Makefile and spec for reposync


Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	10 Feb 2006 05:48:33 -0000	1.5
+++ Makefile	30 Apr 2006 02:51:17 -0000	1.6
@@ -1,6 +1,6 @@
 SUBDIRS = docs
 PKGNAME = yum-utils
-UTILS = package-cleanup repoclosure repomanage repoquery repo-graph repo-rss yumdownloader yum-builddep repotrack
+UTILS = package-cleanup repoclosure repomanage repoquery repo-graph repo-rss yumdownloader yum-builddep repotrack reposync
 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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- yum-utils.spec	23 Feb 2006 15:50:20 -0000	1.12
+++ yum-utils.spec	30 Apr 2006 02:51:17 -0000	1.13
@@ -85,6 +85,7 @@
 %{_bindir}/repomanage
 %{_bindir}/repoquery
 %{_bindir}/repotrack
+%{_bindir}/reposync
 %{_bindir}/repo-graph
 %{_bindir}/repo-rss
 %{_bindir}/yumdownloader
@@ -108,6 +109,9 @@
 /usr/lib/yum-plugins/fastestmirror.py
 
 %changelog
+* Sat Apr 29 2006 Seth Vidal <skvidal at linux.duke.edu>
+- add reposync
+
 * Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
 -  changed some of the yum version dependencies
 




More information about the Yum-cvs-commits mailing list