parent
f8e88bbbd5
commit
5c473f2342
@ -34,3 +34,4 @@ cracklib-2.8.4.tar.gz
|
||||
cracklib-2.8.5.tar.gz
|
||||
cracklib-2.8.6.tar.gz
|
||||
cracklib-2.8.9.tar.gz
|
||||
pass_file.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: A password-checking library.
|
||||
Name: cracklib
|
||||
Version: 2.8.9
|
||||
Release: 7
|
||||
Release: 8
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
||||
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
|
||||
@ -36,6 +36,7 @@ Source33: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.french.gz
|
||||
Source34: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.gz
|
||||
Source35: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.gz
|
||||
Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.gz
|
||||
Source37: pass_file.gz
|
||||
Patch0: cracklib-2.8.9-suffix.patch
|
||||
URL: http://sourceforge.net/projects/cracklib/
|
||||
License: Artistic
|
||||
@ -102,7 +103,7 @@ for dict in %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
|
||||
%{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} \
|
||||
%{SOURCE25} %{SOURCE26} %{SOURCE27} %{SOURCE28} %{SOURCE29} \
|
||||
%{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} %{SOURCE34} \
|
||||
%{SOURCE35} %{SOURCE36} %{SOURCE1}
|
||||
%{SOURCE35} %{SOURCE36} %{SOURCE37} %{SOURCE1}
|
||||
do
|
||||
cp -fv ${dict} cracklib-dicts/
|
||||
done
|
||||
@ -174,6 +175,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
||||
%{_libdir}/python*/site-packages/cracklibmodule.so
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-8
|
||||
- add word list from attachment #126053 (#185314)
|
||||
|
||||
* Thu Jan 25 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-7
|
||||
- fix check for the existence of dictionaries when the caller specifies a
|
||||
location (#224347, upstream #1644628)
|
||||
|
Loading…
Reference in New Issue
Block a user