rpms/cracklib/devel cracklib.spec,1.54,1.55

Nalin Dahyabhai nalin at fedoraproject.org
Mon May 18 16:44:59 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/cracklib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5867

Modified Files:
	cracklib.spec 
Log Message:
- add explicit dependency on gzip for the sake of cracklib-format (Daniel
  Mach, #501278)



Index: cracklib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cracklib/devel/cracklib.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- cracklib.spec	24 Feb 2009 09:36:52 -0000	1.54
+++ cracklib.spec	18 May 2009 16:44:28 -0000	1.55
@@ -5,7 +5,7 @@
 Summary: A password-checking library
 Name: cracklib
 Version: 2.8.13
-Release: 4
+Release: 5
 Group: System Environment/Libraries
 Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
 
@@ -53,6 +53,8 @@ BuildRequires: python-devel, words, auto
 # This one's for gettext's sake.
 BuildRequires: cvs
 Conflicts: cracklib-dicts < 2.8
+# The cracklib-format script calls gzip, but without a specific path.
+Requires: gzip
 
 %description
 CrackLib tests passwords to determine whether they match certain
@@ -223,6 +225,10 @@ EOF
 %{_libdir}/../lib/python*/site-packages/*.py*
 
 %changelog
+* Mon May 18 2009 Nalin Dahyabhai <nalin at 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 at lists.fedoraproject.org> - 2.8.13-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list