diff mbox series

[ndctl] ndctl: Add a dependency on 'iniparser' to ndctl.spec.in

Message ID 20211218044805.443784-1-vishal.l.verma@intel.com (mailing list archive)
State Accepted
Commit 6d1a92e5a2d2ba397d41a8db10bc526c73d2d20f
Headers show
Series [ndctl] ndctl: Add a dependency on 'iniparser' to ndctl.spec.in | expand

Commit Message

Verma, Vishal L Dec. 18, 2021, 4:48 a.m. UTC
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 <vishal.l.verma@intel.com>
---
 ndctl.spec.in | 1 +
 1 file changed, 1 insertion(+)


base-commit: 3d90ebfae265341cd398c963722f930d102864e8

Comments

Dan Williams Dec. 18, 2021, 3:39 p.m. UTC | #1
On Fri, Dec 17, 2021 at 9:41 PM Vishal Verma <vishal.l.verma@intel.com> wrote:
>
> 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 <vishal.l.verma@intel.com>

LGTM

Reviewed-by: Dan Williams <dan.j.williams@intel.com>
diff mbox series

Patch

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"