From 5775b3899c44a2ce8bdccd809d018bc5c6bf9b47 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:38:27 +0000 Subject: [PATCH] auto-import changelog data from expect-5.39.0-98.src.rpm 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. --- expect.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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