[python3] 3.3.0-4: remove config flag from /etc/rpm/macros.{python3|pybytecompile}

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


commit 19e1adc11eea263c8d8063f44e6c6ce790c345fe
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Sun Mar 3 20:05:58 2013 -0500

    3.3.0-4: remove config flag from /etc/rpm/macros.{python3|pybytecompile}
    
    https://fedorahosted.org/fpc/ticket/259

 python3.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index eff865f..1ce8cc5 100644
--- a/python3.spec
+++ b/python3.spec
@@ -126,7 +126,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -1427,8 +1427,8 @@ rm -fr %{buildroot}
 %{_libdir}/pkgconfig/python-%{LDVERSION_optimized}.pc
 %{_libdir}/pkgconfig/python-%{pybasever}.pc
 %{_libdir}/pkgconfig/python3.pc
-%config(noreplace) %{_sysconfdir}/rpm/macros.python3
-%config(noreplace) %{_sysconfdir}/rpm/macros.pybytecompile
+%{_sysconfdir}/rpm/macros.python3
+%{_sysconfdir}/rpm/macros.pybytecompile
 
 %files tools
 %defattr(-,root,root,755)
@@ -1588,6 +1588,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Mon Mar  4 2013 David Malcolm <dmalcolm at redhat.com> - 3.3.0-4
+- remove config flag from /etc/rpm/macros.{python3|pybytecompile}
+
 * Mon Feb 11 2013 David Malcolm <dmalcolm at redhat.com> - 3.3.0-3
 - add aarch64 (rhbz#909783)
 


More information about the scm-commits mailing list