From 84ca82c03dbf4014c9fde781dcc0d976cbe6b9ea Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Jul 2001 22:06:57 +0000 Subject: 6.08-1 --- ChangeLog | 20 +++++++++++++++++++- initscripts.spec | 9 ++++++--- 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 + + * 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 + + * po/de.po, po/es.po, po/fr.po, po/it.po: + drop1 + 2001-07-24 Bill Nottingham - * 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 +* Wed Jul 25 2001 Bill Nottingham +- set link up before checking with mii-tool (#49949) + +* Tue Jul 24 2001 Bill Nottingham - update netdev stuff to use _netdev - IPv6 updates () - fix downing of devices with static IPs (#49777, #49783) -- cgit