From 6dbaffe4b86f1f34f03efa1c12e3af51195cb9f5a227a9f1cbc50fb622951219 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Sep 2008 20:17:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib-dict-full?expand=0&rev=5 --- cracklib-dict-full.changes | 5 +++++ cracklib-dict-full.spec | 23 ++++++++++++++++++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/cracklib-dict-full.changes b/cracklib-dict-full.changes index df6a30f..507d526 100644 --- a/cracklib-dict-full.changes +++ b/cracklib-dict-full.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 1 17:25:56 CEST 2008 - mc@suse.de + +- do not zip the dict by default. A check takes too long. + ------------------------------------------------------------------- Fri Jun 27 11:44:03 CEST 2008 - mc@suse.de diff --git a/cracklib-dict-full.spec b/cracklib-dict-full.spec index ed7ff29..f82aa72 100644 --- a/cracklib-dict-full.spec +++ b/cracklib-dict-full.spec @@ -2,9 +2,16 @@ # spec file for package cracklib-dict-full (Version 2.8.12) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -18,7 +25,7 @@ License: Artistic License Group: System/Libraries AutoReqProv: on Version: 2.8.12 -Release: 23 +Release: 43 Provides: cracklib-dict Provides: cracklib:/usr/share/cracklib/pw_dict.pwd Conflicts: cracklib-dict-small @@ -85,16 +92,22 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/cracklib/ /usr/sbin/cracklib-format cracklib-dicts/* | \ /usr/sbin/cracklib-packer $RPM_BUILD_ROOT/%{_datadir}/cracklib/pw_dict -gzip $RPM_BUILD_ROOT/%{_datadir}/cracklib/pw_dict.pwd +# +# using zip'ed dict takes too long for a check. But the support +# for this is still in the lib. +# +#gzip $RPM_BUILD_ROOT/%{_datadir}/cracklib/pw_dict.pwd %files %defattr(-,root,root) %dir %{_datadir}/cracklib %{_datadir}/cracklib/pw_dict.hwm -%{_datadir}/cracklib/pw_dict.pwd.gz +%{_datadir}/cracklib/pw_dict.pwd %{_datadir}/cracklib/pw_dict.pwi %changelog +* Mon Sep 01 2008 mc@suse.de +- do not zip the dict by default. A check takes too long. * Fri Jun 27 2008 mc@suse.de - update wordlist - add german wordlists