aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorVishal Verma <vishal.l.verma@intel.com>2021-12-17 21:48:05 -0700
committerVishal Verma <vishal.l.verma@intel.com>2021-12-17 21:50:51 -0700
commit6d1a92e5a2d2ba397d41a8db10bc526c73d2d20f (patch)
treeba13febe8516e407875c08ea301f0eea55547bb1
parent3d90ebfae265341cd398c963722f930d102864e8 (diff)
ndctl: Add a dependency on 'iniparser' to ndctl.spec.in
The commit below neglected to add a dependency on iniparser in the spec file for RPM builds. Fix that now. Link: https://lore.kernel.org/r/20211218044805.443784-1-vishal.l.verma@intel.com Fixes: 4db79b968a06 ("ndctl, util: add parse-configs helper") Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
-rw-r--r--ndctl.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndctl.spec.in b/ndctl.spec.in
index c7531212..cb911194 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"