Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at 2016-10-18 13:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-users (Old) and /work/SRC/openSUSE:Factory/.yast2-users.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-users" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes 2016-10-06 12:30:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 2016-10-18 13:25:41.000000000 +0200 @@ -1,0 +2,14 @@ +Tue Oct 11 15:10:21 UTC 2016 - [email protected] + +- Fix the invocation of authentication configuration instance + (bsc#1000749). +- 3.2.4 + +------------------------------------------------------------------- +Tue Oct 11 14:24:52 UTC 2016 - [email protected] + +- Corrected version numbers to correctly coordinate Leap 42.2, + SLE-12-SP2 maintenance updates and Tumbleweed. +- Needed to release the fix for bsc#1000749 + +------------------------------------------------------------------- @@ -6 +20 @@ -- 3.1.61 +- 3.2.3 @@ -12 +26 @@ -- 3.1.60 +- 3.2.2 @@ -20 +34 @@ -- 3.1.59 +- 3.2.1 @@ -27 +41 @@ -- 3.1.58 +- 3.2.0 Old: ---- yast2-users-3.1.61.tar.bz2 New: ---- yast2-users-3.2.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.dwNeMl/_old 2016-10-18 13:25:42.000000000 +0200 +++ /var/tmp/diff_new_pack.dwNeMl/_new 2016-10-18 13:25:42.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.61 +Version: 3.2.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-users-3.1.61.tar.bz2 -> yast2-users-3.2.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.61/package/yast2-users.changes new/yast2-users-3.2.4/package/yast2-users.changes --- old/yast2-users-3.1.61/package/yast2-users.changes 2016-10-04 13:33:29.000000000 +0200 +++ new/yast2-users-3.2.4/package/yast2-users.changes 2016-10-11 18:07:07.000000000 +0200 @@ -1,15 +1,29 @@ ------------------------------------------------------------------- +Tue Oct 11 15:10:21 UTC 2016 - [email protected] + +- Fix the invocation of authentication configuration instance + (bsc#1000749). +- 3.2.4 + +------------------------------------------------------------------- +Tue Oct 11 14:24:52 UTC 2016 - [email protected] + +- Corrected version numbers to correctly coordinate Leap 42.2, + SLE-12-SP2 maintenance updates and Tumbleweed. +- Needed to release the fix for bsc#1000749 + +------------------------------------------------------------------- Tue Oct 4 13:12:40 CEST 2016 - [email protected] - Checking all possible /home mount points (/mnt/home and /home). (bnc#995299) -- 3.1.61 +- 3.2.3 ------------------------------------------------------------------- Wed Sep 21 13:25:22 UTC 2016 - [email protected] - Do not require yast2-ldap for build time tests (bsc#999203). -- 3.1.60 +- 3.2.2 ------------------------------------------------------------------- Tue Sep 20 15:10:23 UTC 2016 - [email protected] @@ -17,14 +31,14 @@ - Prevent a potential security issue if the target authorized_keys file is not a regular file (related to FATE#319471) - Fix authorized_keys section of AutoYaST schema -- 3.1.59 +- 3.2.1 ------------------------------------------------------------------- Fri Sep 16 09:03:32 UTC 2016 - [email protected] - Add support to specify SSH authorized keys in the profile (FATE#319471) -- 3.1.58 +- 3.2.0 ------------------------------------------------------------------- Fri Sep 2 15:16:37 CEST 2016 - [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.61/package/yast2-users.spec new/yast2-users-3.2.4/package/yast2-users.spec --- old/yast2-users-3.1.61/package/yast2-users.spec 2016-10-04 13:33:29.000000000 +0200 +++ new/yast2-users-3.2.4/package/yast2-users.spec 2016-10-11 18:07:07.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.61 +Version: 3.2.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.61/src/include/users/widgets.rb new/yast2-users-3.2.4/src/include/users/widgets.rb --- old/yast2-users-3.1.61/src/include/users/widgets.rb 2016-10-04 13:33:29.000000000 +0200 +++ new/yast2-users-3.2.4/src/include/users/widgets.rb 2016-10-11 18:07:07.000000000 +0200 @@ -2326,12 +2326,12 @@ ret = Summary.NotConfigured elsif client == "sssd" begin - Yast.import "AuthClient" - rescue NameError + require 'auth/authconf.rb' + rescue LoadError ret = _("<b>yast2-auth-client module not installed</b>") else - AuthClient.Read - ret = AuthClient.Summary + ::Auth::AuthConfInst.read_all + ret = ::Auth::AuthConfInst.summary_text end elsif client == "nis" WFM.CallFunction("nis_auto", ["Read"])
