summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-12-18 05:58:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-12-18 05:58:44 +0000
commit495962a8177d3c477257f4c50f7fe62aade277b7 (patch)
tree29ad3b9fae430f8d1c735c925fd061bb08199207 /scripts
parentRemove __os_install_post. (diff)
downloadrtems-495962a8177d3c477257f4c50f7fe62aade277b7.tar.bz2
Add __os_install_post.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cpukit/rtems-cpukit.add3
-rw-r--r--scripts/gdb/gdb.add3
-rw-r--r--scripts/rtems/rtems.add3
-rw-r--r--scripts/rtemsdoc/rtemsdoc.add3
4 files changed, 12 insertions, 0 deletions
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