diff --git a/rrdtool.spec b/rrdtool.spec index cf60573..a48f7c0 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -18,7 +18,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.7.0 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -41,7 +41,7 @@ Requires(postun): systemd BuildRequires: gcc-c++, openssl-devel, freetype-devel BuildRequires: libpng-devel, zlib-devel, intltool >= 0.35.0 BuildRequires: cairo-devel >= 1.4.6, pango-devel >= 1.17 -BuildRequires: libtool, groff, python-setuptools +BuildRequires: libtool, groff, python2-setuptools BuildRequires: gettext, libxml2-devel, systemd %if %{with_dbi} BuildRequires: libdbi-devel @@ -102,8 +102,8 @@ Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python RRDtool bindings Group: Development/Languages -BuildRequires: python-devel -Requires: python >= %{rrd_python_version} +BuildRequires: python2-devel +Requires: python2 >= %{rrd_python_version} Requires: %{name} = %{version}-%{release} Obsoletes: python-%{name} < %{version}-%{release} Provides: python-%{name} = %{version}-%{release} @@ -406,6 +406,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 1.7.0-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.7.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild