Hello community, here is the log from the commit of package yast2-security for openSUSE:Factory checked in at Wed Nov 10 18:34:53 CET 2010. -------- --- yast2-security/yast2-security.changes 2010-08-16 13:32:27.000000000 +0200 +++ yast2-security/yast2-security.changes 2010-11-10 14:21:36.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 10 14:19:15 CET 2010 - jsuchome@suse.cz + +- remember the default value of CRACKLIB_DICT_PATH (bnc#650425) +- 2.20.2 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-security-2.20.1.tar.bz2 New: ---- yast2-security-2.20.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-security.spec ++++++ --- /var/tmp/diff_new_pack.DDdBm3/_old 2010-11-10 18:33:59.000000000 +0100 +++ /var/tmp/diff_new_pack.DDdBm3/_new 2010-11-10 18:33:59.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-security (Version 2.20.1) +# spec file for package yast2-security (Version 2.20.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,11 +19,11 @@ Name: yast2-security -Version: 2.20.1 +Version: 2.20.2 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-security-2.20.1.tar.bz2 +Source0: yast2-security-2.20.2.tar.bz2 Prefix: /usr @@ -50,7 +50,7 @@ The YaST2 component for security settings configuration. %prep -%setup -n yast2-security-2.20.1 +%setup -n yast2-security-2.20.2 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-security-2.20.1.tar.bz2 -> yast2-security-2.20.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-2.20.1/VERSION new/yast2-security-2.20.2/VERSION --- old/yast2-security-2.20.1/VERSION 2010-08-16 13:31:11.000000000 +0200 +++ new/yast2-security-2.20.2/VERSION 2010-11-10 14:20:02.000000000 +0100 @@ -1 +1 @@ -2.20.1 +2.20.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-2.20.1/src/Security.ycp new/yast2-security-2.20.2/src/Security.ycp --- old/yast2-security-2.20.1/src/Security.ycp 2009-10-01 13:48:58.000000000 +0200 +++ new/yast2-security-2.20.2/src/Security.ycp 2010-11-10 12:33:38.000000000 +0100 @@ -397,6 +397,8 @@ map pam_cracklib = Pam::Query ("cracklib"); if (size (pam_cracklib) > 0) Settings ["PASSWD_USE_CRACKLIB"] = "yes"; + // save the default value + Settings ["CRACKLIB_DICT_PATH"] = "/usr/lib/cracklib_dict"; foreach (string val, pam_cracklib["password"]:[], { list lval = splitstring (val, "="); if (issubstring (val, "dictpath=")) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-2.20.1/src/dialogs.ycp new/yast2-security-2.20.2/src/dialogs.ycp --- old/yast2-security-2.20.1/src/dialogs.ycp 2010-08-16 13:28:58.000000000 +0200 +++ new/yast2-security-2.20.2/src/dialogs.ycp 2010-08-16 13:31:54.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Dialogs definitions * Authors: Michal Svec <msvec@suse.cz> * - * $Id: dialogs.ycp 58880 2009-10-01 11:48:57Z jsuchome $ + * $Id: dialogs.ycp 62380 2010-08-16 11:31:53Z jsuchome $ */ { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org