diff --git file/file.spec file/file.spec.tmp index 469278e67a..b02e28ece1 100644 --- file/file.spec +++ file/file.spec.tmp @@ -3,7 +3,7 @@ Summary: A utility for determining file types Name: file Version: 5.31 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -49,7 +49,8 @@ Requires: %{name} = %{version}-%{release} The file-devel package contains the header files and libmagic library necessary for developing programs using libmagic. -%package -n python-magic +%package -n python2-magic +%{?python_provide:%python_provide python2-magic} Summary: Python 2 bindings for the libmagic API Group: Development/Libraries BuildRequires: python2-devel @@ -59,7 +60,7 @@ BuildRequires: python-setuptools BuildArch: noarch Requires: %{name} = %{version}-%{release} -%description -n python-magic +%description -n python2-magic This package contains the Python 2 bindings to allow access to the libmagic API. The libmagic library is also used by the familiar file(1) command. @@ -161,7 +162,7 @@ cd %{py3dir} %{_includedir}/magic.h %{_mandir}/man3/* -%files -n python-magic +%files -n python2-magic %{!?_licensedir:%global license %%doc} %license COPYING %doc python/README python/example.py @@ -183,6 +184,10 @@ cd %{py3dir} %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 5.31-8 +- Python 2 binary package renamed to python2-file + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Fri Aug 4 2017 Marek Cermak - 5.31-7 - Changes in commands and images magic files - Fixes awk/perl script recognition