Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2014-09-03 18:29:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-lio-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-iscsi-lio-server"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
    2014-09-02 08:22:30.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new/yast2-iscsi-lio-server.changes
       2014-09-03 21:23:33.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep  3 12:01:01 CEST 2014 - g...@suse.de
+
+- don't log user/password info (additional bug-fix for bnc #893362)
+- 3.1.10
+
+-------------------------------------------------------------------

Old:
----
  yast2-iscsi-lio-server-3.1.9.tar.bz2

New:
----
  yast2-iscsi-lio-server-3.1.10.tar.bz2

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

Other differences:
------------------
++++++ yast2-iscsi-lio-server.spec ++++++
--- /var/tmp/diff_new_pack.bFpI30/_old  2014-09-03 21:23:34.000000000 +0200
+++ /var/tmp/diff_new_pack.bFpI30/_new  2014-09-03 21:23:34.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-lio-server
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-iscsi-lio-server-3.1.9.tar.bz2 -> 
yast2-iscsi-lio-server-3.1.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.9/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-3.1.10/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-3.1.9/package/yast2-iscsi-lio-server.changes     
2014-09-01 16:25:10.000000000 +0200
+++ new/yast2-iscsi-lio-server-3.1.10/package/yast2-iscsi-lio-server.changes    
2014-09-03 17:00:07.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Sep  3 12:01:01 CEST 2014 - g...@suse.de
+
+- don't log user/password info (additional bug-fix for bnc #893362)
+- 3.1.10
+
+-------------------------------------------------------------------
 Wed Aug 27 12:26:10 CEST 2014 - g...@suse.de
 
 - do not write user/password info to YaST log-file (bnc #893362)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.9/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-3.1.10/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-3.1.9/package/yast2-iscsi-lio-server.spec        
2014-09-01 16:25:10.000000000 +0200
+++ new/yast2-iscsi-lio-server-3.1.10/package/yast2-iscsi-lio-server.spec       
2014-09-03 17:00:07.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-lio-server
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.9/src/modules/IscsiLioData.rb 
new/yast2-iscsi-lio-server-3.1.10/src/modules/IscsiLioData.rb
--- old/yast2-iscsi-lio-server-3.1.9/src/modules/IscsiLioData.rb        
2014-09-01 16:25:10.000000000 +0200
+++ new/yast2-iscsi-lio-server-3.1.10/src/modules/IscsiLioData.rb       
2014-09-03 17:00:07.000000000 +0200
@@ -1318,10 +1318,11 @@
     def SetTpgAuth(tgt, tpg, value)
       ret = true
       tgt_auth_info = GetTgt(@data, tgt, tpg)
-      Builtins.y2milestone("SetTpgAuth tgt:%1 tpg:%2 value:%3 auth_info:%4",
-                           tgt, tpg, value, tgt_auth_info)
+      current_value = tgt_auth_info.fetch("auth", false)
+      Builtins.y2milestone("SetTpgAuth tgt:%1 tpg:%2 auth:%3 current auth:%4",
+                           tgt, tpg, value, current_value)
 
-      value_changed = value != tgt_auth_info.fetch("auth", false)
+      value_changed = value != current_value
       if value_changed || tgt_auth_info.empty?
         auth = value ? "--enableauth" : "--disableauth"
         cmd = "lio_node #{auth} #{tgt} #{tpg}"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to