From 321540f0d02603eaef50819bc284ee10595d4f81 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:22:29 +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 --- pyparted.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index 4b30e55..bd79bf6 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -11,7 +11,6 @@ URL: https://github.com/rhinstaller/pyparted Source0: https://github.com/rhinstaller/pyparted/archive/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRequires: python2-devel BuildRequires: python2-six %if 0%{?with_python3}