From 15ae05a6ae110c8d93c90bc01786f2d307d720a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Sat, 20 Oct 2007 20:30:59 +0000 Subject: [PATCH 1/7] Initialize branch F-8 for yum-cron --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From 375647b71696754f4c020921c8b41784d8a6f041 Mon Sep 17 00:00:00 2001 From: Alec Thomas Habig Date: Thu, 10 Jan 2008 20:04:54 +0000 Subject: [PATCH 2/7] update to 0.7 --- .cvsignore | 2 +- sources | 2 +- yum-cron.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5675372..77e9329 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yum-cron-0.6.tar.gz +yum-cron-0.7.tar.gz diff --git a/sources b/sources index 3b328c9..2ae6d29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72a8259220d8e584a5b8c0473b63ff71 yum-cron-0.6.tar.gz +ca247a404ac604d84f06b8a428c95648 yum-cron-0.7.tar.gz diff --git a/yum-cron.spec b/yum-cron.spec index b63a627..16396d9 100644 --- a/yum-cron.spec +++ b/yum-cron.spec @@ -1,6 +1,6 @@ Summary: Files needed to run yum updates as a cron job Name: yum-cron -Version: 0.6 +Version: 0.7 Release: 1%{?dist} URL: http://linux.duke.edu/yum/ # This is a Red Hat maintained package which is specific to @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz License: GPLv2 Group: System Environment/Base BuildArch: noarch -Requires: yum >= 3.0 vixie-cron crontabs yum-downloadonly +Requires: yum >= 3.0 vixie-cron crontabs yum-downloadonly mailx Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig @@ -91,6 +91,10 @@ exit 0 %config(noreplace) %{_sysconfdir}/sysconfig/yum-cron %changelog +* Tue Jan 8 2008 Alec Habig - 0.7-1 +- Add DEBUG_LEVEL, ERROR_LEVEL sysconfig options (bug 426047) +- Add MAILTO, RANDOMWAIT, and SYSTEMNAME sysconfig options (bug 426755) + * Mon Oct 15 2007 Alec Habig - 0.6-1 - Fixes for bug 327401: checkonly formatting fix and make lockfile grabbing an atomic action using mkdir instead of touch From 9548d5c90d68fe906a1905e71b2f0b9a118e3d85 Mon Sep 17 00:00:00 2001 From: Alec Thomas Habig Date: Thu, 21 Feb 2008 14:25:06 +0000 Subject: [PATCH 3/7] Change tmp dir to /var/run (bug 431588) add DAYS_OF_WEEK and CHECK_FIRST config options (bug 429716) fix CHECK_ONLY thinking updates are present on repository problems (bug 431321) --- .cvsignore | 2 +- sources | 2 +- yum-cron.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 77e9329..8b82775 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yum-cron-0.7.tar.gz +yum-cron-0.8.tar.gz diff --git a/sources b/sources index 2ae6d29..1277679 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca247a404ac604d84f06b8a428c95648 yum-cron-0.7.tar.gz +6728d59066d193853c03566a196fa6c0 yum-cron-0.8.tar.gz diff --git a/yum-cron.spec b/yum-cron.spec index 16396d9..c74e5c3 100644 --- a/yum-cron.spec +++ b/yum-cron.spec @@ -1,6 +1,6 @@ Summary: Files needed to run yum updates as a cron job Name: yum-cron -Version: 0.7 +Version: 0.8 Release: 1%{?dist} URL: http://linux.duke.edu/yum/ # This is a Red Hat maintained package which is specific to @@ -91,6 +91,11 @@ exit 0 %config(noreplace) %{_sysconfdir}/sysconfig/yum-cron %changelog +* Wed Feb 20 2008 Alec Habig - 0.8-1 +- Change tmp dir to /var/run (bug 431588) +- add DAYS_OF_WEEK and CHECK_FIRST config options (bug 429716) +- fix CHECK_ONLY thinking updates are present on repository problems (bug 431321) + * Tue Jan 8 2008 Alec Habig - 0.7-1 - Add DEBUG_LEVEL, ERROR_LEVEL sysconfig options (bug 426047) - Add MAILTO, RANDOMWAIT, and SYSTEMNAME sysconfig options (bug 426755) From 932b83d5bfac7c46965727e9370483ecbc8725eb Mon Sep 17 00:00:00 2001 From: Alec Thomas Habig Date: Thu, 13 Mar 2008 19:05:55 +0000 Subject: [PATCH 4/7] - Add YUM_PARAMETER for user specified parameters to the sysconf file Wed Mar 5 2008 Alec Habig - 0.8.1-1 - Fix bugs 429716 and 435968 --- .cvsignore | 2 +- sources | 2 +- yum-cron.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8b82775..4e73716 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yum-cron-0.8.tar.gz +yum-cron-0.8.2.tar.gz diff --git a/sources b/sources index 1277679..7614bff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6728d59066d193853c03566a196fa6c0 yum-cron-0.8.tar.gz +d824c4bfc76daa5040f77b3bbc39556e yum-cron-0.8.2.tar.gz diff --git a/yum-cron.spec b/yum-cron.spec index c74e5c3..6a74fba 100644 --- a/yum-cron.spec +++ b/yum-cron.spec @@ -1,6 +1,6 @@ Summary: Files needed to run yum updates as a cron job Name: yum-cron -Version: 0.8 +Version: 0.8.2 Release: 1%{?dist} URL: http://linux.duke.edu/yum/ # This is a Red Hat maintained package which is specific to @@ -91,6 +91,12 @@ exit 0 %config(noreplace) %{_sysconfdir}/sysconfig/yum-cron %changelog +* Wed Mar 12 2008 Alec Habig - 0.8.2-1 +- Add YUM_PARAMETER for user specified parameters to the sysconf file + +* Wed Mar 5 2008 Alec Habig - 0.8.1-1 +- Fix bugs 429716 and 435968 + * Wed Feb 20 2008 Alec Habig - 0.8-1 - Change tmp dir to /var/run (bug 431588) - add DAYS_OF_WEEK and CHECK_FIRST config options (bug 429716) From 9504c49b5c1a7da40ac25e171ec2d72501be25d7 Mon Sep 17 00:00:00 2001 From: Alec Thomas Habig Date: Tue, 30 Dec 2008 00:32:58 +0000 Subject: [PATCH 5/7] Change writes to YUMTMP to be appends to work around selinux policy oddness in bug 431588 this requires the added policycoreutils dependancy --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- yum-cron.spec | 9 +++++++-- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index 4e73716..217b28e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yum-cron-0.8.2.tar.gz +yum-cron-0.8.3.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..f455d27 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +yum-cron-0_8_3-1_fc10:F-8:yum-cron-0.8.3-1.fc10.src.rpm:1230597162 diff --git a/sources b/sources index 7614bff..9770d34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d824c4bfc76daa5040f77b3bbc39556e yum-cron-0.8.2.tar.gz +e0f8aba0a21739cf1120e5096cd28fad yum-cron-0.8.3.tar.gz diff --git a/yum-cron.spec b/yum-cron.spec index 6a74fba..17e0976 100644 --- a/yum-cron.spec +++ b/yum-cron.spec @@ -1,6 +1,6 @@ Summary: Files needed to run yum updates as a cron job Name: yum-cron -Version: 0.8.2 +Version: 0.8.3 Release: 1%{?dist} URL: http://linux.duke.edu/yum/ # This is a Red Hat maintained package which is specific to @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz License: GPLv2 Group: System Environment/Base BuildArch: noarch -Requires: yum >= 3.0 vixie-cron crontabs yum-downloadonly mailx +Requires: yum >= 3.0 vixie-cron crontabs yum-downloadonly mailx policycoreutils Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig @@ -91,6 +91,11 @@ exit 0 %config(noreplace) %{_sysconfdir}/sysconfig/yum-cron %changelog +* Sun Dec 14 2008 Alec Habig - 0.8.3-1 +- Change writes to YUMTMP to be appends to work around selinux policy + oddness in bug 431588 +- this requires the added policycoreutils dependancy + * Wed Mar 12 2008 Alec Habig - 0.8.2-1 - Add YUM_PARAMETER for user specified parameters to the sysconf file From ea79c1e97dad95374fb5b7bf2f70b69ef78376d0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:12:38 +0000 Subject: [PATCH 6/7] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb083e1..9627157 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: yum-cron -# $Id$ +# $Id: Makefile,v 1.1 2007/08/20 23:00:43 kevin Exp $ NAME := yum-cron SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From db27266ed27f6e743e24399ee19b15b4c14fa29d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:25:54 +0000 Subject: [PATCH 7/7] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 9627157..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: yum-cron -# $Id: Makefile,v 1.1 2007/08/20 23:00:43 kevin Exp $ -NAME := yum-cron -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8 diff --git a/import.log b/import.log deleted file mode 100644 index f455d27..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -yum-cron-0_8_3-1_fc10:F-8:yum-cron-0.8.3-1.fc10.src.rpm:1230597162