From c9bfce9d6a994ec4e7eb8d00ee06011604142498 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:44:41 +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 --- libyaml.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libyaml.spec b/libyaml.spec index 1a8f1e3..d8b003e 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -11,7 +11,6 @@ Group: System Environment/Libraries License: MIT URL: http://pyyaml.org/ Source0: http://pyyaml.org/download/libyaml/%{tarballname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description YAML is a data serialization format designed for human readability and