Hello community, here is the log from the commit of package sg3_utils for openSUSE:Factory checked in at 2018-02-12 10:12:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sg3_utils (Old) and /work/SRC/openSUSE:Factory/.sg3_utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sg3_utils" Mon Feb 12 10:12:20 2018 rev:49 rq:574650 version:1.43 Changes: -------- --- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes 2017-12-29 18:48:55.167190931 +0100 +++ /work/SRC/openSUSE:Factory/.sg3_utils.new/sg3_utils.changes 2018-02-12 10:12:23.935594134 +0100 @@ -1,0 +2,29 @@ +Fri Feb 9 13:53:43 CET 2018 - [email protected] + +- Update to svn r751: + * NVMe bugfixes + * sg_seek: new utility + * sg_stream_ctl: new utility program +- 54-before-scsi-sg3_id.rules: compability rule for systemd + (bsc#1079873) +- Add dracut.conf to install new rule with dracut + +------------------------------------------------------------------- +Thu Feb 8 15:37:33 CET 2018 - [email protected] + +- Merge local patch with git repository + * Delete sgut-libversioning.diff + +------------------------------------------------------------------- +Wed Feb 7 16:12:10 CET 2018 - [email protected] + +- Update to svn r744: + * sg_write_x: new command for normal/atomic/orwrite etc + SCSI WRITE variants + * sg_ses: add NVMe support + * sg_inq: decode NVMe controller / NSIDs +- rescan_scsi_bus.sh: Fix manpage for --forcerescan +- 55-scsi-sg3_id.rules: fixes for scsi_id compability (bsc#1079873) +- 55-scsi-sg3_id.rules: run sg_inq for SPC devices (bsc#1079873) + +------------------------------------------------------------------- Old: ---- sgut-libversioning.diff New: ---- dracut.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sg3_utils.spec ++++++ --- /var/tmp/diff_new_pack.Oc6ibU/_old 2018-02-12 10:12:24.547572080 +0100 +++ /var/tmp/diff_new_pack.Oc6ibU/_new 2018-02-12 10:12:24.547572080 +0100 @@ -1,7 +1,7 @@ # # spec file for package sg3_utils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Url: http://sg.danny.cz/sg/sg3_utils.html Source: sg3_utils-%{version}.tar.xz -Patch1: sgut-libversioning.diff +Source1: dracut.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool BuildRequires: udev @@ -85,7 +85,6 @@ %prep %setup -q -%patch1 -p1 %build autoreconf -fi @@ -96,9 +95,12 @@ %make_install install -m 644 doc/rescan-scsi-bus.sh.8 $RPM_BUILD_ROOT%{_mandir}/man8 mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir} +install -m 644 scripts/54-before-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir} install -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir} install -m 644 scripts/58-scsi-sg3_symlink.rules $RPM_BUILD_ROOT%{_udevrulesdir} install -m 644 scripts/40-usb-blacklist.rules $RPM_BUILD_ROOT%{_udevrulesdir} +mkdir -p $RPM_BUILD_ROOT/usr/lib/dracut/dracut.conf.d +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/dracut/dracut.conf.d/50-sg3_utils.conf rm -f %{buildroot}%{_libdir}/*.la %post @@ -127,8 +129,12 @@ %_bindir/rescan-scsi-bus.sh %_mandir/man8/*.8* %{_udevrulesdir}/40-usb-blacklist.rules +%{_udevrulesdir}/54-before-scsi-sg3_id.rules %{_udevrulesdir}/55-scsi-sg3_id.rules %{_udevrulesdir}/58-scsi-sg3_symlink.rules +%dir /usr/lib/dracut +%dir /usr/lib/dracut/dracut.conf.d +/usr/lib/dracut/dracut.conf.d/50-sg3_utils.conf %files -n %lname %defattr(-,root,root) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Oc6ibU/_old 2018-02-12 10:12:24.579570927 +0100 +++ /var/tmp/diff_new_pack.Oc6ibU/_new 2018-02-12 10:12:24.583570783 +0100 @@ -6,6 +6,13 @@ <param name="filename">sg3_utils</param> <param name="version">1.43</param> <param name="revision">factory</param> +<!-- Enable the following to include git tag offset+commit id in + version number --> +<!-- + <param name="versionformat">1.43+@TAG_OFFSET@.%h</param> + <param name="match-tag">v1.[0-9][0-9]</param> + <param name="changesgenerate">enable</param> +--> </service> <service name="recompress" mode="disabled"> <param name="file">*sg3_utils*.tar</param> ++++++ dracut.conf ++++++ # Add new rules file to ensure consistency install_items+=" /usr/lib/udev/rules.d/54-before-scsi-sg3_id.rules" ++++++ sg3_utils-1.43.tar.xz ++++++ ++++ 33544 lines of diff (skipped)
