update to 2.9.0 (#970065)

- update to 2.9.0 (#970065)
  - adds FascistCheckUser()
- go ahead and compress the main dictionary, since we're linking with zlib
  anyway
This commit is contained in:
Nalin Dahyabhai 2013-06-03 17:33:05 -04:00
parent 8f75c6f5cf
commit af780d829b
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@ cracklib-2.8.16.tar.gz
/cracklib-2.8.20.tar.gz /cracklib-2.8.20.tar.gz
/cracklib-2.8.21.tar.gz /cracklib-2.8.21.tar.gz
/cracklib-2.8.22.tar.gz /cracklib-2.8.22.tar.gz
/cracklib-2.9.0.tar.gz

View File

@ -4,8 +4,8 @@
Summary: A password-checking library Summary: A password-checking library
Name: cracklib Name: cracklib
Version: 2.8.22 Version: 2.9.0
Release: 3%{?dist} Release: 1%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
@ -159,7 +159,7 @@ done
rm -f $RPM_BUILD_ROOT/top rm -f $RPM_BUILD_ROOT/top
if test %{dictpath} != %{_libdir}/cracklib_dict ; then if test %{dictpath} != %{_libdir}/cracklib_dict ; then
ln -s $toprelpath%{dictpath}.hwm $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.hwm 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}.pwd.gz $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwd.gz
ln -s $toprelpath%{dictpath}.pwi $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwi ln -s $toprelpath%{dictpath}.pwi $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwi
fi fi
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/_cracklib*.*a rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/_cracklib*.*a
@ -174,6 +174,7 @@ fi
if ! test -s $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8 ; then if ! test -s $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8 ; then
echo .so man8/cracklib-format.8 > $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8 echo .so man8/cracklib-format.8 > $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8
fi fi
gzip -9v $RPM_BUILD_ROOT/%{_datadir}/cracklib/*.pwd
%find_lang %{name} %find_lang %{name}
@ -245,6 +246,12 @@ EOF
%{_libdir}/../lib/python*/site-packages/*.py* %{_libdir}/../lib/python*/site-packages/*.py*
%changelog %changelog
* Mon Jun 3 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.9.0-1
- update to 2.9.0 (#970065)
- adds FascistCheckUser()
- go ahead and compress the main dictionary, since we're linking with zlib
anyway
* Tue Jan 29 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22-3 * Tue Jan 29 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22-3
- point cracklib-packer and cracklib-unpacker man pages to cracklib-format - point cracklib-packer and cracklib-unpacker man pages to cracklib-format
(internal tooling) (internal tooling)

View File

@ -29,4 +29,4 @@ c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz
7fa6ba0cd50e7f9ccaf4707c810b14f1 cracklib-words-20080507.gz 7fa6ba0cd50e7f9ccaf4707c810b14f1 cracklib-words-20080507.gz
12936e97cc34a28f2efec62e115a60e1 cracklib2_2.8.19-1.debian.tar.gz 12936e97cc34a28f2efec62e115a60e1 cracklib2_2.8.19-1.debian.tar.gz
bf8714368e0a485472b6ad7c4dba06a3 cracklib2_2.8.19-1.dsc bf8714368e0a485472b6ad7c4dba06a3 cracklib2_2.8.19-1.dsc
463177b5c29c7a598c991e12a4898e06 cracklib-2.8.22.tar.gz e0f94ac2138fd33c7e77b19c1e9a9390 cracklib-2.9.0.tar.gz