Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2014-06-25 10:49:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-21 16:32:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2014-06-25 10:49:13.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jun 23 13:57:30 UTC 2014 - [email protected]
+
+- fix deletion of sssd domains
+- fix setting nsswitch.conf parameters
+- 3.1.17
+
+-------------------------------------------------------------------

Old:
----
  yast2-auth-client-3.1.16.tar.bz2

New:
----
  yast2-auth-client-3.1.17.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-auth-client.spec ++++++
--- /var/tmp/diff_new_pack.H5MWkV/_old  2014-06-25 10:49:14.000000000 +0200
+++ /var/tmp/diff_new_pack.H5MWkV/_new  2014-06-25 10:49:14.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-auth-client-3.1.16.tar.bz2 -> yast2-auth-client-3.1.17.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.16/package/yast2-auth-client.changes 
new/yast2-auth-client-3.1.17/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.1.16/package/yast2-auth-client.changes      
2014-05-20 18:43:21.000000000 +0200
+++ new/yast2-auth-client-3.1.17/package/yast2-auth-client.changes      
2014-06-24 14:30:50.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Jun 23 13:57:30 UTC 2014 - [email protected]
+
+- fix deletion of sssd domains
+- fix setting nsswitch.conf parameters
+- 3.1.17
+
+-------------------------------------------------------------------
 Tue May 20 09:14:20 UTC 2014 - [email protected]
 
 - bnc#870075 Typos in auth-client.pot 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.16/package/yast2-auth-client.spec 
new/yast2-auth-client-3.1.17/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.1.16/package/yast2-auth-client.spec 2014-05-20 
18:43:21.000000000 +0200
+++ new/yast2-auth-client-3.1.17/package/yast2-auth-client.spec 2014-06-24 
14:30:50.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-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-auth-client-3.1.16/src/modules/AuthClient.rb 
new/yast2-auth-client-3.1.17/src/modules/AuthClient.rb
--- old/yast2-auth-client-3.1.16/src/modules/AuthClient.rb      2014-05-20 
18:43:21.000000000 +0200
+++ new/yast2-auth-client-3.1.17/src/modules/AuthClient.rb      2014-06-24 
14:30:50.000000000 +0200
@@ -135,7 +135,7 @@
 
       #Remove ldap only nss databases
       NSS_DBS.each { |db|
-        @nsswitch[db] = Nsswitch.ReadDb(db).select{ |v| v =~ /ldap/ }
+        @nsswitch[db] = Nsswitch.ReadDb(db).reject{ |v| v =~ /ldap/ }
         @nsswitch[db] = ["files"] if @nsswitch[db] == []
       }
 
@@ -189,7 +189,7 @@
       #Now we write the sssd configuration
       @auth["sssd_conf"].each_key { |s|
         if @auth["sssd_conf"][s].has_key?('DeleteSection')
-           SCR.Write(path(".etc.sssd_conf.\"#{s}\""), nil )
+           SCR.Write(path(".etc.sssd_conf.section.\"#{s}\""), nil )
            next
         end
         @auth["sssd_conf"][s].each_key { |k|

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to