summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-03 13:32:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-03 13:32:57 +0000
commite4b19874ee4a1f46be2e4235a2d174964d10fcf4 (patch)
treefc7d15a749ba226a1545680b51210198cb06d3cc
parent2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e4b19874ee4a1f46be2e4235a2d174964d10fcf4.tar.bz2
2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* common/common.add.in: Use FC compliant BuildRoot.
-rw-r--r--scripts/ChangeLog1
-rw-r--r--scripts/common/common.add.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index bb448eec47..601e104395 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,6 @@
2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * common/common.add.in: Use FC compliant BuildRoot.
* gccnewlib/gccnewlib.add: Remove gnatgcc hacks.
Misc %infodir/dir handling changes.
* gccnewlib/target-c++.add, gccnewlib/target-g77.add,
diff --git a/scripts/common/common.add.in b/scripts/common/common.add.in
index 6a35a9a079..30dcc205a9 100644
--- a/scripts/common/common.add.in
+++ b/scripts/common/common.add.in
@@ -25,4 +25,5 @@
Vendor: www.rtems.com
Distribution: Linux
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+