[cracklib] add missing buildrequires: on zlib-devel (#888876)

Nalin Dahyabhai nalin at fedoraproject.org
Wed Dec 19 17:34:49 UTC 2012


commit c3650d7fc5ced192626fd8cadb49eba293e1e4f2
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Dec 19 12:34:18 2012 -0500

    add missing buildrequires: on zlib-devel (#888876)

 cracklib.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/cracklib.spec b/cracklib.spec
index d90e0cf..e5a9133 100644
--- a/cracklib.spec
+++ b/cracklib.spec
@@ -5,7 +5,7 @@
 Summary: A password-checking library
 Name: cracklib
 Version: 2.8.22
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Libraries
 Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
 
@@ -58,6 +58,7 @@ License: LGPLv2+
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python-devel, words, autoconf, automake, gettext, libtool
 BuildRequires: gettext-autopoint
+BuildRequires: zlib-devel
 Conflicts: cracklib-dicts < 2.8
 # The cracklib-format script calls gzip, but without a specific path.
 Requires: gzip
@@ -238,11 +239,14 @@ EOF
 %{_libdir}/../lib/python*/site-packages/*.py*
 
 %changelog
-* Mon Dec 17 2012 Nalin Dahyabhai <nalin at redhat.com> - 2.8.22
+* Wed Dec 19 2012 Nalin Dahyabhai <nalin at redhat.com> - 2.8.22-2
+- add missing buildrequires: on zlib-devel (#888876)
+
+* Mon Dec 17 2012 Nalin Dahyabhai <nalin at redhat.com> - 2.8.22-1
 - update to 2.8.22 (#887461), which now returns an error instead of exiting
   when there's a failure opening the dictionary in FascistCheck()
 
-* Thu Dec 13 2012 Nalin Dahyabhai <nalin at redhat.com> - 2.8.21
+* Thu Dec 13 2012 Nalin Dahyabhai <nalin at redhat.com> - 2.8.21-1
 - update to 2.8.21
 
 * Mon Dec 10 2012 Nalin Dahyabhai <nalin at redhat.com> - 2.8.20-1


More information about the scm-commits mailing list