From 787185e7969d316edcfb2cb182fdddec95fb9b4b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:21:57 +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 --- pyodbc.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/pyodbc.spec b/pyodbc.spec index ca5d340..24d28a4 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -17,7 +17,6 @@ Group: Development/Languages License: MIT URL: https://github.com/mkleehammer/pyodbc Source0: https://github.com/mkleehammer/pyodbc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: unixODBC-devel BuildRequires: python-devel