diff --git a/nfsometer.spec b/nfsometer.spec index 3a5c165..bc251fe 100644 --- a/nfsometer.spec +++ b/nfsometer.spec @@ -1,6 +1,6 @@ Name: nfsometer Version: 1.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: NFS Performance Framework Tool Group: Applications/System @@ -9,14 +9,14 @@ URL: http://wiki.linux-nfs.org/wiki/index.php/NFSometer Source0: http://www.linux-nfs.org/~dros/nfsometer/releases/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-setuptools -BuildRequires: numpy -BuildRequires: python-matplotlib -BuildRequires: python-mako +BuildRequires: python2-setuptools +BuildRequires: python2-numpy +BuildRequires: python2-matplotlib +BuildRequires: python2-mako Requires: nfs-utils -Requires: python-matplotlib -Requires: numpy -Requires: python-mako +Requires: python2-matplotlib +Requires: python2-numpy +Requires: python2-mako Requires: filebench Requires: time Requires: git @@ -45,6 +45,10 @@ python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %changelog +* Tue Feb 20 2018 Iryna Shcherbina - 1.8-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 1.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild