Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
d752353778 dist-git conversion 2010-07-28 18:18:05 +00:00
Bill Nottingham
526d3753d9 8.95.1-1 2009-12-05 15:10:59 +00:00
Bill Nottingham
65b02a2222 Fix typo from bad import script. (releng #2781) 2009-10-28 02:54:34 +00:00
Bill Nottingham
58e823bc0f 8.95-1 2009-05-01 20:37:53 +00:00
Jesse Keating
b98c871ea0 Initialize branch F-11 for initscripts 2009-04-15 08:00:07 +00:00
5 changed files with 20 additions and 24 deletions

View file

@ -1 +0,0 @@
initscripts-8.94.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
initscripts-8.95.1.tar.bz2

View file

@ -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)

View file

@ -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 <notting@redhat.com> - 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, <hdegoede@redhat.com>)
- rc: don't quote upstart signals. (#501155)
* Fri May 1 2009 Bill Nottingham <notting@redhat.com> - 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, <pietro@bertera.it>)
- translation updates: fr, ml, pt
* Tue Apr 7 2009 Bill Nottingham <notting@redhat.com> - 8.94-1
- prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461)
- translation updates; bn, de, pt, ru, te

View file

@ -1 +1 @@
bb0ee36cf2b695a669bb9efae0d67cb4 initscripts-8.94.tar.bz2
1164e222fb37a80005038992c6f13189 initscripts-8.95.1.tar.bz2