From 9ba376da37f63c54410bb35d9a01f47628f5da8e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Dec 2007 16:50:47 +0000 Subject: define %defaultbuildroot instead of %buildroot (fixes #34705), this needs at least rpm 4.4.2.2-2mdv --- macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.in b/macros.in index f583d62..a8af40a 100644 --- a/macros.in +++ b/macros.in @@ -37,7 +37,7 @@ # ---- Build system path macros. # -%buildroot %{_tmppath}/%{name}-%{version}-%{release}-buildroot +%defaultbuildroot %{_tmppath}/%{name}-%{version}-%{release}-buildroot %__cputoolize cputoolize -- cgit v1.2.1