diff --git a/.gitignore b/.gitignore index 1971c5f..aaeefae 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,5 @@ noarch/ .project *.src.rpm .build*.log -/perftest-1.3.0/ -/perftest-1.3.0-0.58.g8f82435.tar.gz -/perftest-2.0-0.52.g49ac91c.tar.gz -/perftest-2.0/ +/perftest-2.*.tar.gz +/perftest-2.*/ diff --git a/perftest.spec b/perftest.spec index f1c3226..360a292 100644 --- a/perftest.spec +++ b/perftest.spec @@ -1,16 +1,16 @@ Name: perftest Summary: IB Performance Tests -Version: 2.0 -Release: 3%{?dist} +Version: 2.2 +Release: 1%{?dist} License: GPLv2 or BSD Group: Productivity/Networking/Diagnostic -Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}-0.52.g49ac91c.tar.gz +Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}-0.17.g5eba807.tar.gz Url: http://www.openfabrics.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: libibverbs-devel > 1.1.4, librdmacm-devel > 1.0.14 BuildRequires: libibumad-devel > 1.3.6 Obsoletes: openib-perftest < 1.3 -ExcludeArch: s390 s390x +ExcludeArch: s390 s390x %{arm} %description Perftest is a collection of simple test programs designed to utilize @@ -27,17 +27,18 @@ export CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install -rm -rf %{buildroot} for file in ib_{atomic,read,send,write}_{lat,bw}; do install -D -m 0755 $file %{buildroot}%{_bindir}/$file done %files -%defattr(-, root, root) %doc README COPYING %_bindir/* %changelog +* Sun Jun 8 2014 Peter Robinson 2.2-1 +- Update to 2.2-17 + * Sat Jun 07 2014 Fedora Release Engineering - 2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 8974e7a..298a535 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59583944a45dcc25c8af4298e17fe057 perftest-2.0-0.52.g49ac91c.tar.gz +9c99334fd110d1b833b58b66bb385f98 perftest-2.2-0.17.g5eba807.tar.gz