aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-08-08 19:39:46 +0000
committerBill Nottingham <notting@redhat.com>2003-08-08 19:39:46 +0000
commit3200f9e4abc2bf3df6654935ed6de927a2f08734 (patch)
tree3fee8e16d5a74d628dca258d2f32dbbd486aa6d1
parent287cac506f803f948c9f063e5dc9e8586a964169 (diff)
downloadinitscripts-3200f9e4abc2bf3df6654935ed6de927a2f08734.tar
initscripts-3200f9e4abc2bf3df6654935ed6de927a2f08734.tar.gz
initscripts-3200f9e4abc2bf3df6654935ed6de927a2f08734.tar.bz2
initscripts-3200f9e4abc2bf3df6654935ed6de927a2f08734.tar.xz
initscripts-3200f9e4abc2bf3df6654935ed6de927a2f08734.zip
7.29.EL-1
-rw-r--r--ChangeLog28
-rw-r--r--initscripts.spec8
2 files changed, 35 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4d44e86..c7f8d38c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-08-08 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 7.29.EL-1
+
+ * setsysfont:
+ don't echo to /dev/console (#102004)
+
+ * sysconfig/network-scripts/ifup-routes:
+ - ifup-routes: pass the interface name to handle_file() so that we don't try
+ to use the routes file's name as an interface name
+
+ * src/mkkerneldoth: support kernel-hugemem
+
+2003-08-08 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions:
+ fix ethernet device renaming deadlock (yay recursion!) (#101566)
+
+2003-08-05 Bill Nottingham <notting@redhat.com>
+
+ * src/consoletype.c:
+ don't return 'vt' on vioconsole (#90465)
+
+2003-08-01 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup:
+ fix short-circuit (#101445)
+
2003-07-09 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec:
diff --git a/initscripts.spec b/initscripts.spec
index aec29bc7..d19ab238 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -3,7 +3,7 @@ Name: initscripts
Version: 7.28.EL
License: GPL
Group: System Environment/Base
-Release: 3
+Release: 1
Source: initscripts-%{version}.tar.bz2
URL: http://rhlinux.redhat.com/initscripts/
Patch0: initscripts-s390.patch
@@ -248,6 +248,12 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 7.29.EL-1
+- setsysfont: don't echo to /dev/console (#102004)
+- fix ethernet device renaming deadlock (#101566)
+- consoletype: don't return 'vt' on vioconsole (#90465)
+- ifup: fix short-circuit (#101445)
+
* Wed Jul 9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
- switch from $CONFIG.keys to keys-$CONFIG