diff --git a/nagstamon.spec b/nagstamon.spec index 1619456..cbdd30f 100644 --- a/nagstamon.spec +++ b/nagstamon.spec @@ -1,6 +1,6 @@ Name: nagstamon Version: 1.0.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Nagios status monitor for desktop License: GPLv2+ @@ -12,8 +12,8 @@ BuildRequires: pygtk2 BuildRequires: python2-devel BuildRequires: desktop-file-utils Requires: pygtk2 -Requires: python-setuptools -Requires: python-BeautifulSoup +Requires: python2-setuptools +Requires: python2-beautifulsoup %description Nagstamon is a Nagios status monitor which takes place in system tray @@ -64,6 +64,10 @@ desktop-file-install --dir %{buildroot}/%{_datadir}/applications\ %{python_sitelib}/%{name}*.egg-info %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 1.0.1-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild