diff options
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. |