- update to 2.8.9
- only create compat symlinks for the dictionaries if we aren't installing them into the old locations
This commit is contained in:
parent
1a2cd108ac
commit
fbca5d4730
@ -33,3 +33,4 @@ cracklib-2.8.3.tar.gz
|
||||
cracklib-2.8.4.tar.gz
|
||||
cracklib-2.8.5.tar.gz
|
||||
cracklib-2.8.6.tar.gz
|
||||
cracklib-2.8.9.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: A password-checking library.
|
||||
Name: cracklib
|
||||
Version: 2.8.6
|
||||
Release: 1.2.1
|
||||
Version: 2.8.9
|
||||
Release: 2
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
||||
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
|
||||
@ -110,9 +110,11 @@ while ! test -f $RPM_BUILD_ROOT/%{_libdir}/$toprelpath/top ; do
|
||||
toprelpath=../$toprelpath
|
||||
done
|
||||
rm -f $RPM_BUILD_ROOT/top
|
||||
if test %{dictpath} != %{_libdir}/cracklib_dict ; then
|
||||
ln -s $toprelpath%{dictpath}.hwm $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.hwm
|
||||
ln -s $toprelpath%{dictpath}.pwd $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwd
|
||||
ln -s $toprelpath%{dictpath}.pwi $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwi
|
||||
fi
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/cracklibmodule.*a
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
||||
|
||||
@ -145,6 +147,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
||||
%{_sbindir}/packer
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-2
|
||||
- update to 2.8.9
|
||||
- only create compat symlinks for the dictionaries if we aren't installing
|
||||
them into the old locations
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.8.6-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
2
sources
2
sources
@ -26,4 +26,4 @@ a2bd31ce25a3057b61d2e5a1182d93a9 sf.gz
|
||||
15ec61296de799eaa8111cfabbcbb44f shakespeare.gz
|
||||
c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz
|
||||
575a44add4db95b43c7abb46b307950f cracklib-words.gz
|
||||
3cef136fe33fc40c57f7514d9aa90c51 cracklib-2.8.6.tar.gz
|
||||
9a8c9eb26b48787c84024ac779f64bb2 cracklib-2.8.9.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user