Compare commits

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

8 commits

Author SHA1 Message Date
Fedora Release Engineering
8aa27bd6ee dist-git conversion 2010-07-28 18:17:21 +00:00
Bill Nottingham
de512765b5 9.02.2-1 2010-04-28 18:23:15 +00:00
Bill Nottingham
b9065671cc 9.02.1-1 2009-12-05 15:10:53 +00:00
Bill Nottingham
f6986705cd Fix typo from bad import script. (releng #2781) 2009-10-28 02:54:36 +00:00
Bill Nottingham
9ea9cf1c14 9.02-1 2009-10-27 20:19:58 +00:00
Bill Nottingham
46d7169f43 9.01 2009-10-09 20:32:02 +00:00
Bill Nottingham
326af7095c 9.00-1 2009-10-02 19:10:43 +00:00
Jesse Keating
d1a98dde3b Initialize branch F-12 for initscripts 2009-09-29 05:09:40 +00:00
5 changed files with 40 additions and 28 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
initscripts-9.02.2.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.99
Version: 9.02.2
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@ -17,6 +17,7 @@ Requires: /sbin/pidof, /sbin/blkid
Requires: module-init-tools
Requires: util-linux-ng >= 2.16, mount >= 2.11l
Requires: bash >= 3.0
Requires: sysvinit-tools >= 2.87
%if with_upstart
Requires: upstart
%else
@ -85,7 +86,6 @@ rm -f $RPM_BUILD_ROOT/etc/inittab.*
%ifnarch s390 s390x
rm -f \
$RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
$RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
$RPM_BUILD_ROOT/lib/udev/rules.d/55-ccw.rules \
$RPM_BUILD_ROOT/lib/udev/ccw_init \
$RPM_BUILD_ROOT/etc/event.d/console
@ -175,7 +175,6 @@ rm -rf $RPM_BUILD_ROOT
/etc/sysconfig/network-scripts/net.hotplug
%ifarch s390 s390x
/etc/sysconfig/network-scripts/ifup-ctc
/etc/sysconfig/network-scripts/ifup-iucv
%endif
%config(noreplace) /etc/networks
/etc/rwtab
@ -214,7 +213,6 @@ rm -rf $RPM_BUILD_ROOT
/sbin/getkey
/sbin/securetty
%attr(2755,root,root) /sbin/netreport
/sbin/initlog
/lib/udev/rules.d/*
/lib/udev/rename_device
/lib/udev/console_init
@ -234,7 +232,6 @@ rm -rf $RPM_BUILD_ROOT
/etc/ppp/ip-down.ipv6to4
/etc/ppp/ipv6-up
/etc/ppp/ipv6-down
%config(noreplace) /etc/initlog.conf
%dir /etc/NetworkManager
%dir /etc/NetworkManager/dispatcher.d
/etc/NetworkManager/dispatcher.d/00-netreport
@ -251,6 +248,42 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
* Wed Apr 28 2010 Bill Nottingham <notting@redhat.com> - 9.02.2-1
- fstab-decode.8: fix formatting (#586476)
- prefdm: add --retain-splash for KDM as well (#585250)
- fix german translation (#575954, <pb@bieringer.de>)
- init.d/network: only blacklist the original loopback interface. (#579816, <evgsyr@gmail.com>)
- rc.sysinit: check dmraid's return code, to catch 'no raid sets' error. (#568790)
- network-functions; use HWADDR to determine DEVICE, if necessary (#545597)
* Fri Dec 04 2009 Bill Nottingham <notting@redhat.com> - 9.02.1-1
- rc.sysinit: handle yet another random return string from dmraid
- remove never-used 'sulogin' upstart event
- fix time-setting udev rules for old-style RTC devices (#537595)
- translation updates: el
* Tue Oct 27 2009 Bill Nottingham <notting@redhat.com> - 9.02-1
- remove long-since deprecated initlog
- remove IUCV support (#507217)
- halt: put a wrapper around killall5 to account for retval 2 not being an error (#526539, <hdegoede@redhat.com>)
- ifup-eth: honor DEFROUTE=yes|no for 'all' connection types. (#528822)
- network-functions: load bonding driver if BONDING_OPTS is defined. (#516569)
- rc.sysinit: put /dev/shm in mtab too, as dracut now mounts it. (#528667)
* Fri Oct 9 2009 Bill Nottingham <notting@redhat.com> - 9.01-1
- rc.sysinit: fix handling of dmraid output to avoid error messages (#527726, <mschmidt@redhat.com>)
- rwtab: add /var/lib/xend (#526046)
- translation updates: fi, nb, pl
* Fri Oct 2 2009 Bill Nottingham <notting@redhat.com> - 9.00-1
- halt: wrap /sbin/killall5 to catch some return codes (#526539)
- netfs, netconsle, network: fix return codes to match LSB spec (#524489, #524480, #524486)
- handle kernels compiled both with and without CONFIG_RTC_HCTOSYS
- halt: use killall5's return code to avoid unncesssary sleeping (#524359, <hdegoede@redhat.com>)
- halt: don't kill mdmon on shutdown. (#524357, <hdegoede@redhat.com>)
- rc.sysinit: do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, <hdegoede@redhat.com>)
- translation updates: ca, cs, da, mai, po, sv, uk
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 8.99-1
- init.d/functions: add a '-l' option to status to pass lock file name (#521772)
- tweak kernel conflict

View file

@ -1 +1 @@
ec294a0d68f6a14c1b6f3cf507a48aad initscripts-8.99.tar.bz2
2de74287a37befae64fd7599bd650175 initscripts-9.02.2.tar.bz2