diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,13 @@ +2000-02-04 Bill Nottingham <notting@redhat.com> + + * lang.csh, lang.sh: + if LC_ALL/LINGUAS == LANG, don't set them + 2000-02-02 Bill Nottingham <notting@redhat.com> + * initscripts.spec: + add glib-devel to buildprereq + * rc.d/init.d/network, sysconfig/network-scripts/ifup-routes: fix handling of bizarro linuxconf routes diff --git a/initscripts.spec b/initscripts.spec index 5ba337c3..597943c5 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.89 +%define version 4.90 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Feb 4 2000 Bill Nottingham <notting@redhat.com> +- if LC_ALL/LINGUAS == LANG, don't set them + * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com> - fix problems with linuxconf static routes |