From 42839f31d71d18334dad695d44e41c6399053a4c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:43:54 +0000 Subject: import fabtests-1.5.3-1.el7 --- diff --git a/.fabtests.metadata b/.fabtests.metadata index ae9d629..6e46b34 100644 --- a/.fabtests.metadata +++ b/.fabtests.metadata @@ -1 +1 @@ -e757e812230a6017f5d577483db5c95530c9e248 SOURCES/fabtests-1.4.2.tar.bz2 +0c885f1a66b38732933f95aece0df5db9f0db5bb SOURCES/fabtests-1.5.3.tar.bz2 diff --git a/.gitignore b/.gitignore index 4da805a..3e522c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/fabtests-1.4.2.tar.bz2 +SOURCES/fabtests-1.5.3.tar.bz2 diff --git a/SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch b/SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch index 2662714..36aa128 100644 --- a/SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch +++ b/SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch @@ -1,18 +1,5 @@ -From 41d5a0d4048dc32ecbff36843e8aadad6b621ff5 Mon Sep 17 00:00:00 2001 -From: Michal Schmidt -Date: Tue, 19 Apr 2016 13:29:43 +0200 -Subject: [PATCH] adjust shebang lines in rft_yaml_to_junit_xml and - runfabtests.sh - -Do not use /usr/bin/env. Call the appropriate binary directly. -This way rpmbuild will record the right dependencies. ---- - scripts/rft_yaml_to_junit_xml | 2 +- - scripts/runfabtests.sh | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - diff --git a/scripts/rft_yaml_to_junit_xml b/scripts/rft_yaml_to_junit_xml -index feb646366a..2d3b3a30c4 100755 +index feb6463..2d3b3a3 100755 --- a/scripts/rft_yaml_to_junit_xml +++ b/scripts/rft_yaml_to_junit_xml @@ -1,4 +1,4 @@ @@ -22,7 +9,7 @@ index feb646366a..2d3b3a30c4 100755 # Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. # diff --git a/scripts/runfabtests.sh b/scripts/runfabtests.sh -index a73340c8a6..85aceba6e3 100755 +index b57a039..9b3f0e7 100755 --- a/scripts/runfabtests.sh +++ b/scripts/runfabtests.sh @@ -1,4 +1,4 @@ @@ -30,7 +17,4 @@ index a73340c8a6..85aceba6e3 100755 +#!/bin/bash # - # Copyright (c) 2016, Cisco Systems, Inc. All rights reserved. --- -2.7.3 - + # Copyright (c) 2017, Intel Corporation. All rights reserved. diff --git a/SPECS/fabtests.spec b/SPECS/fabtests.spec index b70b50f..84ddc59 100644 --- a/SPECS/fabtests.spec +++ b/SPECS/fabtests.spec @@ -1,8 +1,7 @@ Name: fabtests -Version: 1.4.2 +Version: 1.5.3 Release: 1%{?dist} Summary: Test suite for libfabric API -Group: System Environment/Libraries License: GPLv2 or BSD Url: http://www.github.com/ofiwg/fabtests Source: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2 @@ -37,10 +36,19 @@ rm -f %{buildroot}%{_libdir}/*.la %files %{_bindir}/* %{_mandir}/man7/* -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %{_prefix}/share/fabtests/test_configs %changelog +* Fri Jan 12 2018 Honggang Li - 1.5.3-1 +- Rebase to upstream release 1.5.3 +- Resolves: bz1533297 + +* Tue Oct 24 2017 Honggang Li - 1.5.1-1 +- Rebase to upstream release 1.5.1. +- Resolves: bz1505737 + * Thu May 18 2017 Honggang Li - 1.4.2-1 - Rebase to upstream release 1.4.2. - Resolves: bz1451214