diff --git a/expect.spec b/expect.spec index 422bc06..7ba7ba6 100644 --- a/expect.spec +++ b/expect.spec @@ -3,7 +3,7 @@ Summary: A program-script interaction and testing utility Name: expect Version: %{majorver}.1 -Release: 1 +Release: 2 License: Public Domain Group: Development/Languages URL: http://expect.nist.gov/ @@ -18,6 +18,7 @@ Patch8: expect-5.32.2-setpgrp.patch Patch9: expect-5.38.0-autopasswd-9917.patch Patch10: expect-5.38.0-lib-spec.patch Patch11: expect-5.39.0-libdir.patch +Patch12: expect-5.42-mkpasswd-verbose-user-141454.patch %description 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 %patch10 -p1 -b .libspec %patch11 -p1 -b .libdir +%patch12 -p1 -b .verbose # patch10 touch configure.in autoconf-2.13 @@ -138,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/tknewsbiff.1* %changelog +* Fri Dec 3 2004 Jens Petersen - 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 - 5.42.1-1 - update to 5.42.1 (Robert Scheck, 126536) - no longer need expect-5.32.2-kibitz.patch