Mark config files as %config

This commit is contained in:
Jorge Gallegos 2015-07-02 13:08:24 -07:00
parent e94512c76d
commit 3e7925dfe4
1 changed files with 2 additions and 2 deletions

View File

@ -1213,9 +1213,9 @@ fi
%files %files
%{_sbindir}/%{name} %{_sbindir}/%{name}
%{_sysconfdir}/%{name}.ini %config %{_sysconfdir}/%{name}.ini
%if %{with systemd} %if %{with systemd}
%{_unitdir}/%{name}.service %config %{_unitdir}/%{name}.service
%else %else
%{_initddir}/%{name} %{_initddir}/%{name}
%endif %endif