Commit 0227bd86 authored by Geoff Simmons's avatar Geoff Simmons

Install config files as %config(replace) in RPM.

parent 9cf439cd
Pipeline #380 skipped
...@@ -102,9 +102,10 @@ rm -rf %{buildroot} ...@@ -102,9 +102,10 @@ rm -rf %{buildroot}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/* %{_bindir}/*
%{_libdir}/* %{_libdir}/*
%{_sysconfdir}/*
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%doc README.rst %doc README.rst
#%license LICENSE #%license LICENSE
%config(noreplace) %{_sysconfdir}/trackrdrd.conf
%config(noreplace) %{_sysconfdir}/trackrdr-kafka.conf
%changelog %changelog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment