From 47b9f849d4eaa77fff73444507bb07d09b3a9d8b Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 22 Jan 2003 18:30:56 +0000 Subject: [PATCH] 8.0.19 --- macros | 3 ++- redhat-rpm-config.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/macros b/macros index a10dcd5..aa130d7 100644 --- a/macros +++ b/macros @@ -85,9 +85,10 @@ /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-implant-ident-static \ %{nil} +# /usr/lib/rpm/redhat/brp-implant-ident-static + %__spec_install_post\ %{?__debug_package:%{__debug_install_post}}\ %{__arch_install_post}\ diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 1c0422b..dd9dba8 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.18 +Version: 8.0.19 Release: 1 License: GPL Group: Development/System @@ -28,6 +28,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Wed Jan 22 2003 Elliot Lee 8.0.19-1 +- Disable brp-implant-ident-static until it works everywhere + * Thu Jan 16 2003 Nalin Dahyabhai 8.0.18-1 - add brp-implant-ident-static, which requires mktemp