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 |
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 --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"
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