diff --git a/brp-redhat b/brp-redhat index bdd5048..34c22ab 100755 --- a/brp-redhat +++ b/brp-redhat @@ -11,3 +11,5 @@ # Strip even more sections (Red Hat uses GNU binutils). /usr/lib/rpm/redhat/brp-strip-comment-note + +/usr/lib/rpm/brp-python-bytecompile diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index d6b63af..6d44514 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,6 +1,6 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0.34 +Version: 8.0.35 Release: 1 License: GPL Group: Development/System @@ -35,6 +35,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Wed Apr 6 2005 Elliot Lee - 8.0.35-1 +- Fix #129025 (enable python byte compilation) + * Wed Mar 23 2005 Elliot Lee 8.0.34-1 - Bug fixes - Cflags change by drepper