Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 0992848bc7ac30e39a41a63335e8550d70ae7d1f https://github.com/openSUSE/wicked/commit/0992848bc7ac30e39a41a63335e8550d70... Author: Martin Wilck <mwilck@suse.com> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M extensions/nbft Log Message: ----------- extensions/nbft: replace "nvme show-nbft" with "nvme nbft show" Upstream nvme-cli has moved the nbft support into a plugin. The syntax is now "nvme nbft show" rather than "nvme show-nbft". Commit: 462e45b70e13a9b4f87ebb52d9bacf6c541ee761 https://github.com/openSUSE/wicked/commit/462e45b70e13a9b4f87ebb52d9bacf6c54... Author: Martin Wilck <mwilck@suse.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M wicked.spec.in Log Message: ----------- spec: update version dependency for nbft plugin The version of nvme-cli in SLE-15-SP5 GA (2.2.1+3.gd028407) used the syntax "nvme show-nbft", which was never accepted upstream. Upstream has moved NBFT support into a plugin and uses the syntax "nvme nbft show". This syntax is supported upstream since 2.5. SLE15-SP5 maintenance updates 2.4+17.gf4cfca93998a and later support both the upstream and the legacy syntax. In SLE15-SP6, nvme-cli will drop support for "show-nbft". With the wicked plugin adopting the upstream syntax, the nvme-cli dependency must be updated. The dependency added in this patch works for SLE15-SP5, SP6, and TW. It would also work for earlier SLE15 SPs, but they don't have NBFT support at all. FTR, rpmdev-vercmp output: 2.2.1+3.gd028407-150500.2.4 < 2.4+17.gf4cfca93998a 2.4 < 2.4+17.gf4cfca93998a 2.4.17 < 2.4+17.gf4cfca93998a 2.4+17.gf4cfca93998a-150500.4.3.1 > 2.4+17.gf4cfca93998a 2.4+24.ga1ee20-150500.4.6.1 > 2.4+17.gf4cfca93998a 2.5 > 2.4+17.gf4cfca93998a Commit: 1f2383c8d102b4a5efec422197b57ff9f5aa03df https://github.com/openSUSE/wicked/commit/1f2383c8d102b4a5efec422197b57ff9f5... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M extensions/nbft M wicked.spec.in Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1004 extensions/nbft: use upstream `nvme nbft show` (bsc#1221358) Compare: https://github.com/openSUSE/wicked/compare/239959873fa1...1f2383c8d102 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications