update to 2.8.20
update to 2.8.20: - python module renamed from _cracklibmodule.so to _cracklib.so
This commit is contained in:
parent
e8a82a9297
commit
17bfc7742f
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@ cracklib-2.8.16.tar.gz
|
|||||||
/cracklib-2.8.19.tar.gz
|
/cracklib-2.8.19.tar.gz
|
||||||
/cracklib2_2.8.19-1.debian.tar.gz
|
/cracklib2_2.8.19-1.debian.tar.gz
|
||||||
/cracklib2_2.8.19-1.dsc
|
/cracklib2_2.8.19-1.dsc
|
||||||
|
/cracklib-2.8.20.tar.gz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.8.19
|
Version: 2.8.20
|
||||||
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
|
||||||
|
|
||||||
@ -161,7 +161,7 @@ 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 $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwd
|
||||||
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/_cracklibmodule.*a
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/_cracklib*.*a
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{3,8}
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{3,8}
|
||||||
@ -234,10 +234,13 @@ EOF
|
|||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/python*/site-packages/_cracklibmodule.so
|
%{_libdir}/python*/site-packages/_cracklib*.so
|
||||||
%{_libdir}/../lib/python*/site-packages/*.py*
|
%{_libdir}/../lib/python*/site-packages/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.20-1
|
||||||
|
- update to 2.8.20
|
||||||
|
|
||||||
* Tue Nov 20 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.19-3
|
* Tue Nov 20 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.19-3
|
||||||
- update the copy of the debian source package to one that can currently be
|
- update the copy of the debian source package to one that can currently be
|
||||||
retrieved using the URL we list for it
|
retrieved using the URL we list for it
|
||||||
|
2
sources
2
sources
@ -27,6 +27,6 @@ a2bd31ce25a3057b61d2e5a1182d93a9 sf.gz
|
|||||||
c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz
|
c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz
|
||||||
6e76a087a646ede5eba05e9259fd84d4 pass_file.gz
|
6e76a087a646ede5eba05e9259fd84d4 pass_file.gz
|
||||||
7fa6ba0cd50e7f9ccaf4707c810b14f1 cracklib-words-20080507.gz
|
7fa6ba0cd50e7f9ccaf4707c810b14f1 cracklib-words-20080507.gz
|
||||||
ca0ec168d9c6466612204e8dfb2df8a9 cracklib-2.8.19.tar.gz
|
1db83dcd5641b72a0656f6923a1cd0a4 cracklib-2.8.20.tar.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
|
||||||
|
Loading…
Reference in New Issue
Block a user