From 722d7637919ae8b240cb019c6f3ed9b983965236 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 18 2018 12:53:31 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/zziplib.spec b/zziplib.spec index dab3b42..c791372 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -1,14 +1,14 @@ Summary: Lightweight library to easily extract data from zip files Name: zziplib Version: 0.13.68 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ or MPLv1.1 Group: Applications/Archiving URL: http://zziplib.sourceforge.net/ Source: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz Patch0: zziplib-0.13.67-multilib.patch BuildRequires: perl-interpreter -BuildRequires: python +BuildRequires: python2 BuildRequires: zip BuildRequires: xmlto BuildRequires: zlib-devel @@ -104,6 +104,10 @@ make install DESTDIR=%{buildroot} %{_mandir}/man3/* %changelog +* Sun Mar 18 2018 Iryna Shcherbina - 0.13.68-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 14 2018 Alexander Bokovoy - 0.13.68-1 - 0.13.68 - Fixes: #1543942 (CVE-2018-6484)