diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-12 14:52:40 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-12 14:52:40 +0200 |
commit | 8a81b4a9af27747cf8687dd5d336f0446fc33f53 (patch) | |
tree | eb1f2037cadfce42a37a4feadc0f5d73611c133c /tests/data | |
parent | d974ed0136e52ef4c4f7e1ed7fc312f8a2a2345d (diff) | |
download | rpm-8a81b4a9af27747cf8687dd5d336f0446fc33f53.tar.gz rpm-8a81b4a9af27747cf8687dd5d336f0446fc33f53.tar.bz2 rpm-8a81b4a9af27747cf8687dd5d336f0446fc33f53.zip |
Adjust BuildRoot.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/SPECS/hello.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/SPECS/hello.spec b/tests/data/SPECS/hello.spec index 4e727707a..db5b1f233 100644 --- a/tests/data/SPECS/hello.spec +++ b/tests/data/SPECS/hello.spec @@ -15,7 +15,7 @@ Provides: hi Conflicts: goodbye Obsoletes: howdy Prefix: /usr -BuildRoot: /var/tmp/hello-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Simple rpm demonstration. |