Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Fedora Release Engineering
db27266ed2 dist-git conversion 2010-07-29 16:25:54 +00:00
Bill Nottingham
ea79c1e97d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:38 +00:00
Alec Thomas Habig
9504c49b5c Change writes to YUMTMP to be appends to work around selinux policy oddness
in bug 431588 this requires the added policycoreutils dependancy
2008-12-30 00:32:58 +00:00
Alec Thomas Habig
932b83d5bf - Add YUM_PARAMETER for user specified parameters to the sysconf file
Wed Mar 5 2008 Alec Habig <ahabig@umn.edu> - 0.8.1-1
- Fix bugs 429716 and 435968
2008-03-13 19:05:55 +00:00
Alec Thomas Habig
9548d5c90d 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)
2008-02-21 14:25:06 +00:00
Alec Thomas Habig
375647b716 update to 0.7 2008-01-10 20:04:54 +00:00
Toshio くらとみ
15ae05a6ae Initialize branch F-8 for yum-cron 2007-10-20 20:30:59 +00:00
5 changed files with 24 additions and 25 deletions

View file

@ -1 +0,0 @@
yum-cron-0.6.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
yum-cron-0.8.3.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: yum-cron
# $Id$
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
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)

View file

@ -1 +1 @@
72a8259220d8e584a5b8c0473b63ff71 yum-cron-0.6.tar.gz
e0f8aba0a21739cf1120e5096cd28fad yum-cron-0.8.3.tar.gz

View file

@ -1,6 +1,6 @@
Summary: Files needed to run yum updates as a cron job
Name: yum-cron
Version: 0.6
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
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,26 @@ exit 0
%config(noreplace) %{_sysconfdir}/sysconfig/yum-cron
%changelog
* Sun Dec 14 2008 Alec Habig <ahabig@umn.edu> - 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 <ahabig@umn.edu> - 0.8.2-1
- Add YUM_PARAMETER for user specified parameters to the sysconf file
* Wed Mar 5 2008 Alec Habig <ahabig@umn.edu> - 0.8.1-1
- Fix bugs 429716 and 435968
* Wed Feb 20 2008 Alec Habig <ahabig@umn.edu> - 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 <ahabig@umn.edu> - 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 <ahabig@umn.edu> - 0.6-1
- Fixes for bug 327401: checkonly formatting fix and make lockfile
grabbing an atomic action using mkdir instead of touch