Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sg3_utils for openSUSE:Factory 
checked in at 2023-10-06 21:12:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sg3_utils (Old)
 and      /work/SRC/openSUSE:Factory/.sg3_utils.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sg3_utils"

Fri Oct  6 21:12:42 2023 rev:63 rq:1115859 version:1.48+1.889c3e3

Changes:
--------
--- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes      2023-01-28 
20:09:16.782412934 +0100
+++ /work/SRC/openSUSE:Factory/.sg3_utils.new.28202/sg3_utils.changes   
2023-10-06 21:13:16.385318572 +0200
@@ -1,0 +2,46 @@
+Thu Sep 28 13:34:30 UTC 2023 - Martin Wilck <mwi...@suse.com>
+
+- udev rules: allow kernel command line overrides with
+  "udev.scsi_id_serial_src=LTVS" and "udev.scsi_symlink_src=LTVS"
+  Try these boot parameters if your system fails to detect SCSI
+  devices after update to sg3_utils 1.48.
+
+-------------------------------------------------------------------
+Wed Sep 27 15:56:57 UTC 2023 - Martin Wilck <mwi...@suse.com>
+
+- dracut.conf: add 00-scsi-sg3_config.rules (jsc#PED-6226)
+- spec file:
+  * fix build dependencies for regenerate_initrd_posttrans
+  (bsc#1215772)
+  * add missing rules file
+
+-------------------------------------------------------------------
+Thu Sep 21 20:17:46 UTC 2023 - Martin Wilck <mwi...@suse.com>
+
+- Update to version 1.48
+  * udev rules: new, configurable scheme for creating symlinks for SCSI devices
+    (jsc#PED-6226)
+    See description of ".SCSI_ID_SERIAL_SRC" /usr/lib/udev/55-scsi-sg3_id.rules
+    and .SCSI_SYMLINK_SRC in /usr/lib/udev/58-scsi_symlink.rules
+  * decoding utilities: add -j/--json[=JO] and --js-file=JFN options
+  * sg_sat_datetime: new tool to access date/time on ATA devices using a SAT 
layer
+  * sg_z_act_query: new tool for sending zone activate/query commands
+  * sg_rem_rest_elem: new tool for removing or restoring elements
+  * sg_write_attr: support for SPC "Write Attirbute" command (for tapes)
+  * sg_ses: swap meaning of -H and -HH, add json support, use e.g.
+    "0:2" for range indicator
+  * sg_rtpg: fix response truncation
+  * sg_decode_sense: add --nodecode option
+  * sg_logs: fix --list and -lll options
+  * sg_modes: improve handling of ZBC disks
+  * sg_inq: add version descriptors from SPC6r08, add --quiet option
+  * sg_vpd: add --sinq_inraw=RFN option
+  * sg_turs: add --timeout= and --ascq= options
+  * sg_requests: add --timeout= option
+  * sg_sat_read_gplog: add --smart and --ppt options
+  * sgp_dd and sgm_dd: add --progress option
+  * sg_dd: add support for accessing NVMe devices via passthrough
+  * Bug fixes and minor fixes
+- _service: simplify version processing, as we have a clean upstream version 
again
+
+-------------------------------------------------------------------
@@ -12 +58,2 @@
-  * sg_read_block_limits: fix granularity value, add --mloi option; sg_lib: 
add sg_ll_read_block_limits_v2(); sg_logs: json work
+  * sg_read_block_limits: fix granularity value, add --mloi option
+  * sg_lib: add sg_ll_read_block_limits_v2(); sg_logs: json work

Old:
----
  sg3_utils-1.48~20221101+1.142dace.obscpio

New:
----
  sg3_utils-1.48+1.889c3e3.obscpio

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

Other differences:
------------------
++++++ sg3_utils.spec ++++++
--- /var/tmp/diff_new_pack.5jmX7P/_old  2023-10-06 21:13:17.737367419 +0200
+++ /var/tmp/diff_new_pack.5jmX7P/_new  2023-10-06 21:13:17.741367563 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sg3_utils
-Version:        1.48~20221101+1.142dace
+Version:        1.48+1.889c3e3
 %global lname libsgutils2-%(echo %{version} | sed 's/[~+].*//;y/./_/')-2
 Release:        0
 Summary:        A collection of tools that send SCSI commands to devices
@@ -37,6 +37,12 @@
 Supplements:    modalias(scsi:t-0x07*)
 Supplements:    modalias(scsi:t-0x0e*)
 Obsoletes:      scsi <= 1.7_2.38_1.25_0.19_1.02_0.93
+# For regenerate_initrd_posttrans
+%if 0%{?suse_version} < 1550
+BuildRequires:  suse-module-tools
+%else
+BuildRequires:  rpm-config-SUSE
+%endif
 
 %description
 The sg3_utils package contains utilities that send SCSI commands to
@@ -94,10 +100,11 @@
 %make_install
 install -m 644 doc/rescan-scsi-bus.sh.8 %{buildroot}/%{_mandir}/man8
 mkdir -p %{buildroot}/%{_udevrulesdir}
+install -m 644 scripts/00-scsi-sg3_config.rules %{buildroot}/%{_udevrulesdir}
+install -m 644 scripts/40-usb-blacklist.rules %{buildroot}/%{_udevrulesdir}
 install -m 644 scripts/54-before-scsi-sg3_id.rules 
%{buildroot}/%{_udevrulesdir}
 install -m 644 scripts/55-scsi-sg3_id.rules %{buildroot}/%{_udevrulesdir}
 install -m 644 scripts/58-scsi-sg3_symlink.rules %{buildroot}/%{_udevrulesdir}
-install -m 644 scripts/40-usb-blacklist.rules %{buildroot}/%{_udevrulesdir}
 install -m 644 scripts/59-fc-wwpn-id.rules %{buildroot}/%{_udevrulesdir}
 install -m 755 scripts/fc_wwpn_id %{buildroot}/%{_udevrulesdir}/..
 mkdir -p %{buildroot}/usr/lib/dracut/dracut.conf.d
@@ -141,6 +148,7 @@
 %_mandir/man8/*.8*
 %dir /usr/lib/udev
 %dir %{_udevrulesdir}
+%{_udevrulesdir}/00-scsi-sg3_config.rules
 %{_udevrulesdir}/40-usb-blacklist.rules
 %{_udevrulesdir}/54-before-scsi-sg3_id.rules
 %{_udevrulesdir}/55-scsi-sg3_id.rules

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5jmX7P/_old  2023-10-06 21:13:17.773368719 +0200
+++ /var/tmp/diff_new_pack.5jmX7P/_new  2023-10-06 21:13:17.777368864 +0200
@@ -4,11 +4,16 @@
     <param name="url">https://github.com/openSUSE/sg3_utils</param>
     <param name="filename">sg3_utils</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param> 
-    <param name="match-tag">[0-9].[0-9]*.pre.[0-9]*</param>
-    <param 
name="versionrewrite-pattern">([0-9.]+)\.pre\.([0-9]+)(\+[1-9])?(\+0)?(\.[a-f0-9]+)</param>
-    <param name="versionrewrite-replacement">\1~\2\3\5</param>
+    <!--
+        <param name="versionformat">@PARENT_TAG@</param> 
+       <param name="match-tag">[0-9].[0-9]*.pre.[0-9]*</param>
+       <param 
name="versionrewrite-pattern">([0-9.]+)\.pre\.([0-9]+)(\+[1-9])?(\+0)?(\.[a-f0-9]+)</param>
+       <param name="versionrewrite-replacement">\1~\2\3\5</param>
+    -->
+    <param name="versionrewrite-pattern">release-([0-9].[0-9]+)</param>
+    <param name="versionrewrite-replacement">\1</param>
     <param name="revision">factory</param>
-    <param name="changesgenerate">enable</param>
+    <param name="changesgenerate">disable</param>
   </service>
   <service name="set_version" mode="manual"/>
   <service name="tar" mode="buildtime"/>

++++++ dracut.conf ++++++
--- /var/tmp/diff_new_pack.5jmX7P/_old  2023-10-06 21:13:17.809370020 +0200
+++ /var/tmp/diff_new_pack.5jmX7P/_new  2023-10-06 21:13:17.809370020 +0200
@@ -1,3 +1,4 @@
 # Add new rules file to ensure consistency
-install_items+=" /usr/lib/udev/rules.d/54-before-scsi-sg3_id.rules "
+install_items+=" /usr/lib/udev/rules.d/54-before-scsi-sg3_id.rules 
/usr/lib/udev/rules.d/00-scsi-sg3_config.rules "
+install_optional_items+=" /etc/udev/rules.d/00-scsi-sg3_config.rules "
 

++++++ sg3_utils-1.48~20221101+1.142dace.obscpio -> 
sg3_utils-1.48+1.889c3e3.obscpio ++++++
/work/SRC/openSUSE:Factory/sg3_utils/sg3_utils-1.48~20221101+1.142dace.obscpio 
/work/SRC/openSUSE:Factory/.sg3_utils.new.28202/sg3_utils-1.48+1.889c3e3.obscpio
 differ: char 46, line 1

++++++ sg3_utils.obsinfo ++++++
--- /var/tmp/diff_new_pack.5jmX7P/_old  2023-10-06 21:13:17.845371321 +0200
+++ /var/tmp/diff_new_pack.5jmX7P/_new  2023-10-06 21:13:17.861371899 +0200
@@ -1,5 +1,5 @@
 name: sg3_utils
-version: 1.48~20221101+1.142dace
-mtime: 1674833433
-commit: 142dace4f41db6369a73a19d8434c26ff7986b01
+version: 1.48+1.889c3e3
+mtime: 1695906255
+commit: 889c3e31fc50f6f2cca51455ee157caaa20da17f
 

Reply via email to