summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-02-03 21:11:00 +0000
committerBill Nottingham <notting@redhat.com>2005-02-03 21:11:00 +0000
commitfaf07854be770ad94b0921ed6e5a43f1e19ad93e (patch)
tree885825fce47061871b353ff632c897f1de03980b
parentf3ca7076c2f1917e6482968f21193342452ea973 (diff)
downloadinitscripts-faf07854be770ad94b0921ed6e5a43f1e19ad93e.tar.gz
initscripts-faf07854be770ad94b0921ed6e5a43f1e19ad93e.tar.xz
initscripts-faf07854be770ad94b0921ed6e5a43f1e19ad93e.zip
changelogr7-93-12-EL
-rw-r--r--initscripts.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index ef0a293c..4e584a26 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 7.93.11.EL
+Version: 7.93.12.EL
License: GPL
Group: System Environment/Base
Release: 1
@@ -206,6 +206,17 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Thu Feb 3 2005 Bill Nottingham <notting@redhat.com> 7.93.12.EL-1
+- fix netfs w.r.t nfs root filesystem (#142169)
+- fix multiple scsi_hostadapter loads (#145432)
+- don't run the DDC probe in kmodule
+- fix ONxxx (#136531, <cww@redhat.com>)
+- fix various fgreps to not catch commented lines (#136531, expanded
+ from <cww@redhat.com>)
+- kill dhcp client even if BOOTOPROTO is now static (#127726, others)
+- set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
+- change setting of IPv6 default route (#142308, <pb@bieringer.de>)
+
* Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.93.11.EL-1
- don't mount GFS in netfs (#140281)
- fix various minilogd errors (#106338)