[yum-cvs] yum yum-daily.spec,1.14,1.15 yum.spec,1.48,1.49
Seth Vidal
skvidal at login.linux.duke.edu
Fri Feb 25 07:17:18 UTC 2005
Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv7703
Modified Files:
yum-daily.spec yum.spec
Log Message:
yum.cron.weekly to clean out old packages
Index: yum-daily.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum-daily.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- yum-daily.spec 21 Feb 2005 05:15:25 -0000 1.14
+++ yum-daily.spec 25 Feb 2005 07:17:16 -0000 1.15
@@ -64,6 +64,7 @@
%doc README AUTHORS COPYING TODO INSTALL ChangeLog
%config(noreplace) %{_sysconfdir}/yum.conf
%config(noreplace) %{_sysconfdir}/cron.daily/yum.cron
+%config(noreplace) %{_sysconfdir}/cron.weekly/yum.cron
%config %{_sysconfdir}/init.d/%{name}
%config %{_sysconfdir}/logrotate.d/%{name}
%{_datadir}/yum/*
Index: yum.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- yum.spec 21 Feb 2005 05:15:25 -0000 1.48
+++ yum.spec 25 Feb 2005 07:17:16 -0000 1.49
@@ -59,6 +59,7 @@
%config(noreplace) %{_sysconfdir}/yum.conf
%dir %{_sysconfdir}/yum.repos.d
%config(noreplace) %{_sysconfdir}/cron.daily/yum.cron
+%config(noreplace) %{_sysconfdir}/cron.weekly/yum.cron
%config %{_sysconfdir}/rc.d/init.d/%{name}
%config %{_sysconfdir}/logrotate.d/%{name}
%{_datadir}/yum-cli/*
@@ -72,6 +73,9 @@
%{_mandir}/man*/*
%changelog
+* Fri Feb 25 2005 Seth Vidal <skvidal at phy.duke.edu>
+- add yum.cron to weekly to clean packages
+
* Mon Feb 21 2005 Seth Vidal <skvidal at phy.duke.edu>
- new devel branch - 2.3.0
More information about the Yum-cvs-commits
mailing list