[python] 2.7.3-31: remove config flag from /etc/rpm/macros.python2

dmalcolm dmalcolm at fedoraproject.org
Mon Mar 4 01:03:27 UTC 2013


commit 6b3f9096ed22808ce42d190a8d87e03560fd8564
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Sun Mar 3 20:01:53 2013 -0500

    2.7.3-31: remove config flag from /etc/rpm/macros.python2
    
    See https://fedorahosted.org/fpc/ticket/259

 python.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python.spec b/python.spec
index d85b481..8db914d 100644
--- a/python.spec
+++ b/python.spec
@@ -106,7 +106,7 @@ Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.7.3
-Release: 30%{?dist}
+Release: 31%{?dist}
 License: Python
 Group: Development/Languages
 Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@@ -1796,7 +1796,7 @@ rm -fr %{buildroot}
 %endif
 %{_bindir}/python%{pybasever}-config
 %{_libdir}/libpython%{pybasever}.so
-%config(noreplace) %{_sysconfdir}/rpm/macros.python2
+%{_sysconfdir}/rpm/macros.python2
 
 %files tools
 %defattr(-,root,root,755)
@@ -1977,6 +1977,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Mon Mar  4 2013 David Malcolm <dmalcolm at redhat.com> - 2.7.3-31
+- remove config flag from /etc/rpm/macros.python2
+
 * Fri Feb 22 2013 David Malcolm <dmalcolm at redhat.com> - 2.7.3-30
 - remove __debug_package macro from comment
 


More information about the scm-commits mailing list