Hello community, here is the log from the commit of package yast2-auth-server for openSUSE:Factory checked in at 2015-07-28 11:41:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-auth-server (Old) and /work/SRC/openSUSE:Factory/.yast2-auth-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-auth-server" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-auth-server/yast2-auth-server.changes 2015-05-10 10:53:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-auth-server.new/yast2-auth-server.changes 2015-07-28 11:42:00.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Jun 30 05:46:47 UTC 2015 - [email protected] + +- bnc#923990 + - fixed proposing TLD +- 3.1.15 + +------------------------------------------------------------------- Old: ---- yast2-auth-server-3.1.14.tar.bz2 New: ---- yast2-auth-server-3.1.15.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-auth-server.spec ++++++ --- /var/tmp/diff_new_pack.JbpkJZ/_old 2015-07-28 11:42:01.000000000 +0200 +++ /var/tmp/diff_new_pack.JbpkJZ/_new 2015-07-28 11:42:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-auth-server # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,7 +17,7 @@ Name: yast2-auth-server -Version: 3.1.14 +Version: 3.1.15 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,8 +52,8 @@ Requires: yast2-ldap >= 3.1.0 Requires: yast2-users >= 2.22.3 -# Wizard::SetDesktopTitleAndIcon -Requires: yast2 >= 2.21.22 +# for Hostname::DefaultDomain +Requires: yast2 >= 3.1.136 Requires: yast2-ldap >= 3.1.2 Requires: yast2-ruby-bindings >= 1.0.0 ++++++ yast2-auth-server-3.1.14.tar.bz2 -> yast2-auth-server-3.1.15.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-server-3.1.14/package/yast2-auth-server.changes new/yast2-auth-server-3.1.15/package/yast2-auth-server.changes --- old/yast2-auth-server-3.1.14/package/yast2-auth-server.changes 2015-04-29 09:34:12.000000000 +0200 +++ new/yast2-auth-server-3.1.15/package/yast2-auth-server.changes 2015-07-24 11:06:22.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Jun 30 05:46:47 UTC 2015 - [email protected] + +- bnc#923990 + - fixed proposing TLD +- 3.1.15 + +------------------------------------------------------------------- Tue Apr 28 11:32:22 UTC 2015 - [email protected] - Fix a typedef line in C header file in order to compile on GCC 5. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-server-3.1.14/package/yast2-auth-server.spec new/yast2-auth-server-3.1.15/package/yast2-auth-server.spec --- old/yast2-auth-server-3.1.14/package/yast2-auth-server.spec 2015-04-29 09:34:12.000000000 +0200 +++ new/yast2-auth-server-3.1.15/package/yast2-auth-server.spec 2015-07-24 11:06:22.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-auth-server -Version: 3.1.14 +Version: 3.1.15 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,8 +34,8 @@ Requires: yast2-users >= 2.22.3 Requires: yast2-ldap >= 3.1.0 -# Wizard::SetDesktopTitleAndIcon -Requires: yast2 >= 2.21.22 +# for Hostname::DefaultDomain +Requires: yast2 >= 3.1.136 Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-ldap >= 3.1.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-server-3.1.14/src/modules/AuthServer.pm new/yast2-auth-server-3.1.15/src/modules/AuthServer.pm --- old/yast2-auth-server-3.1.14/src/modules/AuthServer.pm 2015-04-29 09:34:12.000000000 +0200 +++ new/yast2-auth-server-3.1.15/src/modules/AuthServer.pm 2015-07-24 11:06:22.000000000 +0200 @@ -2668,7 +2668,7 @@ if ( $domain eq "" ) { y2milestone("unable to determine domainname falling back to hard-coded default"); - $domain = "site"; + $domain = Hostname->DefaultDomain(); } } chomp($domain);
