From 3fd5355af8d8b29903fb94b089a28de55f12ecd1 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 14 Nov 2018 17:02:16 +0100 Subject: [PATCH] Resolves: #1649547 - reintroduce the python2-magic subpackage needed by python2-bugzilla --- file.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/file.spec b/file.spec index b712446..f8dac3e 100644 --- a/file.spec +++ b/file.spec @@ -5,8 +5,8 @@ %bcond_with python3 %endif -# python2 is not available on RHEL > 7 and not needed on Fedora > 29 -%if 0%{?rhel} > 7 || 0%{?fedora} > 29 +# python2 is not available on RHEL > 7 and not needed on Fedora > 30 +%if 0%{?rhel} > 7 || 0%{?fedora} > 30 %bcond_with python2 %else %bcond_without python2 @@ -15,7 +15,7 @@ Summary: A utility for determining file types Name: file Version: 5.34 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -208,6 +208,9 @@ cd %{py3dir} %endif %changelog +* Wed Nov 14 2018 Kamil Dudka - 5.34-5 +- reintroduce the python2-magic subpackage needed by python2-bugzilla (#1649547) + * Mon Nov 12 2018 Kamil Dudka - 5.34-4 - add magic for eBPF objects (#1648667)