From f0b150931b6a33358fd9aa36ef161d25bf9e6d22 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 12 Mar 2007 23:19:00 +0000 Subject: [PATCH] - explicitly include required headers from (#228698) - attempt to provide doc strings in the python module --- cracklib.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cracklib.spec b/cracklib.spec index b642bb4..70cd3ad 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -4,7 +4,7 @@ Summary: A password-checking library Name: cracklib Version: 2.8.9 -Release: 9 +Release: 10 Group: System Environment/Libraries Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz @@ -43,6 +43,8 @@ Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish. Source37: pass_file.gz Patch0: cracklib-2.8.9-suffix.patch +Patch1: cracklib-2.8.9-inttypes.patch +Patch2: cracklib-2.8.9-docstring.patch URL: http://sourceforge.net/projects/cracklib/ License: Artistic Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -102,6 +104,9 @@ If you are installing CrackLib, you should also install cracklib-dicts. %prep %setup -q %patch0 -p1 -b .suffix +cp lib/packer.h lib/packer.h.in +%patch1 -p1 -b .inttypes +%patch2 -p1 -b .docstring autoreconf mkdir cracklib-dicts for dict in %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \ @@ -179,6 +184,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la %{_libdir}/python*/site-packages/cracklibmodule.so %changelog +* Mon Mar 12 2007 Nalin Dahyabhai - 2.8.9-10 +- explicitly include required headers from (#228698) +- attempt to provide doc strings in the python module + * Mon Feb 12 2007 Nalin Dahyabhai - 2.8.9-9 - drop final "." from summaries (Jef Spaleta, #225659) - drop static library from -devel subpackage (Jef Spaleta, #225659)