From de000eaa1a2b850f03b233c0dc05f58a30f5ced2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 13 2018 22:46:37 +0000 Subject: 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 --- diff --git a/lua-sec.spec b/lua-sec.spec index 8ca40ce..d364476 100644 --- a/lua-sec.spec +++ b/lua-sec.spec @@ -38,7 +38,6 @@ Requires: lua(abi) = %{luaver} Requires: lua >= %{luaver} %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Lua binding for OpenSSL library to provide TLS/SSL communication.