diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-01-12 Bill Nottingham <notting@redhat.com> + + * src/Makefile: link popt statically + 2000-01-10 Bill Nottingham <notting@redhat.com> * rc.d/init.d/halt: diff --git a/initscripts.spec b/initscripts.spec index 9c902eb5..84fe4abc 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.81 +%define version 4.82 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -227,6 +227,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Jan 13 2000 Bill Nottingham <notting@redhat.com> +- link popt statically + * Mon Jan 10 2000 Bill Nottingham <notting@redhat.com> - don't try to umount /loopfs |