From 4706cfb5bc0d7372834ae51b725514da7d365c42 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 20 Feb 2018 10:50:25 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- livecd-tools.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/livecd-tools.spec b/livecd-tools.spec index 886ebb0..cb1b9a4 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -10,7 +10,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 25.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -82,12 +82,12 @@ Summary: Python 2 modules for building system images Group: System Environment/Base %{?python_provide:%python_provide python2-imgcreate} Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release} -Requires: pyparted +Requires: python2-pyparted Requires: python2-dnf >= 1.1.0 -Requires: python-kickstart -Requires: python-six -Requires: libselinux-python -Requires: dbus-python +Requires: python2-kickstart +Requires: python2-six +Requires: python2-libselinux +Requires: python2-dbus %description -n python2-imgcreate Python 2 modules that can be used for building images for things @@ -188,6 +188,10 @@ rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-* %endif %changelog +* Tue Feb 20 2018 Iryna Shcherbina - 1:25.0-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Igor Gnatenko - 1:25.0-3 - Escape macros in %%changelog