disable the pdc at compile time

Resolves: RHEL-97516

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
Maurizio Lombardi 2025-06-23 13:42:49 +02:00
parent 60a334eca8
commit 87e891c40c

View File

@ -5,7 +5,7 @@
Name: nvme-cli
Version: 2.13
Release: 1%{?dist}
Release: 2%{?dist}
Summary: NVMe management command line interface
License: GPL-2.0-only
@ -39,7 +39,7 @@ nvme-cli provides NVM-Express user space tooling for Linux.
%build
%meson -Dudevrulesdir=%{_udevrulesdir} -Dsystemddir=%{_unitdir} -Dpdc-enabled=true -Ddocs=all -Ddocs-build=true -Dhtmldir=%{_pkgdocdir}
%meson -Dudevrulesdir=%{_udevrulesdir} -Dsystemddir=%{_unitdir} -Dpdc-enabled=false -Ddocs=all -Ddocs-build=true -Dhtmldir=%{_pkgdocdir}
%meson_build
@ -107,6 +107,9 @@ fi
%systemd_postun nvmf-connect-nbft.service
%changelog
* Mon Jun 23 2025 Maurizio Lombardi <mlombard@redhat.com> - 2.13-2
- Disable PDC at compile time (RHEL-97516)
* Wed May 14 2025 Maurizio Lombardi <mlombard@redhat.com> - 2.13-1
- Update to version 2.13