- fix "mkpasswd -v" failure when user not specified with
expect-5.42-mkpasswd-verbose-user-141454.patch (J F Wheeler, 141454)
This commit is contained in:
parent
dba98153c8
commit
b42ada8124
@ -3,7 +3,7 @@
|
|||||||
Summary: A program-script interaction and testing utility
|
Summary: A program-script interaction and testing utility
|
||||||
Name: expect
|
Name: expect
|
||||||
Version: %{majorver}.1
|
Version: %{majorver}.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://expect.nist.gov/
|
URL: http://expect.nist.gov/
|
||||||
@ -18,6 +18,7 @@ Patch8: expect-5.32.2-setpgrp.patch
|
|||||||
Patch9: expect-5.38.0-autopasswd-9917.patch
|
Patch9: expect-5.38.0-autopasswd-9917.patch
|
||||||
Patch10: expect-5.38.0-lib-spec.patch
|
Patch10: expect-5.38.0-lib-spec.patch
|
||||||
Patch11: expect-5.39.0-libdir.patch
|
Patch11: expect-5.39.0-libdir.patch
|
||||||
|
Patch12: expect-5.42-mkpasswd-verbose-user-141454.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Expect is a tcl application for automating and testing
|
Expect is a tcl application for automating and testing
|
||||||
@ -63,6 +64,7 @@ This package contains expectk and some scripts that use it.
|
|||||||
%patch9 -p1 -b .hyphen
|
%patch9 -p1 -b .hyphen
|
||||||
%patch10 -p1 -b .libspec
|
%patch10 -p1 -b .libspec
|
||||||
%patch11 -p1 -b .libdir
|
%patch11 -p1 -b .libdir
|
||||||
|
%patch12 -p1 -b .verbose
|
||||||
# patch10 touch configure.in
|
# patch10 touch configure.in
|
||||||
autoconf-2.13
|
autoconf-2.13
|
||||||
|
|
||||||
@ -138,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/tknewsbiff.1*
|
%{_mandir}/man1/tknewsbiff.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 3 2004 Jens Petersen <petersen@redhat.com> - 5.42.1-2
|
||||||
|
- fix "mkpasswd -v" failure when user not specified with
|
||||||
|
expect-5.42-mkpasswd-verbose-user-141454.patch (J F Wheeler, 141454)
|
||||||
|
|
||||||
* Thu Aug 5 2004 Jens Petersen <petersen@redhat.com> - 5.42.1-1
|
* Thu Aug 5 2004 Jens Petersen <petersen@redhat.com> - 5.42.1-1
|
||||||
- update to 5.42.1 (Robert Scheck, 126536)
|
- update to 5.42.1 (Robert Scheck, 126536)
|
||||||
- no longer need expect-5.32.2-kibitz.patch
|
- no longer need expect-5.32.2-kibitz.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user