From 03167701cbdf38904339d185fceab0a34b9cee0c Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 22:49:09 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/soundconverter.spec b/soundconverter.spec index cf3d3f6..cc5df7f 100644 --- a/soundconverter.spec +++ b/soundconverter.spec @@ -1,6 +1,6 @@ Name: soundconverter Version: 2.1.6 -Release: 6%{?dist} +Release: 7%{?dist} %global tar_ver %{version} @@ -24,7 +24,7 @@ BuildRequires: gnome-python2-canvas BuildRequires: gnome-python2-gnomevfs # enforce availability of this and its requirement "desktop-notification-daemon" -Requires: notify-python +Requires: python2-notify # version 2.10 is old enough not to need an explicit version here Requires: pygtk2 @@ -39,7 +39,7 @@ Requires: gnome-python2-canvas # after the two missing deps above Requires: gnome-python2-gnomevfs -Requires: gstreamer-python +Requires: python2-gstreamer # this is required by gstreamer-python already Requires: gstreamer-plugins-base # @@ -88,6 +88,10 @@ desktop-file-install \ %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 2.1.6-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild