auto-import changelog data from cracklib-2.7-15.src.rpm
Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-15 - rebuild Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild Tue Oct 02 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-13 - use getpwuid_r instead of getpwuid
This commit is contained in:
parent
abf2e1e269
commit
aec63593b7
@ -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 <nalin@redhat.com>
|
||||
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-15
|
||||
- rebuild
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Tue Oct 2 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-13
|
||||
- use getpwuid_r instead of getpwuid
|
||||
|
||||
* Fri Aug 3 2001 Nalin Dahyabhai <nalin@redhat.com> 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)
|
||||
|
Loading…
Reference in New Issue
Block a user