[yast-commit] [ci_new_pac] JFYI yast2-users -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-users -> sle12 ## BNC# 868437 : "internal error: component cannot import namespace 'Authclient'" (NEW/) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-users/yast2-users.changes 2014-03-14 11:52:06.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-users/yast2-users.changes 2014-03-17 13:28:59.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 17 10:59:37 UTC 2014 - ckornacker@suse.com + +- fix exception on missing yast2-auth-client module (bnc#868437) +- 3.1.17 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-auth-server - yast2-ftp-server - yast2-inetd - yast2-mail - yast2-samba-server - yast2-schema - yast2-sudo - yast2-users ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-users (Old) and /mounts/work_src_done/SLE12/yast2-users (BS:build ID:34458 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-users", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-users-3.1.16.tar.bz2 New: ---- yast2-users-3.1.17.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.mjgM6j/_old 2014-03-17 14:16:30.000000000 +0100 +++ /var/tmp/diff_new_pack.mjgM6j/_new 2014-03-17 14:16:30.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.16 +Version: 3.1.17 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-users-3.1.16.tar.bz2 -> yast2-users-3.1.17.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.16/package/yast2-users.changes new/yast2-users-3.1.17/package/yast2-users.changes --- old/yast2-users-3.1.16/package/yast2-users.changes 2014-03-13 16:44:32.000000000 +0100 +++ new/yast2-users-3.1.17/package/yast2-users.changes 2014-03-17 13:24:26.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Mar 17 10:59:37 UTC 2014 - ckornacker@suse.com + +- fix exception on missing yast2-auth-client module (bnc#868437) +- 3.1.17 + +------------------------------------------------------------------- Thu Mar 13 15:35:00 UTC 2014 - varkoly@suse.com - Adapt testsuit diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.16/package/yast2-users.spec new/yast2-users-3.1.17/package/yast2-users.spec --- old/yast2-users-3.1.16/package/yast2-users.spec 2014-03-13 16:44:32.000000000 +0100 +++ new/yast2-users-3.1.17/package/yast2-users.spec 2014-03-17 13:24:26.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.16 +Version: 3.1.17 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.16/src/include/users/widgets.rb new/yast2-users-3.1.17/src/include/users/widgets.rb --- old/yast2-users-3.1.16/src/include/users/widgets.rb 2014-03-13 16:44:32.000000000 +0100 +++ new/yast2-users-3.1.17/src/include/users/widgets.rb 2014-03-17 13:24:27.000000000 +0100 @@ -34,7 +34,6 @@ Yast.import "CWMTab" Yast.import "Label" Yast.import "Ldap" - Yast.import "AuthClient" Yast.import "Message" Yast.import "Mode" Yast.import "Package" @@ -2326,8 +2325,14 @@ if !Builtins.contains(@installed_clients, client) ret = Summary.NotConfigured elsif client == "sssd" - AuthClient.Read - ret = AuthClient.Summary + begin + Yast.import "AuthClient" + rescue NameError + ret = _("<b>yast2-auth-client module not installed</b>") + else + AuthClient.Read + ret = AuthClient.Summary + end elsif client == "nis" WFM.CallFunction("nis_auto", ["Read"]) a = WFM.CallFunction("nis_auto", ["ShortSummary"]) continue with "q"... Checked in at Mon Mar 17 14:16:58 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro