From 928443c11f1118092fea3581b58f7aeba6523141 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:35:45 +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 --- sbd.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/sbd.spec b/sbd.spec index c123676..5f18157 100644 --- a/sbd.spec +++ b/sbd.spec @@ -29,7 +29,6 @@ Version: 1.2.1 Release: %{buildnum}%{?dist}.1 Url: https://github.com/%{github_owner}/%{name} Source0: https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: libuuid-devel