diff --git a/nvme-cli.changes b/nvme-cli.changes index 97e733c..a9560f8 100644 --- a/nvme-cli.changes +++ b/nvme-cli.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 21 08:32:38 UTC 2022 - Daniel Wagner + +- Support auto discovery, add %systemd_ordering to spec file (bsc#1186399) +- Mark no binaries rpms as noarch + ------------------------------------------------------------------- Wed Aug 17 19:26:17 UTC 2022 - dmueller@suse.com diff --git a/nvme-cli.spec b/nvme-cli.spec index 087ac4a..ec110c7 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -41,6 +41,8 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(libudev) +%systemd_ordering + %description NVM Express (NVMe) is a direct attached storage interface. The nvme-cli package contains core management tools with minimal @@ -50,6 +52,7 @@ dependencies. Summary: A small script to test the nvme binary for regressions Group: Hardware/Other Requires: nvme-cli +BuildArch: noarch %description -n nvme-cli-regress-script A small shell script to test the nvme binary for regressions. It requires an @@ -61,6 +64,7 @@ Group: System/Shells Requires: %{name} = %{version} Requires: bash-completion Supplements: (nvme-cli and bash-completion) +BuildArch: noarch %description bash-completion Optional dependency offering bash completion for NVM Express user space tools @@ -71,6 +75,7 @@ Group: System/Shells Requires: %{name} = %{version} Requires: zsh Supplements: (nvme-cli and zsh) +BuildArch: noarch %description zsh-completion Optional dependency offering zsh completion for NVM Express user space tools