summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-07-25 22:06:57 +0000
committerBill Nottingham <notting@redhat.com>2001-07-25 22:06:57 +0000
commit84ca82c03dbf4014c9fde781dcc0d976cbe6b9ea (patch)
tree585ffccb35dc0c47a838dad8cf72039ef40363fb
parent6abd6c03b8f53a4961f57e223791bc8fa9881c6f (diff)
downloadinitscripts-84ca82c03dbf4014c9fde781dcc0d976cbe6b9ea.tar.gz
initscripts-84ca82c03dbf4014c9fde781dcc0d976cbe6b9ea.tar.xz
initscripts-84ca82c03dbf4014c9fde781dcc0d976cbe6b9ea.zip
6.08-1r6-08
-rw-r--r--ChangeLog20
-rw-r--r--initscripts.spec9
2 files changed, 25 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b37db14..d5609c78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
+2001-07-25 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.08-1
+
+ * sysconfig/network-scripts/network-functions:
+ set link up before checking with mii-tool (#49949)
+
+ * initscripts.spec: buildprereq popt (#49958)
+
+2001-07-25 Federico Musto <federico@redhat.com>
+
+ * po/de.po, po/es.po, po/fr.po, po/it.po:
+ drop1
+
2001-07-24 Bill Nottingham <notting@redhat.com>
- * initscripts.spec, ChangeLog: 6.07-1
+ * ChangeLog, initscripts.spec:
+ 6.07-1
+
+ * initscripts.spec, Makefile:
+ fix broken previous changes
* rc.d/init.d/netfs, rc.d/rc.sysinit, initscripts.spec:
fix netdev umount stuff
diff --git a/initscripts.spec b/initscripts.spec
index 977febc0..d4e31d2a 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,9 +1,9 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.07
+Version: 6.08
License: GPL
Group: System Environment/Base
-Release: 2
+Release: 1
Source: initscripts-%{version}.tar.bz2
Patch0: initscripts-s390.patch
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
@@ -238,7 +238,10 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
-* Tue Jul 23 2001 Bill Nottingham <notting@redhat.com>
+* Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
+- set link up before checking with mii-tool (#49949)
+
+* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
- update netdev stuff to use _netdev
- IPv6 updates (<pekkas@netcore.fi>)
- fix downing of devices with static IPs (#49777, #49783)