Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db27266ed2 | ||
|
|
ea79c1e97d | ||
|
|
9504c49b5c | ||
|
|
932b83d5bf | ||
|
|
9548d5c90d | ||
|
|
375647b716 | ||
|
|
15ae05a6ae |
5 changed files with 24 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
yum-cron-0.6.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
yum-cron-0.8.3.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
72a8259220d8e584a5b8c0473b63ff71 yum-cron-0.6.tar.gz
|
||||
e0f8aba0a21739cf1120e5096cd28fad yum-cron-0.8.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue