From 5df1748aede075333ff51e2a8066ca7430a9b7d4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:24:21 +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 --- python-linux-procfs.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 521efc3..493ee91 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -19,7 +19,6 @@ BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %global _description\ Abstractions to extract information from the Linux kernel /proc files.