- add explicit dependency on gzip for the sake of cracklib-format (Daniel
Mach, #501278)
This commit is contained in:
parent
78a1dbd7d4
commit
35ced7f189
@ -5,7 +5,7 @@
|
|||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.8.13
|
Version: 2.8.13
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
|
|
||||||
@ -53,6 +53,8 @@ BuildRequires: python-devel, words, autoconf, automake, gettext, libtool
|
|||||||
# This one's for gettext's sake.
|
# This one's for gettext's sake.
|
||||||
BuildRequires: cvs
|
BuildRequires: cvs
|
||||||
Conflicts: cracklib-dicts < 2.8
|
Conflicts: cracklib-dicts < 2.8
|
||||||
|
# The cracklib-format script calls gzip, but without a specific path.
|
||||||
|
Requires: gzip
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CrackLib tests passwords to determine whether they match certain
|
CrackLib tests passwords to determine whether they match certain
|
||||||
@ -223,6 +225,10 @@ EOF
|
|||||||
%{_libdir}/../lib/python*/site-packages/*.py*
|
%{_libdir}/../lib/python*/site-packages/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 18 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.13-5
|
||||||
|
- add explicit dependency on gzip for the sake of cracklib-format (Daniel
|
||||||
|
Mach, #501278)
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.13-4
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.13-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user