Sync from SUSE:SLFO:Main nvmetcli revision 87378c5183399383ab6d386b51e8a7e5

This commit is contained in:
Adrian Schröter 2024-11-15 13:59:42 +01:00
parent e0a3fb0fff
commit c8fa5c2c26
2 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 10 22:58:35 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <jaime.marquinez.ferrandiz@fastmail.net>
- Add dependency on setuptools
-------------------------------------------------------------------
Mon Dec 11 07:24:26 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -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