diff options
author | Bill Nottingham <notting@redhat.com> | 2000-01-12 20:21:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-01-12 20:21:52 +0000 |
commit | e90f8aabd28af1d897a4dabcf83efef5ef89defe (patch) | |
tree | 5f9996c6b896cca465c3b6f784cdc579c41d60bc | |
parent | f8ef70fde7d65c0708143acca5886871a9546423 (diff) | |
download | initscripts-e90f8aabd28af1d897a4dabcf83efef5ef89defe.tar initscripts-e90f8aabd28af1d897a4dabcf83efef5ef89defe.tar.gz initscripts-e90f8aabd28af1d897a4dabcf83efef5ef89defe.tar.bz2 initscripts-e90f8aabd28af1d897a4dabcf83efef5ef89defe.tar.xz initscripts-e90f8aabd28af1d897a4dabcf83efef5ef89defe.zip |
*** empty log message ***r4-82
-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 |