Hello community, here is the log from the commit of package nvme-cli for openSUSE:Factory checked in at 2020-02-07 15:51:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nvme-cli (Old) and /work/SRC/openSUSE:Factory/.nvme-cli.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvme-cli" Fri Feb 7 15:51:22 2020 rev:37 rq:769958 version:1.10.1+git9.872e6b0 Changes: -------- --- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes 2019-11-21 12:57:39.642546487 +0100 +++ /work/SRC/openSUSE:Factory/.nvme-cli.new.26092/nvme-cli.changes 2020-02-07 15:52:16.247440560 +0100 @@ -1,0 +2,60 @@ +Mon Jan 27 07:11:47 UTC 2020 - [email protected] + +- Update to version 1.10.1+git9.872e6b0: + * fabrics: fix connection args parsing + * nvmf-autoconnect.service + * Fix status displayed by vs-telemetry-controller-option wdc plugin command. + * Provide documentation for log page directory WDC plugin command + * Provide WDC plugin command to dump log page directory + * Tests: Hande string encoding and handling failures + * Makefile: use UDEVRULESDIR instead of UDEVDIR +- Rename 'nvme-det-hostnqn' script to 'nvme-gen-hostnqn' + +------------------------------------------------------------------- +Thu Jan 16 12:12:55 UTC 2020 - [email protected] + +- Update to version 1.10.1+git2.797ec65: + * Makefile: generate Dracut config according to UDEVDIR + * Add additional smart log critical warn decoding + * New tag for missing docs + * Add new wdc documentation + * Release v1.10 + * Regen documentation + * Use asprintf for long names + * [NVME-CLI] Add documentation file for vs-error-reason-identifier WDC plugin command. [NVME-CLI] Minor updates/corrections to the clear-fw-activate-history and vs-fw-activate-history command help text. + * [NVME-CLI] Add support for WDC plugin command - vs-error-reason-identifier [NVME-CLI] Reverse enable/disable bit on the vs-telemetry-controller-option WDC plugin command + * Fix systemd service script use of CONNECT_ARGS env var + * Shannon Plugin update. + * Doc/Makefile: Introduce 'quiet' build option + * Makefile: use 'quiet' compile + * Makefile: Use special variables + * micron: don't ignore 'system()' return value + * Fix libhugetlbfs flags + * Regenerate documentation + * Micron plugin updates + * README.md: Mention the buildroot package + * nvmf-autoconnect: add udev rules to set iopolicy for certain NetApp devices + * Fix intel json latency statistics output format + * intel: Add function lat-stats to cli Adds the lat-stats function to intel plugin. If lat-stats-tracking is enabled, lat-stats will print out latency statistics according to the user's desired format. + * [NVMe-CLI] Update documentation for telemetry data retrieval to vs-internal-log wdc plugin command. + * [NVMe-CLI] Add support to retrieve telemetry data in vs-internal-log + * [nvme-cli] Add documentation file for new wdc plugin command - vs-telemetry-controller-option + * [nvme-cli] Add support for wdc plugin command - vs-telemetry-controller-option + * Fix typo (bulit -> built) + * Warn on admin-passthru opcode not matching read/write flag + * MAINT: Fix format compile warning error on 32 bit system + * nvme-cli: Check for sysfs interface before NVMe discovery + * Revert "Add Dera plugin extension." + * Revert "Add Dera plugin extension." + * Add Dera plugin extension. Add stat sub-command to retrieve Dera device status and additional SMART log. + * Add Dera plugin extension. Add stat sub-command to retrieve Dera device status and additional SMART log. + * Improve self test log command + * nvme-cli: Update err to 0 in get_telemetry_log + * fixup up self-test log when no test is in progress + * nvme-cli: Update err value to 0 in get_ns_id func. + * Add Dera plugin extension. Add stat sub-command to retrieve Dera device status and additional SMART log. + * nvme.c: create-ns arguments are added +- Remove patch merged with upstream + * Delete 0101-nvme-add-iopolicy-rules-for-netapp.patch + +------------------------------------------------------------------- Old: ---- 0101-nvme-add-iopolicy-rules-for-netapp.patch nvme-cli-1.9+git122.c5097d5.tar.xz New: ---- nvme-cli-1.10.1+git9.872e6b0.obscpio nvme-cli-1.10.1+git9.872e6b0.tar.xz nvme-cli.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nvme-cli.spec ++++++ --- /var/tmp/diff_new_pack.PRtErq/_old 2020-02-07 15:52:18.367441719 +0100 +++ /var/tmp/diff_new_pack.PRtErq/_new 2020-02-07 15:52:18.371441721 +0100 @@ -1,7 +1,7 @@ # # spec file for package nvme-cli # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -17,7 +17,7 @@ Name: nvme-cli -Version: 1.9+git122.c5097d5 +Version: 1.10.1+git9.872e6b0 Release: 0 Summary: NVM Express user space tools License: GPL-2.0-only @@ -26,7 +26,6 @@ Source: %{name}-%{version}.tar.xz Source2: nvme-cli-rpmlintrc # downstream patches: -Patch101: 0101-nvme-add-iopolicy-rules-for-netapp.patch Patch102: 0102-nvme-cli-Add-script-to-determine-host-NQN.patch BuildRequires: libhugetlbfs-devel BuildRequires: libuuid-devel @@ -54,7 +53,6 @@ %prep %setup -q -%patch101 -p1 %patch102 -p1 %build @@ -63,17 +61,11 @@ sed -i '/make.*/d' regress %install -make PREFIX=%{_prefix} DESTDIR=%{buildroot} install-bin install-man %{?_smp_mflags} +make PREFIX=%{_prefix} DESTDIR=%{buildroot} UDEVRULESDIR=%{_udevrulesdir} install-bin install-man install-udev install-systemd %{?_smp_mflags} install -m 644 -D /dev/null %{buildroot}%{_sysconfdir}/nvme/hostnqn install -m 644 -D completions/bash-nvme-completion.sh %{buildroot}%{_datadir}/bash_completion/completions/nvme -install -m 644 -D nvmf-autoconnect/systemd/nvmefc-boot-connections.service %{buildroot}%{_unitdir}/nvmefc-boot-connections.service -install -m 644 -D nvmf-autoconnect/systemd/[email protected] %{buildroot}%{_unitdir}/[email protected] -install -m 644 -D nvmf-autoconnect/systemd/nvmf-connect.target %{buildroot}%{_unitdir}/nvmf-connect.target -install -m 644 -D nvmf-autoconnect/udev-rules/70-nvmf-autoconnect.rules %{buildroot}%{_udevrulesdir}/70-nvmf-autoconnect.rules -install -m 644 -D scripts/71-nvme-iopolicy-netapp-ONTAP.rules %{buildroot}%{_udevrulesdir}/71-nvme-iopolicy-netapp-ONTAP.rules -install -m 644 -D scripts/71-nvme-iopolicy-netapp-E-Series.rules %{buildroot}%{_udevrulesdir}/71-nvme-iopolicy-netapp-E-Series.rules %ifarch x86_64 aarch64 i586 -install -m 744 -D scripts/det-hostnqn.sh %{buildroot}%{_sbindir}/nvme-det-hostnqn +install -m 744 -D scripts/det-hostnqn.sh %{buildroot}%{_sbindir}/nvme-gen-hostnqn %endif # for subpackage nvme-cli-regress-script: install -m 744 -D regress %{buildroot}%{_sbindir}/nvme-regress @@ -86,7 +78,7 @@ %post %ifarch x86_64 aarch64 i586 if [ ! -s %{_sysconfdir}/nvme/hostnqn ]; then - %{_sbindir}/nvme-det-hostnqn > %{_sysconfdir}/nvme/hostnqn + %{_sbindir}/nvme-gen-hostnqn > %{_sysconfdir}/nvme/hostnqn fi %endif if [ ! -s %{_sysconfdir}/nvme/hostnqn ]; then @@ -96,7 +88,7 @@ if [ ! -s %{_sysconfdir}/nvme/hostid ]; then %{_bindir}/uuidgen > %{_sysconfdir}/nvme/hostid fi -%service_add_post %services [email protected] +%service_add_post %services [email protected] %preun %service_del_preun -f %services @@ -114,15 +106,15 @@ %doc README.md %{_sbindir}/nvme %ifarch x86_64 aarch64 i586 -%{_sbindir}/nvme-det-hostnqn +%{_sbindir}/nvme-gen-hostnqn %endif %{_mandir}/man1/nvme*.1*%{?ext_man} %dir %{_datadir}/bash_completion %dir %{_datadir}/bash_completion/completions/ %{_datadir}/bash_completion/completions/nvme %{_udevrulesdir}/70-nvmf-autoconnect.rules -%{_udevrulesdir}/71-nvme-iopolicy-netapp-ONTAP.rules -%{_udevrulesdir}/71-nvme-iopolicy-netapp-E-Series.rules +%{_udevrulesdir}/71-nvmf-iopolicy-netapp.rules +%{_unitdir}/nvmf-autoconnect.service %{_unitdir}/nvmefc-boot-connections.service %{_unitdir}/[email protected] %{_unitdir}/nvmf-connect.target ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.PRtErq/_old 2020-02-07 15:52:18.415441745 +0100 +++ /var/tmp/diff_new_pack.PRtErq/_new 2020-02-07 15:52:18.419441748 +0100 @@ -5,6 +5,6 @@ </service> <service name="tar_scm"> <param name="url">https://github.com/linux-nvme/nvme-cli.git</param> - <param name="changesrevision">c5097d5f6e642aa5a289a01f0d49ece5d65587ea</param> + <param name="changesrevision">872e6b0e5bcdd187111d75aa0b406910f9ba5d9c</param> </service> </servicedata> \ No newline at end of file ++++++ nvme-cli.obsinfo ++++++ name: nvme-cli version: 1.10.1+git9.872e6b0 mtime: 1579898667 commit: 872e6b0e5bcdd187111d75aa0b406910f9ba5d9c
