Accepting request 244810 from home:mlin7442:branches:GNOME:Factory
do not hard requires cracklib-dict-full, fix conflict issue in installation-images-openSUSE with cryptsetup OBS-URL: https://build.opensuse.org/request/show/244810 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpwquality?expand=0&rev=10
This commit is contained in:
parent
41e6df6a54
commit
134b1babbf
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 11:26:45 UTC 2014 - mlin@suse.com
|
||||||
|
|
||||||
|
- Don't hard requires cracklib-dict-full, use Recommends for -dict-full
|
||||||
|
and Requires cracklib-dict to avoid conflict issue in
|
||||||
|
installation-images-openSUSE with cryptsetup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 12 18:42:45 UTC 2013 - dimstar@opensuse.org
|
Thu Sep 12 18:42:45 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpwquality
|
# spec file for package libpwquality
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -43,8 +43,9 @@ of random passwords that pass the checks.
|
|||||||
%package -n libpwquality1
|
%package -n libpwquality1
|
||||||
Summary: Library for password quality checking and generating random passwords
|
Summary: Library for password quality checking and generating random passwords
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: cracklib-dict-full >= 2.8
|
Requires: cracklib-dict >= 2.8
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Recommends: cracklib-dict-full >= 2.8
|
||||||
# To make lang package installable
|
# To make lang package installable
|
||||||
Provides: %{name}
|
Provides: %{name}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user