From 6b3f9096ed22808ce42d190a8d87e03560fd8564 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sun, 3 Mar 2013 20:01:53 -0500 Subject: [PATCH] 2.7.3-31: remove config flag from /etc/rpm/macros.python2 See https://fedorahosted.org/fpc/ticket/259 --- python.spec | 7 +++++-- 1 file 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 - 2.7.3-31 +- remove config flag from /etc/rpm/macros.python2 + * Fri Feb 22 2013 David Malcolm - 2.7.3-30 - remove __debug_package macro from comment