From c3650d7fc5ced192626fd8cadb49eba293e1e4f2 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 19 Dec 2012 12:34:18 -0500 Subject: [PATCH] add missing buildrequires: on zlib-devel (#888876) --- cracklib.spec | 10 +++++++--- 1 file 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 - 2.8.22 +* Wed Dec 19 2012 Nalin Dahyabhai - 2.8.22-2 +- add missing buildrequires: on zlib-devel (#888876) + +* Mon Dec 17 2012 Nalin Dahyabhai - 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 - 2.8.21 +* Thu Dec 13 2012 Nalin Dahyabhai - 2.8.21-1 - update to 2.8.21 * Mon Dec 10 2012 Nalin Dahyabhai - 2.8.20-1