From 0651811f87a0f1f119eef9cedba49c20b9a9267e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:47:08 +0100 Subject: [PATCH] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- valgrind.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/valgrind.spec b/valgrind.spec index 93811f0..c0b3df0 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -10,7 +10,6 @@ URL: http://www.valgrind.org/ Group: Development/Debuggers # Only necessary for RHEL, will be ignored on Fedora -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Are we building for a Software Collection? %{?scl:%global is_scl 1}