The new config system introduces and installs a sample config file called ndctl.conf. Update the RPM spec to include this in the %files section for ndctl.
Cc: QI Fuli <[email protected]> Reviewed-by: QI Fuli <[email protected]> Reviewed-by: Dan Williams <[email protected]> Signed-off-by: Vishal Verma <[email protected]> --- ndctl.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ndctl.spec.in b/ndctl.spec.in index 0563b2d..b46bd74 100644 --- a/ndctl.spec.in +++ b/ndctl.spec.in @@ -117,7 +117,8 @@ make check %{_sysconfdir}/ndctl/keys/keys.readme %{_sysconfdir}/modprobe.d/nvdimm-security.conf -%config(noreplace) %{_sysconfdir}/ndctl/monitor.conf +%config(noreplace) %{_sysconfdir}/ndctl.conf.d/monitor.conf +%config(noreplace) %{_sysconfdir}/ndctl.conf.d/ndctl.conf %files -n daxctl %defattr(-,root,root) -- 2.33.1
