diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-02 15:00:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-02 15:00:29 +0000 |
commit | 713d8e3f14a9d729815014b6e3ab4cbca3fd2b73 (patch) | |
tree | 1a4ed3754866e0ae86359b5f7372922ba25d8bd1 | |
parent | c3951b0cc5dc7c674747d97e1d60ef12d486e4a7 (diff) | |
download | initscripts-713d8e3f14a9d729815014b6e3ab4cbca3fd2b73.tar initscripts-713d8e3f14a9d729815014b6e3ab4cbca3fd2b73.tar.gz initscripts-713d8e3f14a9d729815014b6e3ab4cbca3fd2b73.tar.bz2 initscripts-713d8e3f14a9d729815014b6e3ab4cbca3fd2b73.tar.xz initscripts-713d8e3f14a9d729815014b6e3ab4cbca3fd2b73.zip |
*** empty log message ***
-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 |