Hello community, here is the log from the commit of package yast2-auth-client for openSUSE:Factory checked in at 2016-10-14 09:06:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-auth-client (Old) and /work/SRC/openSUSE:Factory/.yast2-auth-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-auth-client" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes 2016-10-04 15:59:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 2016-10-14 09:06:28.000000000 +0200 @@ -1,0 +2,14 @@ +Wed Oct 12 07:56:07 UTC 2016 - [email protected] + +- Add a missing nil check in network fact reader. +- Bump version to 3.3.13 for bsc#1004083. + +------------------------------------------------------------------- +Tue Oct 11 12:09:49 UTC 2016 - [email protected] + +- Change dialog return value to :next so that yast2-users will + reload its summary upon completion of this dialog. +- Format spec file with rake tool. + Bump version to 3.3.12 for bsc#1000749. + +------------------------------------------------------------------- Old: ---- yast2-auth-client-3.3.12.tar.bz2 New: ---- yast2-auth-client-3.3.13.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-auth-client.spec ++++++ --- /var/tmp/diff_new_pack.YrNQyP/_old 2016-10-14 09:06:29.000000000 +0200 +++ /var/tmp/diff_new_pack.YrNQyP/_new 2016-10-14 09:06:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-auth-client -Version: 3.3.12 +Version: 3.3.13 Release: 0 Url: https://github.com/yast/yast-auth-client Summary: YaST2 - Centralised System Authentication Configuration ++++++ yast2-auth-client-3.3.12.tar.bz2 -> yast2-auth-client-3.3.13.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-3.3.12/package/yast2-auth-client.changes new/yast2-auth-client-3.3.13/package/yast2-auth-client.changes --- old/yast2-auth-client-3.3.12/package/yast2-auth-client.changes 2016-10-03 15:27:08.000000000 +0200 +++ new/yast2-auth-client-3.3.13/package/yast2-auth-client.changes 2016-10-13 10:40:51.000000000 +0200 @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Wed Oct 12 07:56:07 UTC 2016 - [email protected] + +- Add a missing nil check in network fact reader. +- Bump version to 3.3.13 for bsc#1004083. + +------------------------------------------------------------------- +Tue Oct 11 12:09:49 UTC 2016 - [email protected] + +- Change dialog return value to :next so that yast2-users will + reload its summary upon completion of this dialog. +- Format spec file with rake tool. + Bump version to 3.3.12 for bsc#1000749. + +------------------------------------------------------------------- Mon Oct 3 12:11:27 UTC 2016 - [email protected] - Add missing textdomain declaration for localization (bsc#988374) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-3.3.12/package/yast2-auth-client.spec new/yast2-auth-client-3.3.13/package/yast2-auth-client.spec --- old/yast2-auth-client-3.3.12/package/yast2-auth-client.spec 2016-10-03 15:27:08.000000000 +0200 +++ new/yast2-auth-client-3.3.13/package/yast2-auth-client.spec 2016-10-13 10:40:51.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-auth-client # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,29 +17,36 @@ Name: yast2-auth-client -Version: 3.3.12 +Version: 3.3.13 Release: 0 -Group: System/YaST -License: GPL-2.0 -URL: https://github.com/yast/yast-auth-client +Url: https://github.com/yast/yast-auth-client Summary: YaST2 - Centralised System Authentication Configuration +License: GPL-2.0 +Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch +Requires: net-tools Requires: yast2 Requires: yast2 >= 2.21.22 Requires: yast2-pam >= 2.20.0 Requires: yast2-ruby-bindings >= 1.0.0 -Requires: net-tools +BuildRequires: doxygen +BuildRequires: perl-XML-Writer +BuildRequires: update-desktop-files +BuildRequires: yast2 BuildRequires: yast2 BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-network +BuildRequires: yast2-pam +BuildRequires: yast2-testsuite BuildRequires: rubygem(yast-rake) -BuildRequires: doxygen perl-XML-Writer update-desktop-files yast2 yast2-pam yast2-testsuite yast2-network PreReq: %fillup_prereq -Obsoletes: yast2-ldap-client yast2-kerberos-client +Obsoletes: yast2-kerberos-client +Obsoletes: yast2-ldap-client %description With this YaST2 module you may configure centralised system authentication, on a single or multipe network domains. @@ -61,3 +68,4 @@ %{yast_libdir}/ %{yast_scrconfdir}/ +%changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-3.3.12/src/lib/auth/authconf.rb new/yast2-auth-client-3.3.13/src/lib/auth/authconf.rb --- old/yast2-auth-client-3.3.12/src/lib/auth/authconf.rb 2016-10-03 15:27:08.000000000 +0200 +++ new/yast2-auth-client-3.3.13/src/lib/auth/authconf.rb 2016-10-13 10:40:51.000000000 +0200 @@ -101,7 +101,7 @@ ip_addresses = [resolvable_ip] unless resolvable_ip.empty? rescue SocketError # Just get interface IPs - ip_addresses = Socket.getifaddrs.select{|iface| iface.addr.ip?}.map{|iface| iface.addr.ip_address}.select{|addr| !addr.start_with?('127.')} + ip_addresses = Socket.getifaddrs.select{|iface| iface.addr && iface.addr.ip?}.map{|iface| iface.addr.ip_address}.select{|addr| !addr.start_with?('127.')} end domain_name, status = Open3.capture2('dnsdomainname') if status.exitstatus != 0 || domain_name.strip == '(none)' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-3.3.12/src/lib/authui/main_dialog.rb new/yast2-auth-client-3.3.13/src/lib/authui/main_dialog.rb --- old/yast2-auth-client-3.3.12/src/lib/authui/main_dialog.rb 2016-10-03 15:27:08.000000000 +0200 +++ new/yast2-auth-client-3.3.13/src/lib/authui/main_dialog.rb 2016-10-13 10:40:51.000000000 +0200 @@ -60,13 +60,13 @@ end def dialog_content - conf_buttons = [PushButton(Id(:change_settings), _('Change Settings')), PushButton(Id(:cancel), Label.CancelButton)] + conf_buttons = [PushButton(Id(:change_settings), _('Change Settings')), PushButton(Id(:finish), Label.FinishButton)] if @entry_point == :auto # Allow entering both SSSD and ldapkrb settings conf_buttons = [ PushButton(Id(:change_sssd_settings), _('User Logon Configuration')), PushButton(Id(:change_ldapkrb_settings), _('LDAP/Kerberos Configuration')), - PushButton(Id(:cancel), Label.FinishButton) + PushButton(Id(:finish), Label.FinishButton) ] end VBox( @@ -119,8 +119,8 @@ end # Close the dialog - def cancel_handler - finish_dialog(:finish) + def finish_handler + finish_dialog(:next) end end end
