From 7d5a204d499280288d5261a0efe57c5db0433ce9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 22 Feb 2002 22:10:38 +0000 Subject: 6.53-1 --- ChangeLog | 32 +++++++++++++++++++++++++++++--- initscripts.spec | 7 +++++-- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7b3f940e..83492571 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,33 @@ -2002-02-12 Mike A. Harris +2002-02-22 Bill Nottingham - * rc.sysinit: - changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance + * Changelog, initscripts.spec: 6.53-1 + +2002-02-14 Pedro Morais + + * po/pt.po: updates + +2002-02-13 Mike A. Harris + + * initscripts.spec, rc.d/rc.sysinit, ChangeLog: + Changed rc.sysinit to use /var/account/pacct for FHS 2.2 compliance + +2002-02-07 Bill Nottingham + + * rc.d/init.d/functions: + fix typo (#58954, ) + + * sysconfig/network-scripts/ifup-post: + fix invocation of need_hostname (#58946) + + * rc.d/rc.sysinit: + don't complain on monolithic kernels (#58288) + + * sysconfig/network-scripts/ifup: + fix dumb bug (#57924) + +2002-02-04 Bill Nottingham + + * initscripts.spec: add net-tools requirement 2002-01-30 Bill Nottingham diff --git a/initscripts.spec b/initscripts.spec index 76181d5d..7d855d1a 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.51 +Version: 6.53 License: GPL Group: System Environment/Base Release: 1 @@ -8,7 +8,7 @@ Source: initscripts-%{version}.tar.bz2 Patch0: initscripts-s390.patch BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 -Requires: procps >= 2.0.7-7, sysklogd >= 1.3.31 +Requires: /sbin/sysctl, sysklogd >= 1.3.31 Requires: setup >= 2.0.3, /sbin/fuser, which, /bin/grep Requires: modutils >= 2.3.11-5 Requires: util-linux >= 2.10s-11, mount >= 2.11g-5 @@ -240,6 +240,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Fri Feb 22 2002 Bill Nottingham +- fix invocation of need_hostname (#58946), a couple other minor tweaks + * Tue Feb 12 2002 Mike A. Harris - rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance -- cgit