From 495962a8177d3c477257f4c50f7fe62aade277b7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Dec 2005 05:58:44 +0000 Subject: Add __os_install_post. --- scripts/cpukit/rtems-cpukit.add | 3 +++ scripts/gdb/gdb.add | 3 +++ scripts/rtems/rtems.add | 3 +++ scripts/rtemsdoc/rtemsdoc.add | 3 +++ 4 files changed, 12 insertions(+) (limited to 'scripts') diff --git a/scripts/cpukit/rtems-cpukit.add b/scripts/cpukit/rtems-cpukit.add index 0dfc7d383a..d94d28041f 100644 --- a/scripts/cpukit/rtems-cpukit.add +++ b/scripts/cpukit/rtems-cpukit.add @@ -20,6 +20,9 @@ Version: %{rpmvers} Summary: A free operating system for embedded systems Source: ftp://ftp.rtems.org/pub/rtems/%{version}/rtems-%{rtems_version}.tar.bz2 +# Work around to a bug in rpm-4.2 +%define __os_install_post %{nil} + # # The original sources are not included in the source RPM. # If we included them, then the source RPMs for each target diff --git a/scripts/gdb/gdb.add b/scripts/gdb/gdb.add index b89cd71b75..0f377f5a0e 100644 --- a/scripts/gdb/gdb.add +++ b/scripts/gdb/gdb.add @@ -24,6 +24,9 @@ Source0: ftp://ftp.gnu.org/pub/gnu/gdb-%{gdb_version}@gdb_suffix@ BuildRequires: ncurses-devel %endif +# Work around to a bug in rpm-4.2 +%define __os_install_post %{nil} + # # The original sources are not included in the source RPM. # If we included them, then the source RPMs for each target diff --git a/scripts/rtems/rtems.add b/scripts/rtems/rtems.add index 96c359e111..6cd5483c7e 100644 --- a/scripts/rtems/rtems.add +++ b/scripts/rtems/rtems.add @@ -7,6 +7,9 @@ License: Distributable Version: @rtems_version@ Source: ftp://ftp.rtems.org/pub/rtems/%{version}/rtems-%{version}.tar.bz2 +# Work around to a bug in rpm-4.2 +%define __os_install_post %{nil} + # # The original sources are not included in the source RPM. # If we included them, then the source RPMs for each target diff --git a/scripts/rtemsdoc/rtemsdoc.add b/scripts/rtemsdoc/rtemsdoc.add index 828d791894..a8ecae4b09 100644 --- a/scripts/rtemsdoc/rtemsdoc.add +++ b/scripts/rtemsdoc/rtemsdoc.add @@ -20,6 +20,9 @@ Version: %{rpmvers} Summary: A free operating system for embedded systems Source: rtems-%{srcvers}.tar.bz2 +# Work around to a bug in rpm-4.2 +%define __os_install_post %{nil} + # # The original sources are not included in the source RPM. # If we included them, then the source RPMs for each target -- cgit v1.2.3