From 9837104f8e2150267d92579ed60692c8b84e8b6e Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 09:32:15 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/abrt-server-info-page.spec b/abrt-server-info-page.spec index a84e219..2c3983e 100644 --- a/abrt-server-info-page.spec +++ b/abrt-server-info-page.spec @@ -1,7 +1,7 @@ Summary: Web page with summary of ABRT services Name: abrt-server-info-page Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ URL: https://github.com/marusak/abrt-server-info-page # source is created by: @@ -13,9 +13,9 @@ BuildArch: noarch BuildRequires: python2-devel -Requires: python-flask >= 0.10 +Requires: python2-flask >= 0.10 Requires: httpd -Requires: mod_wsgi +Requires: python2-mod_wsgi %description Web page for use as front page of ABRT servers. Contains information about @@ -48,6 +48,10 @@ cp -a static/* %{buildroot}/%{python_sitelib}/abrt-server-info-page/static systemctl condrestart httpd %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 1.4-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild