SHA256
1
0
forked from pool/cracklib
OBS User unknown
2009-05-27 22:20:48 +00:00
committed by Git OBS Bridge
parent 1e72995350
commit 7c8bf468df
5 changed files with 17 additions and 247 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package cracklib (Version 2.8.12)
# spec file for package cracklib (Version 2.8.13)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -29,8 +29,8 @@ AutoReqProv: on
Obsoletes: cracklib-64bit
%endif
#
Version: 2.8.12
Release: 58
Version: 2.8.13
Release: 1
Requires: cracklib-dict
Summary: Full Dictionary for cracklib
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
@@ -38,7 +38,6 @@ Source1: cracklib-po.tar.gz
Patch: cracklib-magic.diff
Patch1: cracklib-trans.diff
Patch2: datarootdir.patch
Patch3: cracklib-zlib.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -87,7 +86,6 @@ This package contains a small dictionay file used by cracklib.
%patch
%patch1
%patch2
%patch3 -p1
%build
AUTOPOINT=true autoreconf -fi
@@ -158,6 +156,10 @@ ln -sf %{_datadir}/cracklib/pw_dict.pwi $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pw
%{_datadir}/cracklib/pw_dict.pwi
%changelog
* Wed May 20 2009 mc@suse.de
- update to version 2.8.13
* Compressed dictionary support and better python module
- remove zlib patch which is now upstream.
* Sat Apr 04 2009 crrodriguez@suse.de
- remove static libraries
* Wed Feb 04 2009 mc@suse.de