From 304c2fc2cb3566404064997f8e6a3356b587d5ca Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:43:31 +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 --- libstoragemgmt.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec index 06747cd..37bec41 100644 --- a/libstoragemgmt.spec +++ b/libstoragemgmt.spec @@ -9,7 +9,6 @@ Group: System Environment/Libraries License: LGPLv2+ URL: https://github.com/libstorage/libstoragemgmt Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python3-%{name} BuildRequires: autoconf automake libtool yajl-devel libxml2-devel check-devel perl-interpreter BuildRequires: openssl-devel