This commit is contained in:
parent
2603c5a40f
commit
6dbaffe4b8
@ -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
|
Fri Jun 27 11:44:03 CEST 2008 - mc@suse.de
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package cracklib-dict-full (Version 2.8.12)
|
# spec file for package cracklib-dict-full (Version 2.8.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -18,7 +25,7 @@ License: Artistic License
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.8.12
|
Version: 2.8.12
|
||||||
Release: 23
|
Release: 43
|
||||||
Provides: cracklib-dict
|
Provides: cracklib-dict
|
||||||
Provides: cracklib:/usr/share/cracklib/pw_dict.pwd
|
Provides: cracklib:/usr/share/cracklib/pw_dict.pwd
|
||||||
Conflicts: cracklib-dict-small
|
Conflicts: cracklib-dict-small
|
||||||
@ -85,16 +92,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/cracklib/
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/cracklib/
|
||||||
/usr/sbin/cracklib-format cracklib-dicts/* | \
|
/usr/sbin/cracklib-format cracklib-dicts/* | \
|
||||||
/usr/sbin/cracklib-packer $RPM_BUILD_ROOT/%{_datadir}/cracklib/pw_dict
|
/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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/cracklib
|
%dir %{_datadir}/cracklib
|
||||||
%{_datadir}/cracklib/pw_dict.hwm
|
%{_datadir}/cracklib/pw_dict.hwm
|
||||||
%{_datadir}/cracklib/pw_dict.pwd.gz
|
%{_datadir}/cracklib/pw_dict.pwd
|
||||||
%{_datadir}/cracklib/pw_dict.pwi
|
%{_datadir}/cracklib/pw_dict.pwi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 27 2008 mc@suse.de
|
||||||
- update wordlist
|
- update wordlist
|
||||||
- add german wordlists
|
- add german wordlists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user