commit yast2-auth-client for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-auth-client for openSUSE:Factory checked in at 2014-05-02 14:10:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-04-25 16:12:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 2014-05-02 14:10:07.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 30 14:40:16 UTC 2014 - ckornacker@suse.com + +- Don't enable sssd if no domains are configured (bnc#870905) +- 3.1.13 + +------------------------------------------------------------------- Old: ---- yast2-auth-client-3.1.12.tar.bz2 New: ---- yast2-auth-client-3.1.13.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-auth-client.spec ++++++ --- /var/tmp/diff_new_pack.9D9bw6/_old 2014-05-02 14:10:08.000000000 +0200 +++ /var/tmp/diff_new_pack.9D9bw6/_new 2014-05-02 14:10:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-auth-client -Version: 3.1.12 +Version: 3.1.13 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-auth-client-3.1.12.tar.bz2 -> yast2-auth-client-3.1.13.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-3.1.12/package/yast2-auth-client.changes new/yast2-auth-client-3.1.13/package/yast2-auth-client.changes --- old/yast2-auth-client-3.1.12/package/yast2-auth-client.changes 2014-04-23 09:58:42.000000000 +0200 +++ new/yast2-auth-client-3.1.13/package/yast2-auth-client.changes 2014-05-01 16:03:48.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Apr 30 14:40:16 UTC 2014 - ckornacker@suse.com + +- Don't enable sssd if no domains are configured (bnc#870905) +- 3.1.13 + +------------------------------------------------------------------- Wed Apr 16 10:14:23 UTC 2014 - varkoly@suse.com - 3.1.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-3.1.12/package/yast2-auth-client.spec new/yast2-auth-client-3.1.13/package/yast2-auth-client.spec --- old/yast2-auth-client-3.1.12/package/yast2-auth-client.spec 2014-04-23 09:58:42.000000000 +0200 +++ new/yast2-auth-client-3.1.13/package/yast2-auth-client.spec 2014-05-01 16:03:48.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-auth-client -Version: 3.1.12 +Version: 3.1.13 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-3.1.12/src/modules/AuthClient.rb new/yast2-auth-client-3.1.13/src/modules/AuthClient.rb --- old/yast2-auth-client-3.1.12/src/modules/AuthClient.rb 2014-04-23 09:58:42.000000000 +0200 +++ new/yast2-auth-client-3.1.13/src/modules/AuthClient.rb 2014-05-01 16:03:48.000000000 +0200 @@ -111,7 +111,7 @@ # Writes the clients authentication configuration. # @return true or false def Write - if ! @auth['sssd'] + if ! @auth['sssd_conf']['sssd'].has_key?("domains") # Nothing to do return true end -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de