diff --git a/.gitignore b/.gitignore index 37f0830..0f23622 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -initscripts-9.16.tar.bz2 -/initscripts-9.17.tar.bz2 -/initscripts-9.18.tar.bz2 -/initscripts-9.19.tar.bz2 -/initscripts-9.20.tar.bz2 +/initscripts-9.20.2.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 70315b1..86756eb 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,11 +4,11 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.20 +Version: 9.20.2 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 1%{?dist} +Release: 1%{?dist}.1 URL: http://fedorahosted.org/releases/i/n/initscripts/ Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -110,6 +110,8 @@ rm -f \ $RPM_BUILD_ROOT/etc/sysconfig/init.s390 %endif +touch $RPM_BUILD_ROOT/etc/crypttab + %pre /usr/sbin/groupadd -g 22 -r -f utmp @@ -268,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0600,root,utmp) /var/log/btmp %ghost %attr(0664,root,utmp) /var/log/wtmp %ghost %attr(0664,root,utmp) /var/run/utmp +%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab %files -n debugmode %defattr(-,root,root) @@ -275,6 +278,26 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Fri Feb 25 2011 Bill Nottingham - 9.20.2-1 +- rc.sysinit: add support for sysctl.d (#593211, ) +- console_check: support OMAP serial console (#678875, ) +- ifup-eth/ifdown-eth: handle 'MASTER' being quoted. (#651450, ) +- netfs: rework to handle bind-mounted cifs/ncpfs (#663140, ) +- own /etc/crypttab (#664309) +- init.d/network: add # as a valid character in network device names () +- don't throw errors on unreadable /dev/stderr (#650103, ) +- allow '0' as a vlan tag (#624704, #635360) +- init-ipv6.global: don't load sit module on shutdown. (#654098, ) +- network-functions: add infiniband mapping (#648524, ) +- fix ifdown nmcli invocation (#612934, jklimes@redhat.com>) +- *ipv6*: don't use obsolete /sbin/ip wrapper + +* Mon Sep 27 2010 Bill Nottingham - 9.20.1-1 +- sysconfig.txt: adjust clock docs to match reality (#637058) +- lang.csh: fix for grep-2.7 (#636552) +- fix checkpid description to match reality (#637176) +- reset btmp on boot where necessary (#633768, ) + * Thu Sep 9 2010 Bill Nottingham - 9.20-1 - use new pidof -m option to avoid false positives (#632321) - systemd/single: set $HOME for single-user mode. (#631590) diff --git a/sources b/sources index 060eb04..05ccdcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf2b07f0f83e00ca3ed08cbb47f033c2 initscripts-9.20.tar.bz2 +cdfe366252ebe441c72d7272a6d39cb6 initscripts-9.20.2.tar.bz2