diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-09 16:24:07 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-09 16:24:07 +0000 |
commit | b07b3b8237f743f299eac0b38c68b98d26384023 (patch) | |
tree | 46e019842590434a3c3bb9eb1d3ab2ff46f083c0 /initscripts.spec | |
parent | 550395acfc0558bb5e7dffd873b7cfea57783e5e (diff) | |
download | initscripts-b07b3b8237f743f299eac0b38c68b98d26384023.tar initscripts-b07b3b8237f743f299eac0b38c68b98d26384023.tar.gz initscripts-b07b3b8237f743f299eac0b38c68b98d26384023.tar.bz2 initscripts-b07b3b8237f743f299eac0b38c68b98d26384023.tar.xz initscripts-b07b3b8237f743f299eac0b38c68b98d26384023.zip |
6.13-1r6-13
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec index 99ec126f..8b101852 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.12 +Version: 6.13 License: GPL Group: System Environment/Base Release: 1 @@ -12,7 +12,7 @@ Requires: procps >= 2.0.7-7, 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 -Requires: bash >= 2.0 +Requires: bash >= 2.0, SysVinit Requires: /sbin/ip, /sbin/arping Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3 Conflicts: ypbind < 1.6-12 @@ -238,8 +238,17 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Thu Aug 9 2001 Bill Nottingham <notting@redhat.com> +- require SysVinit (#51335) + * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com> - tweak raittab grep slightly (#51231) +- allow resetting of default route for DHCP addresses (#48994) +- save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759) +- when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833) +- allow shell characters in ppp names (#43719) +- allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492) +- behave sanely if ifup called when dhcpcd is running (#49392, #51038) * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com> - honor HOTPLUG=no if running under hotplug (#47483) |