From a7610e26e5c7a0bbaa8a7810daa04a625ae357af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 28 Apr 2015 19:51:45 +0200 Subject: [PATCH] Don't mark RPM macros in /etc as %config --- pypy3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypy3.spec b/pypy3.spec index d9e54fd..0c5b340 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -801,7 +801,7 @@ CheckPyPy pypy3-stackless %files devel %dir %{pypy_include_dir} %{pypy_include_dir}/*.h -%config(noreplace) %{_rpmconfigdir}/macros.d/macros.pypy3 +%{_rpmconfigdir}/macros.d/macros.pypy3 %if 0%{with_stackless} %files stackless