Compare commits

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

7 commits

Author SHA1 Message Date
Fedora Release Engineering
5256b0aba3 dist-git conversion 2010-07-28 18:17:32 +00:00
Bill Nottingham
80283a3104 Fix typo from bad import script. (releng #2781) 2009-10-28 02:54:28 +00:00
Bill Nottingham
5d3fc46c08 8.86.3-1 2009-04-07 16:00:17 +00:00
Bill Nottingham
de6cffda45 8.86.2-1 2009-04-02 19:45:19 +00:00
Bill Nottingham
81cf343efc 8.86.1-1 2009-04-02 17:54:02 +00:00
Bill Nottingham
36edc5bb2f 8.86-1 2008-11-11 16:52:59 +00:00
Jesse Keating
e5985217bd Initialize branch F-10 for initscripts 2008-11-07 05:21:05 +00:00
5 changed files with 35 additions and 25 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
initscripts-8.86.3.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.85
Version: 8.86.3
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@ -142,7 +142,7 @@ rm -rf $RPM_BUILD_ROOT
/etc/sysconfig/network-scripts/network-functions
/etc/sysconfig/network-scripts/network-functions-ipv6
/etc/sysconfig/network-scripts/init.ipv6-global
/etc/sysconfig/network-scripts/ifcfg-lo
%config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
/etc/sysconfig/network-scripts/ifup-ipx
/etc/sysconfig/network-scripts/ifup-post
/etc/sysconfig/network-scripts/ifdown-ppp
@ -250,6 +250,37 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
* Tue Apr 7 2009 Bill Nottingham <notting@redhat.com> - 8.86.3-1
- prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461)
- backport accidentally missed fix for #480799
* Thu Apr 2 2009 Bill Nottingham <notting@redhat.com> - 8.86.2-1
- rc.sysinit: add a disk synchronization point with scsi_wait_scan post-udev (#481470)
- setsysfont: honor LC_CTYPE (#487133, <skasal@redhat.com>)
- prefdm: do fallbacks based on provides of 'service(graphical-login)' (#485751)
- rc.sysinit: catch the right error code from checking for passphrases (#483269, <vladis.kletnieks@vt.edu>)
- prefdm: handle empty /etc/sysconfig/desktop correctly (#480113)
- ifup-eth: fix dhcpv6 when there is no IPv4 configuration (#486507)
- bring up ipsec interfaces last (#481733)
- ifdown-eth: fix bridge + vlan (#481557, <danken@redhat.com>)
- init.d/halt: determine reboot/halt via existing INIT_HALT environment variable. (#475227)
- rc.sysinit: fix typo. (#487926)
- fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)
- network-functions-ipv6: set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)
- add more entries to rwtab (#476799, <harald@redhat.com>)
- rc.sysinit: remove /.suspended as well on boot (#270861)
- add %config back for ifcfg-lo (#472761)
- remove support for no longer existing 'brctl setgcint' command. (#360471)
- rcS/rcS-sulogin: don't match commented lines when finding runlevel (#472717)
- sysconfig.txt: add some docs on BONDING_OPTS
- lang.sh: ignore return code from consoletype (#471123)
* Tue Nov 11 2008 Bill Nottingham <notting@redhat.com> - 8.86-1
- stop plymouth before stopping the runlevel (#467207)
- fix get_config_by_subchannel (#459044, <harald@redhat.com>)
- use blkid -l to pick a single most appropriate device (#470027)
- don't mkswap on halt, as it breaks swap-by-label/UUID (#469823)
* Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
- add some error handling/hiding to netfs NM dispatcher script (#469197)
- halt: fix code that causes a syntax error on multiple sound cards (#469156)

View file

@ -1 +1 @@
1b7863eca343cc9eb54ef86182b36422 initscripts-8.85.tar.bz2
da1e426570cbb80c95dfe8ba182137d9 initscripts-8.86.3.tar.bz2