diff --git a/mailnag.spec b/mailnag.spec index 7e6b386..d9652c2 100644 --- a/mailnag.spec +++ b/mailnag.spec @@ -1,6 +1,6 @@ Name: mailnag Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mail notification daemon License: GPLv2 @@ -10,11 +10,11 @@ Source0: https://github.com/pulb/%{name}/archive/v%{version}.tar.gz # python3 won't work (as of 0.4.2) Requires: python2 Requires: pygobject2 -Requires: gstreamer1-python -Requires: notify-python -Requires: pyxdg +Requires: python2-gstreamer1 +Requires: python2-notify +Requires: python2-pyxdg Requires: gnome-keyring -Requires: dbus-python +Requires: python2-dbus BuildArch: noarch BuildRequires: python2-devel @@ -70,6 +70,10 @@ fi %{_datadir}/icons/hicolor/*/apps/%{name}*png %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 1.2.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild