From f20fd095421a750491811388ce17517035448417 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 16 Jun 2005 15:42:31 +0000 Subject: [PATCH] fix --- macros | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros b/macros index a24c3cd..8dce373 100644 --- a/macros +++ b/macros @@ -85,7 +85,7 @@ /usr/lib/rpm/redhat/brp-strip %{__strip} \ /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \ /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \ - /usr/lib/rpm/redhat/brp-python-bytecompile \ + /usr/lib/rpm/brp-python-bytecompile \ %{nil} # /usr/lib/rpm/redhat/brp-implant-ident-static diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 6d44514..878f820 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.35 +Version: 8.0.36 Release: 1 License: GPL Group: Development/System @@ -35,6 +35,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Thu Jun 16 2005 Elliot Lee - 8.0.36-1 +- Fix the fix + * Wed Apr 6 2005 Elliot Lee - 8.0.35-1 - Fix #129025 (enable python byte compilation)