diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 825505b..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -initscripts-8.94.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8f1a70 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +initscripts-8.95.1.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index 578df4e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: initscripts -# $Id$ -NAME := initscripts -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),) -# attempt 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/initscripts.spec b/initscripts.spec index 2ac3128..0e267ab 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -2,7 +2,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 8.94 +Version: 8.95.1 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -249,6 +249,23 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Fri Dec 4 2009 Bill Nottingham - 8.95.1-1 +- halt: don't try and save mixer settings if it's not writable. (#515771) +- rc.sysinit: restore context of recreated files. (#519748) +- remove never-used 'sulogin' upstart event +- rc, functions/rc1: redirect bash errors on 'unset' to /dev/null. (#482888) +- rc.sysinit: fix dmraid partition naming (#501476, ) +- rc: don't quote upstart signals. (#501155) + +* Fri May 1 2009 Bill Nottingham - 8.95-1 +- don't kill runlevel events on subsequent entering of the same runlevel (#498514) +- lang.*sh: handle spaces in $HOME (#498482) +- network-functions: explicitly source from the proper directory. (#496233) +- remove persistent names on sys-unconfig. (#448322) +- init.d/functions: cgexec has moved to /bin (#495715) +- allow changing of VLAN type even if the module is already loaded. (#495053, ) +- translation updates: fr, ml, pt + * Tue Apr 7 2009 Bill Nottingham - 8.94-1 - prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461) - translation updates; bn, de, pt, ru, te diff --git a/sources b/sources index 178935a..af960ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb0ee36cf2b695a669bb9efae0d67cb4 initscripts-8.94.tar.bz2 +1164e222fb37a80005038992c6f13189 initscripts-8.95.1.tar.bz2