summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/data/SPECS/foo.spec2
-rw-r--r--tests/data/SPECS/hello.spec1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/data/SPECS/foo.spec b/tests/data/SPECS/foo.spec
index 986e6dad6..88d037ee8 100644
--- a/tests/data/SPECS/foo.spec
+++ b/tests/data/SPECS/foo.spec
@@ -9,7 +9,7 @@ Provides: hi
Conflicts: goodbye
Obsoletes: howdy
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Simple rpm demonstration.
diff --git a/tests/data/SPECS/hello.spec b/tests/data/SPECS/hello.spec
index 066388f2a..7f5a92ed8 100644
--- a/tests/data/SPECS/hello.spec
+++ b/tests/data/SPECS/hello.spec
@@ -16,7 +16,6 @@ Provides: hi
Conflicts: goodbye
Obsoletes: howdy
Prefix: /usr
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
Simple rpm demonstration.