From 85b21289c263b98e27b4693b0a90753b76e9b810 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 09:53:12 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/pynag.spec b/pynag.spec index b4f35d2..6ffdcb0 100644 --- a/pynag.spec +++ b/pynag.spec @@ -6,12 +6,12 @@ Summary: Python modules and utilities for Nagios plugins and configuration Name: pynag Version: 0.9.1 -Release: 7%{?dist} +Release: 8%{?dist} Source0: http://pypi.python.org/packages/source/p/pynag/pynag-%{version}.tar.gz License: GPLv2 Group: System Environment/Libraries -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Url: http://pynag.org/ BuildArch: noarch @@ -70,6 +70,10 @@ rm -fr $RPM_BUILD_ROOT %doc examples/README %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.9.1-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.9.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild