Message ID | 20211206222830.2266018-7-vishal.l.verma@intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Policy based reconfiguration for daxctl | expand |
On Mon, Dec 6, 2021 at 2:28 PM Vishal Verma <vishal.l.verma@intel.com> wrote: > > 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. Modulo new ndctl.conf.d directory name: Reviewed-by: Dan Williams <dan.j.williams@intel.com> > > Cc: QI Fuli <qi.fuli@fujitsu.com> > Reviewed-by: QI Fuli <qi.fuli@jp.fujitsu.com> > Signed-off-by: Vishal Verma <vishal.l.verma@intel.com> > --- > ndctl.spec.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ndctl.spec.in b/ndctl.spec.in > index 0563b2d..07c36ec 100644 > --- a/ndctl.spec.in > +++ b/ndctl.spec.in > @@ -118,6 +118,7 @@ make check > %{_sysconfdir}/modprobe.d/nvdimm-security.conf > > %config(noreplace) %{_sysconfdir}/ndctl/monitor.conf > +%config(noreplace) %{_sysconfdir}/ndctl/ndctl.conf > > %files -n daxctl > %defattr(-,root,root) > -- > 2.33.1 >
diff --git a/ndctl.spec.in b/ndctl.spec.in index 0563b2d..07c36ec 100644 --- a/ndctl.spec.in +++ b/ndctl.spec.in @@ -118,6 +118,7 @@ make check %{_sysconfdir}/modprobe.d/nvdimm-security.conf %config(noreplace) %{_sysconfdir}/ndctl/monitor.conf +%config(noreplace) %{_sysconfdir}/ndctl/ndctl.conf %files -n daxctl %defattr(-,root,root)