diff --git a/nvmetcli.changes b/nvmetcli.changes index 084a45b..94ab74a 100644 --- a/nvmetcli.changes +++ b/nvmetcli.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Mar 10 22:58:35 UTC 2024 - Steve Kowalik + +- Migrate from kmod to kmodpy -- both are supported, kmodpy is now + packaged. + +------------------------------------------------------------------- +Tue Feb 27 22:17:04 UTC 2024 - Jaime Marquínez Ferrándiz + +- Add dependency on setuptools + ------------------------------------------------------------------- Mon Dec 11 07:24:26 UTC 2023 - Daniel Wagner diff --git a/nvmetcli.spec b/nvmetcli.spec index 6cf9f85..8185f68 100644 --- a/nvmetcli.spec +++ b/nvmetcli.spec @@ -1,7 +1,7 @@ # # spec file for package nvmetcli # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,12 +30,13 @@ BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python3-pip BuildRequires: python3-rpm-macros +BuildRequires: python3-setuptools BuildRequires: python3-wheel Requires: python3-configshell-fb -Requires: python3-kmod +Requires: python3-kmodpy Requires(post): systemd -Requires(postun):systemd -Requires(preun):systemd +Requires(postun): systemd +Requires(preun): systemd BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch