diff --git a/expect.spec b/expect.spec index 68685d1..508c016 100644 --- a/expect.spec +++ b/expect.spec @@ -3,7 +3,7 @@ Summary: A program-script interaction and testing utility Name: expect Version: %{majorver}.0 -Release: 97 +Release: 98 License: Public Domain Group: Development/Languages URL: http://expect.nist.gov/ @@ -83,6 +83,7 @@ ln -s libexpect%{majorver}.so %{buildroot}%{_libdir}/libexpect.so # remove cryptdir/decryptdir, as Linux has no crypt command (bug 6668). rm -f %{buildroot}%{_bindir}/{cryptdir,decryptdir} rm -f %{buildroot}%{_mandir}/man1/{cryptdir,decryptdir}.1* +rm -f %{buildroot}%{_bindir}/autopasswd %clean rm -rf $RPM_BUILD_ROOT @@ -93,7 +94,6 @@ rm -rf $RPM_BUILD_ROOT %doc %{_bindir}/expect %{_bindir}/autoexpect -%{_bindir}/autopasswd %{_bindir}/dislocate %{_bindir}/ftp-rfc %{_bindir}/kibitz @@ -141,6 +141,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/tknewsbiff.1* %changelog +* Mon Jun 21 2004 Alan Cox +- Autopasswd doesnt work and isnt ever going to work with pam around + since password setting depends on the modules in use (think "fingerprint" + or "smartcard"..). Remove it. + * Tue Jun 15 2004 Elliot Lee - rebuilt