Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2019-02-24 18:02:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Sun Feb 24 18:02:30 2019 rev:217 rq:677091 version:4.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2019-02-15 
09:53:37.591793622 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-users.new.28833/yast2-users.changes       
2019-02-24 18:02:32.159792265 +0100
@@ -1,0 +2,8 @@
+Mon Feb 18 11:22:24 CET 2019 - sch...@suse.de
+
+- Fixed console warning produced by Users.pm module.
+  (bsc#1121070)
+  Fixed typo CRACKLIB_DICT_PATH in security setting.
+- 4.1.8
+
+-------------------------------------------------------------------

Old:
----
  yast2-users-4.1.7.tar.bz2

New:
----
  yast2-users-4.1.8.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.se1hoK/_old  2019-02-24 18:02:32.547792133 +0100
+++ /var/tmp/diff_new_pack.se1hoK/_new  2019-02-24 18:02:32.555792130 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:           yast2-users
-Version:        4.1.7
+Version:        4.1.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-4.1.7.tar.bz2 -> yast2-users-4.1.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.1.7/package/yast2-users.changes 
new/yast2-users-4.1.8/package/yast2-users.changes
--- old/yast2-users-4.1.7/package/yast2-users.changes   2019-02-12 
10:35:04.000000000 +0100
+++ new/yast2-users-4.1.8/package/yast2-users.changes   2019-02-18 
11:55:24.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Mon Feb 18 11:22:24 CET 2019 - sch...@suse.de
+
+- Fixed console warning produced by Users.pm module.
+  (bsc#1121070)
+  Fixed typo CRACKLIB_DICT_PATH in security setting.
+- 4.1.8
+
+-------------------------------------------------------------------
 Mon Feb 11 09:38:24 UTC 2019 - dgonza...@suse.com
 
 - Allow to create the user home directory as Btrfs subvolume
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.1.7/package/yast2-users.spec 
new/yast2-users-4.1.8/package/yast2-users.spec
--- old/yast2-users-4.1.7/package/yast2-users.spec      2019-02-12 
10:35:04.000000000 +0100
+++ new/yast2-users-4.1.8/package/yast2-users.spec      2019-02-18 
11:55:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        4.1.7
+Version:        4.1.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.1.7/src/modules/Users.pm 
new/yast2-users-4.1.8/src/modules/Users.pm
--- old/yast2-users-4.1.7/src/modules/Users.pm  2019-02-12 10:35:04.000000000 
+0100
+++ new/yast2-users-4.1.8/src/modules/Users.pm  2019-02-18 11:55:24.000000000 
+0100
@@ -1320,8 +1320,8 @@
     $group_encryption_method
        = $security{"GROUP_ENCRYPTION"} || $encryption_method;
 
-    UsersSimple->SetCrackLibDictPath ($security{"CRACKLIB_DICTPATH"} || "");
-    UsersSimple->UseCrackLib ($security{"PASSWD_USE_CRACKLIB"} eq "yes");
+    UsersSimple->SetCrackLibDictPath ($security{"CRACKLIB_DICT_PATH"} || "");
+    UsersSimple->UseCrackLib (($security{"PASSWD_USE_CRACKLIB"} || "yes") eq 
"yes");
 
     if (defined $security{"PASS_MIN_LEN"}) {
        UsersSimple->SetMinPasswordLength ("local", $security{"PASS_MIN_LEN"});


Reply via email to