From 1a959d38c8ca8bea6e932c068a49107f15763102 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 7 Apr 2005 03:10:39 +0000 Subject: [PATCH] fix #129025 --- brp-redhat | 2 ++ redhat-rpm-config.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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