The commit below neglected to add a dependency on iniparser in the spec
file for RPM builds. Fix that now.

Fixes: 4db79b968a06 ("ndctl, util: add parse-configs helper")
Signed-off-by: Vishal Verma <[email protected]>
---
 ndctl.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ndctl.spec.in b/ndctl.spec.in
index c753121..cb91119 100644
--- a/ndctl.spec.in
+++ b/ndctl.spec.in
@@ -28,6 +28,7 @@ BuildRequires:        pkgconfig(bash-completion)
 BuildRequires: pkgconfig(systemd)
 BuildRequires: keyutils-libs-devel
 BuildRequires: systemd-rpm-macros
+BuildRequires: iniparser-devel
 
 %description
 Utility library for managing the "libnvdimm" subsystem.  The "libnvdimm"

base-commit: 3d90ebfae265341cd398c963722f930d102864e8
-- 
2.33.1


Reply via email to