From 89ca0b2c601a5870758f4b4c583f03b3e4204c16 Mon Sep 17 00:00:00 2001 From: Vincent Mihalkovic Date: Jun 24 2020 09:49:32 +0000 Subject: BuildRequires: python3-setuptools --- diff --git a/file.spec b/file.spec index 9f86ccb..e416e15 100644 --- a/file.spec +++ b/file.spec @@ -15,7 +15,7 @@ Summary: A utility for determining file types Name: file Version: 5.39 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -79,6 +79,7 @@ file(1) command. %package -n python3-file-magic Summary: Python 3 bindings for the libmagic API BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildArch: noarch Requires: %{name} = %{version}-%{release} Provides: python3-magic = %{version}-%{release} @@ -204,6 +205,9 @@ cd %{py3dir} %endif %changelog +* Wed Jun 24 2020 Vincent Mihalkovic - 5.39-2 +- BuildRequires: python3-setuptools + * Tue Jun 16 2020 Vincent Mihalkovic - 5.39-1 - update to new version 5.39