From aec63593b71fdce7377047dab1d8381f0107597a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:57:23 +0000 Subject: [PATCH] auto-import changelog data from cracklib-2.7-15.src.rpm Fri Feb 22 2002 Nalin Dahyabhai 2.7-15 - rebuild Wed Jan 09 2002 Tim Powers - automated rebuild Tue Oct 02 2001 Nalin Dahyabhai 2.7-13 - use getpwuid_r instead of getpwuid --- cracklib.spec | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index d427604..0e2560f 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -1,7 +1,7 @@ Summary: A password-checking library. Name: cracklib Version: 2.7 -Release: 12 +Release: 15 Group: System Environment/Libraries Source0: http://www.users.dircon.co.uk/~crypto/download/cracklib,%{version}.tgz Source1: crack.h @@ -33,8 +33,9 @@ Source34: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.gz Source35: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.gz Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.gz Url: http://www.users.dircon.co.uk/~crypto/ -Copyright: Artistic -Patch: cracklib-2.7-rh.patch +License: Artistic +Patch0: cracklib-2.7-rh.patch +Patch1: cracklib-2.7-nss.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: gzip, words @@ -71,7 +72,8 @@ If you are installing CrackLib, you should also install cracklib-dicts. %prep %setup -n cracklib,%{version} -q -%patch -p1 -b .rh +%patch0 -p1 -b .rh +%patch1 -p1 -b .nss cp %{SOURCE1} cracklib/crack.h mkdir cracklib-dicts for dict in %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \ @@ -116,7 +118,16 @@ make install \ %{_libdir}/cracklib_dict* %changelog -* Fri Aug 3 2001 Nalin Dahyabhai +* Fri Feb 22 2002 Nalin Dahyabhai 2.7-15 +- rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Tue Oct 2 2001 Nalin Dahyabhai 2.7-13 +- use getpwuid_r instead of getpwuid + +* Fri Aug 3 2001 Nalin Dahyabhai 2.7-12 - remove cruft that ldconfig already knows how to manage - don't explicitly strip anything -- the brp setup decides that - tweak the header so that it can be used in C++ (#46685)