[initscripts/f14/master] 9.20.2-1

Bill Nottingham notting at fedoraproject.org
Fri Feb 25 20:29:51 UTC 2011


commit af8bb2c4c68dfb8ee091221854642819be134ba5
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Feb 25 15:29:27 2011 -0500

    9.20.2-1

 .gitignore       |    7 +------
 initscripts.spec |   20 +++++++++++++++++---
 sources          |    2 +-
 3 files changed, 19 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d0444a..0f23622 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +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.1.tar.bz2
+/initscripts-9.20.2.tar.bz2
diff --git a/initscripts.spec b/initscripts.spec
index edb1669..86756eb 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -4,7 +4,7 @@
 
 Summary: The inittab file and the /etc/init.d scripts
 Name: initscripts
-Version: 9.20.1
+Version: 9.20.2
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
@@ -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,8 +278,19 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
-* Wed Sep 29 2010 jkeating - 9.20.1-1.1
-- Rebuilt for gcc bug 634757
+* Fri Feb 25 2011 Bill Nottingham <notting at redhat.com> - 9.20.2-1
+- rc.sysinit: add support for sysctl.d (#593211, <martin at laptop.org>)
+- console_check: support OMAP serial console (#678875, <ndevos at redhat.com>)
+- ifup-eth/ifdown-eth: handle 'MASTER' being quoted. (#651450, <gfidente at redhat.com>)
+- netfs: rework to handle bind-mounted cifs/ncpfs (#663140, <dmudrich at nospam.mudrichsystems.com>)
+- own /etc/crypttab (#664309)
+- init.d/network: add # as a valid character in network device names (<Matt_Domsch at dell.com>)
+- don't throw errors on unreadable /dev/stderr (#650103, <plautrba at redhat.com>)
+- allow '0' as a vlan tag (#624704, #635360)
+- init-ipv6.global: don't load sit module on shutdown. (#654098, <ejsheldrake at gmail.com>)
+- network-functions: add infiniband mapping (#648524, <monis at voltaire.com>)
+- fix ifdown nmcli invocation (#612934, jklimes at redhat.com>)
+- *ipv6*: don't use obsolete /sbin/ip wrapper
 
 * Mon Sep 27 2010 Bill Nottingham <notting at redhat.com> - 9.20.1-1
 - sysconfig.txt: adjust clock docs to match reality (#637058)
diff --git a/sources b/sources
index f33472e..05ccdcf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d665083e2f7bcc681d8ab965650e610  initscripts-9.20.1.tar.bz2
+cdfe366252ebe441c72d7272a6d39cb6  initscripts-9.20.2.tar.bz2


More information about the scm-commits mailing list