add the kernel headers as BuildRequires
Resolves: RHEL-70856 Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
parent
63c8857b0e
commit
5cda8a4678
@ -5,7 +5,7 @@
|
||||
|
||||
Name: nvme-cli
|
||||
Version: 2.11
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: NVMe management command line interface
|
||||
|
||||
License: GPL-2.0-only
|
||||
@ -32,6 +32,7 @@ BuildRequires: libnvme-devel >= 1.11-1
|
||||
BuildRequires: json-c-devel >= 0.14
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: kernel-headers >= 5.14.0-542
|
||||
|
||||
Requires: util-linux
|
||||
|
||||
@ -104,6 +105,9 @@ if [ $1 -eq 1 ] || [ $1 -eq 2 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Jan 24 2025 Maurizio Lombardi <mlombard@redhat.com> - 2.11-4
|
||||
- Add kernel-headers to BuildRequires (RHEL-70856)
|
||||
|
||||
* Thu Jan 16 2025 Maurizio Lombardi <mlombard@redhat.com> - 2.11-3
|
||||
- NetApp fixes for RHEL-71521
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user