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 2023-12-26 18:27:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.open-iscsi.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-iscsi"

Tue Dec 26 18:27:02 2023 rev:132 rq:1135126 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes    2023-10-31 
20:25:12.920872489 +0100
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new.28375/open-iscsi.changes 
2023-12-26 18:27:12.817279758 +0100
@@ -1,0 +2,21 @@
+Wed Dec 20 18:39:01 UTC 2023 - Lee Duncan <ldun...@suse.com>
+
+- Updated to latest upstream: two small changes, with no known
+  functional changes:
+  * Incorrect documentation for `iscsiadm -m session` print level
+    (upstream issue #432)
+  * Stop using deprecated inet_aton and inet_ntoa (upstream issue
+    #435)
+- Also, stopped using pre-prepared tarballs for the build, instead
+  now using a service file to get latest SUSE srouces directly.
+  This removed these two files:
+  * open-iscsi-2.1.9-suse.tar.bz2, and
+  * open-iscsi-SUSE-latest.diff.bz2
+  whcih were both created by a shell script, and added a service-
+  file-generated file of the form:
+  * open-iscsi-2.1.9.suse+TAG_OFFSET.tar.xz
+  where TAG_OFFSET is of the form "COMMIT_COUNT.HASH", where
+  COMMIT_COUNT is the count of commits since 2.1.9-suse (in this
+  case), and HASH is the git commit hash being used.
+
+-------------------------------------------------------------------

Old:
----
  open-iscsi-2.1.9-suse.tar.bz2
  open-iscsi-SUSE-latest.diff.bz2

New:
----
  _service
  _servicedata
  open-iscsi-2.1.9.suse+844.d557967bc9ae.tar.xz

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

Other differences:
------------------
++++++ open-iscsi.spec ++++++
--- /var/tmp/diff_new_pack.tflfA2/_old  2023-12-26 18:27:13.777314569 +0100
+++ /var/tmp/diff_new_pack.tflfA2/_new  2023-12-26 18:27:13.781314715 +0100
@@ -47,7 +47,8 @@
 
 %define iscsi_minor_release 1
 %define iscsi_patch_release 9
-%define iscsi_patch_release_suse %{iscsi_patch_release}-suse
+%define iscsi_patch_release_suse %{iscsi_patch_release}.suse
+%define iscsi_service_tag 844.d557967bc9ae
 %define libname libopeniscsiusr0
 %define libversion 0.2.0
 Name:           open-iscsi
@@ -57,8 +58,7 @@
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 URL:            https://www.open-iscsi.com
-Source:         
%{name}-2.%{iscsi_minor_release}.%{iscsi_patch_release_suse}.tar.bz2
-Patch1:         %{name}-SUSE-latest.diff.bz2
+Source:         
%{name}-2.%{iscsi_minor_release}.%{iscsi_patch_release_suse}+%{iscsi_service_tag}.tar.xz
 BuildRequires:  bison
 BuildRequires:  db-devel < 5
 BuildRequires:  fdupes
@@ -142,8 +142,7 @@
 the libopeniscsiusr library.
 
 %prep
-%setup -q -n %{name}-2.%{iscsi_minor_release}.%{iscsi_patch_release_suse}
-%patch1 -p1
+%setup -q -n 
%{name}-2.%{iscsi_minor_release}.%{iscsi_patch_release_suse}+%{iscsi_service_tag}
 
 %build
 [ -z "$SOURCE_DATE_EPOCH" ] || export 
KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param 
name="url">https://github.com/openSUSE/open-iscsi.git</param>
                <param name="scm">git</param>
                <param name="filename">open-iscsi</param>
                <param name="version">d557967bc9ae</param>
                <param name="versionformat">2.1.9.suse+@TAG_OFFSET@.%h</param>
                <param name="match-tag">2.1.[0-9]</param>
                <param name="revision">openSUSE-Factory</param>
                <param name="changesgenerate">enable</param>
                <param name="exclude">.git</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">open-iscsi*.tar</param>
                <param name="compression">xz</param>
        </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/openSUSE/open-iscsi.git</param>
              <param 
name="changesrevision">d557967bc9aeaa9aa4f62b443c0aec48a8e8e046</param></service></servicedata>
(No newline at EOF)

Reply via email to