From 30b0f4bbed58f24cf5375d2f4f6d36c1b958d426 Mon Sep 17 00:00:00 2001 From: Carl George Date: Mon, 22 Feb 2021 20:38:09 -0600 Subject: [PATCH] Mark centpkg.conf as %config(noreplace) --- centpkg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centpkg.spec b/centpkg.spec index e03bc99..5919228 100644 --- a/centpkg.spec +++ b/centpkg.spec @@ -29,7 +29,7 @@ Provides the centpkg command for working with dist-git %files %license COPYING %doc README.md -%config %{_sysconfdir}/rpkg/centpkg.conf +%config(noreplace) %{_sysconfdir}/rpkg/centpkg.conf %{_bindir}/%{name} %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info