Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2022-05-17 17:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.open-iscsi.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-iscsi"

Tue May 17 17:23:59 2022 rev:118 rq:977578 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes    2022-05-12 
22:57:35.712574047 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new.1538/open-iscsi.changes  
2022-05-17 17:24:12.367158621 +0200
@@ -1,0 +2,6 @@
+Fri May 13 20:53:23 UTC 2022 - Lee Duncan <[email protected]>
+
+- Set initiatorname in %post (at end of install), for cases
+  where root is read-only at startup time (bsc#1198457)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-iscsi.spec ++++++
--- /var/tmp/diff_new_pack.oRpTeP/_old  2022-05-17 17:24:13.591159731 +0200
+++ /var/tmp/diff_new_pack.oRpTeP/_new  2022-05-17 17:24:13.595159734 +0200
@@ -143,6 +143,9 @@
 
 %post
 %{?regenerate_initrd_post}
+if [ ! -f %{_sysconfdir}/iscsi/initiatorname.iscsi ] ; then
+    %{_sbindir}/iscsi-gen-initiatorname
+fi
 %service_add_post iscsi.service iscsid.service iscsid.socket
 
 %posttrans

Reply via email to