aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-02-24 16:16:18 +0000
committerBill Nottingham <notting@redhat.com>2003-02-24 16:16:18 +0000
commit52adec761dd0de9f57d5f37cec076cdf3259911d (patch)
tree2cf85e5ca287a5d637882776bcc64a6f8f80f9f9
parent59298506e8d2df987d0d28085f40b1b7b2e11c76 (diff)
downloadinitscripts-52adec761dd0de9f57d5f37cec076cdf3259911d.tar
initscripts-52adec761dd0de9f57d5f37cec076cdf3259911d.tar.gz
initscripts-52adec761dd0de9f57d5f37cec076cdf3259911d.tar.bz2
initscripts-52adec761dd0de9f57d5f37cec076cdf3259911d.tar.xz
initscripts-52adec761dd0de9f57d5f37cec076cdf3259911d.zip
7.11-1r7-11
-rw-r--r--ChangeLog7
-rw-r--r--initscripts.spec7
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3887ae96..e247705e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-24 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 7.11-1
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post:
+ handle changed chain name
+
2003-02-21 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 7.10-1
diff --git a/initscripts.spec b/initscripts.spec
index 189792ed..29651229 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.10
+Version: 7.11
License: GPL
Group: System Environment/Base
Release: 1
@@ -17,7 +17,7 @@ Requires: bash >= 2.0, SysVinit
Requires: /sbin/ip, /sbin/arping, net-tools
Requires: /etc/redhat-release, dev
Conflicts: kernel <= 2.4, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3
-Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
+Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-21
Obsoletes: rhsound sapinit
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils
BuildPrereq: glib2-devel popt gettext pkgconfig
@@ -246,6 +246,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.11-1
+- handle changed chain name
+
* Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
- handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)