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 2025-07-20 15:28:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.open-iscsi.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-iscsi"

Sun Jul 20 15:28:21 2025 rev:137 rq:1293875 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes    2025-04-20 
20:04:48.401177580 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new.8875/open-iscsi.changes  
2025-07-20 15:28:44.811262085 +0200
@@ -1,0 +2,14 @@
+Sun Jul 13 19:38:41 UTC 2025 - ldun...@suse.com
+
+- Update to version 2.1.11.suse+73.1723affc61eb:
+  * README for rpm build directory
+  * Fix issue with IPv6 adapter interfaces (#508, bsc#1240969)
+  * fwparam_ppc.c: Fix the calloc-transposed-args issue (#504)
+  * Makefile: fix "No rule to make target 'iscsiuio/Makefile.in" issue (#506)
+  * Fix typo in initiator.c (#507)
+
+- Fixed some issues in this changes file
+  * One date had incorrect format from 2014
+  * Two separator lines were formatted incrrectly
+
+-------------------------------------------------------------------
@@ -402 +416 @@
-+-------------------------------------------------------------------
+-------------------------------------------------------------------
@@ -846 +860 @@
-+-------------------------------------------------------------------
+-------------------------------------------------------------------
@@ -1158 +1172 @@
-Fri May 2 15:07:14 2014 +0200 - h...@suse.de
+Fri May 2 15:07:14 CEST 2014 - h...@suse.de

Old:
----
  open-iscsi-2.1.11.suse+66.13c070123738.tar.xz

New:
----
  open-iscsi-2.1.11.suse+73.1723affc61eb.tar.xz

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

Other differences:
------------------
++++++ open-iscsi.spec ++++++
--- /var/tmp/diff_new_pack.Gtdbms/_old  2025-07-20 15:28:45.471289398 +0200
+++ /var/tmp/diff_new_pack.Gtdbms/_new  2025-07-20 15:28:45.475289563 +0200
@@ -47,7 +47,7 @@
 %define iscsi_minor_release 1
 %define iscsi_patch_release 11
 %define iscsi_patch_release_suse %{iscsi_patch_release}.suse
-%define iscsi_service_tag 66.13c070123738
+%define iscsi_service_tag 73.1723affc61eb
 %define libname libopeniscsiusr0
 %define libversion 0.2.0
 Name:           open-iscsi

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Gtdbms/_old  2025-07-20 15:28:45.523291550 +0200
+++ /var/tmp/diff_new_pack.Gtdbms/_new  2025-07-20 15:28:45.527291715 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/open-iscsi.git</param>
-              <param 
name="changesrevision">13c07012373804ca08c22b8e7c4d4ca11509168d</param></service></servicedata>
+              <param 
name="changesrevision">1723affc61eb452ae71dbf97c3c608ecfb31178a</param></service></servicedata>
 (No newline at EOF)
 

++++++ open-iscsi-2.1.11.suse+66.13c070123738.tar.xz -> 
open-iscsi-2.1.11.suse+73.1723affc61eb.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/open-iscsi-2.1.11.suse+66.13c070123738/Makefile 
new/open-iscsi-2.1.11.suse+73.1723affc61eb/Makefile
--- old/open-iscsi-2.1.11.suse+66.13c070123738/Makefile 2025-04-14 
21:44:31.000000000 +0200
+++ new/open-iscsi-2.1.11.suse+73.1723affc61eb/Makefile 2025-07-13 
21:37:44.000000000 +0200
@@ -77,7 +77,7 @@
        @echo
        @echo "Read README file for detailed information."
 
-iscsiuio/Makefile: iscsiuio/configure iscsiuio/Makefile.in
+iscsiuio/Makefile: iscsiuio/configure
        cd iscsiuio; ./configure $(WITHOUT_ARG) --sbindir=$(SBINDIR)
 
 iscsiuio/configure: iscsiuio/configure.ac iscsiuio/Makefile.am
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/open-iscsi-2.1.11.suse+66.13c070123738/rpm/README 
new/open-iscsi-2.1.11.suse+73.1723affc61eb/rpm/README
--- old/open-iscsi-2.1.11.suse+66.13c070123738/rpm/README       1970-01-01 
01:00:00.000000000 +0100
+++ new/open-iscsi-2.1.11.suse+73.1723affc61eb/rpm/README       2025-07-13 
21:37:44.000000000 +0200
@@ -0,0 +1,15 @@
+NOTE: This directory is no longer used.
+
+The files here used to be used to populate the osc
+build directory:
+
+* build_rpm -- used to create files for osc
+* open-iscsi.spec -- the spec file used in osc
+* open-iscsi.changes -- the changes file for osc
+
+But now the spec file and changes file are managed
+directly in the osc build service, and the repository
+used comes directly from git, so there is no need
+for any of these files.
+
+The will be removed soon.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/open-iscsi-2.1.11.suse+66.13c070123738/usr/fwparam_ibft/fwparam_ppc.c 
new/open-iscsi-2.1.11.suse+73.1723affc61eb/usr/fwparam_ibft/fwparam_ppc.c
--- old/open-iscsi-2.1.11.suse+66.13c070123738/usr/fwparam_ibft/fwparam_ppc.c   
2025-04-14 21:44:31.000000000 +0200
+++ new/open-iscsi-2.1.11.suse+73.1723affc61eb/usr/fwparam_ibft/fwparam_ppc.c   
2025-07-13 21:37:44.000000000 +0200
@@ -346,7 +346,7 @@
                                      "/aliases/iscsi-disk"))) {
 
                if (dev_count < OFWDEV_MAX) {
-                       dev = calloc(sizeof(struct ofw_dev), 1);
+                       dev = calloc(1, sizeof(struct ofw_dev));
                        if (!dev)
                                return -ENOMEM;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/open-iscsi-2.1.11.suse+66.13c070123738/usr/iface.c 
new/open-iscsi-2.1.11.suse+73.1723affc61eb/usr/iface.c
--- old/open-iscsi-2.1.11.suse+66.13c070123738/usr/iface.c      2025-04-14 
21:44:31.000000000 +0200
+++ new/open-iscsi-2.1.11.suse+73.1723affc61eb/usr/iface.c      2025-07-13 
21:37:44.000000000 +0200
@@ -447,6 +447,9 @@
 
 /*
  * detect IPv4 vs IPv4 IP address
+ *
+ * address type is guessed based on some simple heuristics: it defaults
+ * to IPv4 unless we detect something IPv6-ish
  */
 enum iscsi_iface_type iface_get_iptype(struct iface_rec *iface)
 {
@@ -454,7 +457,8 @@
 
        /* address might not be set if user config with another tool */
        if (!strlen(iface->ipaddress) ||
-           !strcmp(UNKNOWN_VALUE, iface->ipaddress)) {
+           !strcmp(UNKNOWN_VALUE, iface->ipaddress) ||
+           !strcmp(DEFAULT_IPADDRESS, iface->ipaddress)) {
                /* unknown or empty IP address: try to figure out by name */
                if (strstr(iface->name, "ipv6"))
                        res = ISCSI_IFACE_TYPE_IPV6;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/open-iscsi-2.1.11.suse+66.13c070123738/usr/initiator.c 
new/open-iscsi-2.1.11.suse+73.1723affc61eb/usr/initiator.c
--- old/open-iscsi-2.1.11.suse+66.13c070123738/usr/initiator.c  2025-04-14 
21:44:31.000000000 +0200
+++ new/open-iscsi-2.1.11.suse+73.1723affc61eb/usr/initiator.c  2025-07-13 
21:37:44.000000000 +0200
@@ -1504,7 +1504,7 @@
        closedir(proc_dir);
 fail:
        log_warning("Could not set session%d priority. "
-                   "READ/WRITE throughout and latency could be affected.",
+                   "READ/WRITE throughput and latency could be affected.",
                    session->id);
 }
 

Reply via email to