auto-import changelog data from expect-5.39.0-98.src.rpm

Mon Jun 21 2004 Alan Cox <alan@redhat.com>
- 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.
This commit is contained in:
cvsdist 2004-09-09 04:38:27 +00:00
parent 46cd02261d
commit 5775b3899c

View File

@ -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 <alan@redhat.com>
- 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 <sopwith@redhat.com>
- rebuilt