Hello community,
here is the log from the commit of package yast2-iscsi-client for
openSUSE:Factory checked in at 2014-04-13 13:13:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-iscsi-client"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes
2014-04-05 14:43:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes
2014-04-13 13:13:15.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 8 14:37:23 CEST 2014 - [email protected]
+
+- don't throw exception if socket not found (bnc #872049)
+- add Requires: open-iscsi to spec-file
+- 3.1.5
+
+-------------------------------------------------------------------
Old:
----
yast2-iscsi-client-3.1.4.tar.bz2
New:
----
yast2-iscsi-client-3.1.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-iscsi-client.spec ++++++
--- /var/tmp/diff_new_pack.kB6RyS/_old 2014-04-13 13:13:17.000000000 +0200
+++ /var/tmp/diff_new_pack.kB6RyS/_new 2014-04-13 13:13:17.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-iscsi-client
-Version: 3.1.4
+Version: 3.1.5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +49,7 @@
BuildArch: noarch
+Requires: open-iscsi
Requires: yast2-ruby-bindings >= 3.1.7
Summary: YaST2 - iSCSI Client Configuration
++++++ yast2-iscsi-client-3.1.4.tar.bz2 -> yast2-iscsi-client-3.1.5.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.changes
new/yast2-iscsi-client-3.1.5/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.changes
2014-04-01 14:27:50.000000000 +0200
+++ new/yast2-iscsi-client-3.1.5/package/yast2-iscsi-client.changes
2014-04-09 12:00:48.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Apr 8 14:37:23 CEST 2014 - [email protected]
+
+- don't throw exception if socket not found (bnc #872049)
+- add Requires: open-iscsi to spec-file
+- 3.1.5
+
+-------------------------------------------------------------------
Tue Apr 1 11:25:37 CEST 2014 - [email protected]
- allow non-standard iqn (bnc #868220)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.spec
new/yast2-iscsi-client-3.1.5/package/yast2-iscsi-client.spec
--- old/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.spec
2014-04-01 14:27:50.000000000 +0200
+++ new/yast2-iscsi-client-3.1.5/package/yast2-iscsi-client.spec
2014-04-09 12:00:48.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-iscsi-client
-Version: 3.1.4
+Version: 3.1.5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -41,6 +41,7 @@
BuildArchitectures: noarch
Requires: yast2-ruby-bindings >= 3.1.7
+Requires: open-iscsi
Summary: YaST2 - iSCSI Client Configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-iscsi-client-3.1.4/src/modules/IscsiClientLib.rb
new/yast2-iscsi-client-3.1.5/src/modules/IscsiClientLib.rb
--- old/yast2-iscsi-client-3.1.4/src/modules/IscsiClientLib.rb 2014-04-01
14:27:50.000000000 +0200
+++ new/yast2-iscsi-client-3.1.5/src/modules/IscsiClientLib.rb 2014-04-09
12:00:48.000000000 +0200
@@ -999,8 +999,7 @@
startIScsid
else
# find socket (only in installed system)
- # raise exception if socket isn't available
- @iscsid_socket = SystemdSocket.find!("iscsid")
+ @iscsid_socket = SystemdSocket.find("iscsid")
@serviceStatus = true if Service.Status("iscsi") == 0
@socketStatus = true if iscsidSocketActive?
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]