aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2008-11-10 18:56:42 +0100
committerHarald Hoyer <harald@redhat.com>2008-11-10 19:05:37 +0100
commit6197bec18894b24a8beb745c9f6f184d5c953468 (patch)
tree8c738294eb38b1635b9752a8dbed648cf9dda206
parent5f7c466e4f10afa3e5f1168f5eda502df4647876 (diff)
downloadinitscripts-6197bec18894b24a8beb745c9f6f184d5c953468.tar
initscripts-6197bec18894b24a8beb745c9f6f184d5c953468.tar.gz
initscripts-6197bec18894b24a8beb745c9f6f184d5c953468.tar.bz2
initscripts-6197bec18894b24a8beb745c9f6f184d5c953468.tar.xz
initscripts-6197bec18894b24a8beb745c9f6f184d5c953468.zip
initscripts-8.45.22
-rw-r--r--ChangeLog64
-rw-r--r--initscripts.spec9
2 files changed, 72 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b468697..b5df8c03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+commit 984d5ee9bdf3aec7e32c65eb4c4fe1f9f7c0c651
+Author: Harald Hoyer <harald@redhat.com>
+Date: Mon Nov 10 18:51:01 2008 +0100
+
+ fixed bug #459044
+
+ refined the grep statement
+
+ sysconfig/network-scripts/network-functions | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 762f16f06347a69f4e73dfdbfa826ebad4697797
+Author: Bill Nottingham <notting@redhat.com>
+Date: Wed Nov 5 11:05:55 2008 -0500
+
+ blkid has a -l option to pick a single device. Use it. (#470027)
+
+ Notably, it prioritizes RAID/DM/LVM, etc. over the underlying block
+ devices. Given that initial RAID0 members share a UUID with the RAID
+ device itself, we need that.
+
+ rc.d/rc.sysinit | 10 +++++-----
+ 1 files changed, 5 insertions(+), 5 deletions(-)
+
+commit d0902a73f28e14af2bbeada0aec0892ca8056f93
+Author: Bill Nottingham <notting@redhat.com>
+Date: Tue Nov 4 11:18:12 2008 -0500
+
+ Don't mkswap on halt (#469823)
+
+ Doing so blows away any label or UUID on the partition, which makes
+ specifying encrypted swap by label or UUID fail miserably.
+
+ rc.d/init.d/halt | 2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+commit e8689d146af107562b5d1f5f228fe77272db358b
+Author: Harald Hoyer <harald@redhat.com>
+Date: Mon Nov 10 15:38:59 2008 +0100
+
+ fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood (darcy.sherwood@gmail.com))
+
+ sysconfig/network-scripts/ifup-eth | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 90ec27ca2896a10d5090a61ce5ef43ccafa0505c
+Author: Harald Hoyer <harald@redhat.com>
+Date: Tue Oct 14 17:25:53 2008 +0200
+
+ Mount encrypted logical volumes during boot (#466115, Bill Nottingham)
+
+ initscripts.spec | 6 +++++-
+ rc.d/rc.sysinit | 7 +++++++
+ 2 files changed, 12 insertions(+), 1 deletions(-)
+
+commit c37cf05feb44fcf1668beb3b5a9b41051d09e88e
+Author: Harald Hoyer <harald@redhat.com>
+Date: Tue Sep 16 11:47:27 2008 +0200
+
+ release initscripts-8.45.20
+
+ ChangeLog |53727 ++++++++++++++++++++++++++++++++++++++++++++-----------------
+ 1 files changed, 39052 insertions(+), 14675 deletions(-)
+
commit 6a6e9b2d8f9dfd1f8acee86b8c835d008d5e6007
Author: Harald Hoyer <harald@redhat.com>
Date: Tue Sep 16 11:42:48 2008 +0200
diff --git a/initscripts.spec b/initscripts.spec
index 7050826f..34bc7e19 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.45.21
+Version: 8.45.22
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -198,6 +198,13 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
+- refined SUBCHANNEL grep statement (bug #459044)
+- blkid has a -l option to pick a single device. Use it. (#470027)
+- don't mkswap on halt (#469823)
+- fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
+- Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
+
* Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
- mount encrypted logical volumes during boot (#466115, Bill Nottingham)
- Resolves: #466115