Mark centpkg.conf as %config(noreplace)

This commit is contained in:
Carl George 2021-02-22 20:38:09 -06:00
parent c7c04a4de0
commit 30b0f4bbed

View file

@ -29,7 +29,7 @@ Provides the centpkg command for working with dist-git
%files %files
%license COPYING %license COPYING
%doc README.md %doc README.md
%config %{_sysconfdir}/rpkg/centpkg.conf %config(noreplace) %{_sysconfdir}/rpkg/centpkg.conf
%{_bindir}/%{name} %{_bindir}/%{name}
%{python3_sitelib}/%{name} %{python3_sitelib}/%{name}
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info