From d7d4042b425381f3a82b89b2f214a265133ad1e2 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Jan 07 2021 08:02:56 +0000 Subject: file.spec: BR for make is not py3 specific --- diff --git a/file.spec b/file.spec index d7ceda7..7c6795b 100644 --- a/file.spec +++ b/file.spec @@ -32,7 +32,10 @@ Patch3: file-5.39-CLOEXEC.patch URL: http://www.darwinsys.com/file/ Requires: file-libs = %{version}-%{release} BuildRequires: zlib-devel -BuildRequires: autoconf automake libtool +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: make %description The file command is used to identify a particular file according to the @@ -83,7 +86,6 @@ file(1) command. Summary: Python 3 bindings for the libmagic API BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: make BuildArch: noarch Requires: %{name} = %{version}-%{release} Provides: python3-magic = %{version}-%{release}