[pypy] Do not mark macros file as %config (#1074266)

Ville Skyttä scop at fedoraproject.org
Wed Mar 4 19:32:39 UTC 2015


commit 67908291f8abedc48f8ff93fde240a4ee3dad810
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Mar 4 21:32:32 2015 +0200

    Do not mark macros file as %config (#1074266)

 pypy.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index e4ee51b..b3dc309 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -1,6 +1,6 @@
 Name:           pypy
 Version:        2.5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python implementation with a Just-In-Time compiler
 
 Group:          Development/Languages
@@ -825,7 +825,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %dir %{pypy_include_dir}
 %{pypy_include_dir}/*.h
-%config(noreplace) %{_rpmconfigdir}/macros.d/macros.pypy
+%{_rpmconfigdir}/macros.d/macros.pypy
 
 %if 0%{with_stackless}
 %files stackless
@@ -836,6 +836,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar  4 2015 Ville Skyttä <ville.skytta at iki.fi> - 2.5.0-2
+- Do not mark macros file as %%config (#1074266)
+
 * Tue Feb 17 2015 Matej Stuchlik <mstuchli at redhat.com> - 2.5.0-1
 - Update to 2.5.0
 


More information about the scm-commits mailing list