diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 15 insertions, 2 deletions
@@ -1,5 +1,15 @@ +1999-08-02 Bill Nottingham <nottingredhat.com> + + * Makefile: + add a 'make check' target to catch typos. + + * sysconfig/network-scripts/ifup-ppp: + fix typo + 1999-07-29 Bill Nottingham <nottingredhat.com> + * initscripts.spec: fix time %post + * initscripts.spec, prefdm, Makefile: add prefdm as a real file. diff --git a/initscripts.spec b/initscripts.spec index a4bcba09..b4bb3464 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Name: initscripts Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 1 +Release: 2 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools @@ -193,8 +193,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/log/wtmp %ghost %attr(0664,root,utmp) /var/run/utmp - %changelog +* Mon Aug 2 1999 Bill Nottingham <notting@redhat.com> +- fix typo. +- add 'make check' + * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com> - simple wvdial support for ppp connections |