Accepting request 43442 from Base:System

Copy from Base:System/cracklib based on submit request 43442 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib?expand=0&rev=32
This commit is contained in:
OBS User autobuild 2010-07-20 18:16:11 +00:00 committed by Git OBS Bridge
commit 97304389fd
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Fri Jun 25 17:53:22 CEST 2010 - dmueller@suse.de

View File

@ -30,7 +30,7 @@ Obsoletes: cracklib-64bit
%endif
#
Version: 2.8.16
Release: 3
Release: 4
Requires: cracklib-dict
Summary: Library to crack passwords using dictionaries
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
@ -98,7 +98,7 @@ This package contains a small dictionay file used by cracklib.
%build
AUTOPOINT=true autoreconf -fi
%configure --disable-static --with-pic
%{__make} %{?jobs:-j%jobs}
%{__make} %{?_smp_mflags}
make -C po update-po
%clean