diff options
author | Bill Nottingham <notting@redhat.com> | 2007-10-05 18:03:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-10-05 18:03:38 +0000 |
commit | 7b8c969839e655932e9e7d46d94e0a5320cdeb7c (patch) | |
tree | 76be52cd5ffcd105ab1a28d58896e3e6825855c6 /initscripts.spec | |
parent | 8b7568d8083445986c8213e31cc54983697ed946 (diff) | |
download | initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar.gz initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar.bz2 initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar.xz initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.zip |
8.58-1r8-58
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec index 758e48c2..4ffa4835 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.57 +Version: 8.58 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -208,7 +208,14 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -- revert kernel conflict so that xen can still work +* Fri Oct 5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1 +- revert kernel conflict so that xen can still work (#319401) +- rename_device, 60-net.rules: only suggest an interface name (part of #264901) +- require newer udev for persistent net rules (part of #264901) +- don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219) +- genhostid: fix for 64-bit systems (#306811) +- more bash matching fixes (#220887) +- translation updates: is, nb * Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1 - work around upstream bash changes (#220887, modified from <nvigier@mandriva.com>) |