From c8fa5c2c267eef67619457dbe31a77dc3c67c0c59735ee1fe92db12bffeb03f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 15 Nov 2024 13:59:42 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main nvmetcli revision 87378c5183399383ab6d386b51e8a7e5 --- nvmetcli.changes | 11 +++++++++++ nvmetcli.spec | 9 +++++---- 2 files changed, 16 insertions(+), 4 deletions(-) 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