Rebase to upstream release v1.6.0
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
b11b526a4c
commit
372dfa5e18
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/fabtests-1.3.0.tar.bz2
|
/fabtests-1.3.0.tar.bz2
|
||||||
/fabtests-1.4.0.tar.bz2
|
/fabtests-1.4.0.tar.bz2
|
||||||
/fabtests-1.4.1.tar.bz2
|
/fabtests-1.4.1.tar.bz2
|
||||||
|
/fabtests-1.6.0.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 41d5a0d4048dc32ecbff36843e8aadad6b621ff5 Mon Sep 17 00:00:00 2001
|
From c97eca499945232f0e6d40b254e64b168261931e Mon Sep 17 00:00:00 2001
|
||||||
From: Michal Schmidt <mschmidt@redhat.com>
|
From: Michal Schmidt <mschmidt@redhat.com>
|
||||||
Date: Tue, 19 Apr 2016 13:29:43 +0200
|
Date: Tue, 19 Apr 2016 13:29:43 +0200
|
||||||
Subject: [PATCH] adjust shebang lines in rft_yaml_to_junit_xml and
|
Subject: [PATCH] adjust shebang lines in rft_yaml_to_junit_xml and
|
||||||
@ -12,7 +12,7 @@ This way rpmbuild will record the right dependencies.
|
|||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/scripts/rft_yaml_to_junit_xml b/scripts/rft_yaml_to_junit_xml
|
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
|
--- a/scripts/rft_yaml_to_junit_xml
|
||||||
+++ b/scripts/rft_yaml_to_junit_xml
|
+++ b/scripts/rft_yaml_to_junit_xml
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
@ -22,7 +22,7 @@ index feb646366a..2d3b3a30c4 100755
|
|||||||
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
diff --git a/scripts/runfabtests.sh b/scripts/runfabtests.sh
|
diff --git a/scripts/runfabtests.sh b/scripts/runfabtests.sh
|
||||||
index a73340c8a6..85aceba6e3 100755
|
index decb11a..8cc02f5 100755
|
||||||
--- a/scripts/runfabtests.sh
|
--- a/scripts/runfabtests.sh
|
||||||
+++ b/scripts/runfabtests.sh
|
+++ b/scripts/runfabtests.sh
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
@ -30,7 +30,7 @@ index a73340c8a6..85aceba6e3 100755
|
|||||||
+#!/bin/bash
|
+#!/bin/bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016, Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2017, Intel Corporation. All rights reserved.
|
||||||
--
|
--
|
||||||
2.7.3
|
2.17.0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.4.1
|
Version: 1.6.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Test suite for libfabric API
|
Summary: Test suite for libfabric API
|
||||||
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
||||||
# All other source files permit distribution under BSD. Some of them
|
# All other source files permit distribution under BSD. Some of them
|
||||||
@ -39,6 +39,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 10 2018 Honggang Li <honli@redhat.com> - 1.6.0-1
|
||||||
|
- Rebase to upstream release v1.6.0
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-4
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fabtests-1.4.1.tar.bz2) = 21d6a4d0d516199ff9521c58889d63bc8e854c56603d4324e127850428f0bd118057fb671d13acc3da31f097dbd1d04f7b4e026c8a1d241051eb0c45a6fd98ca
|
SHA512 (fabtests-1.6.0.tar.bz2) = 134754e590a232703b7f27cd7c3967a9e3f5c355795a4acf0f80a639d7b87a426331dc8dcaa11f4623cc396efb8fcaccb5533f3ff18e5473e7e2a6ae1fb6c8ee
|
||||||
|
Loading…
Reference in New Issue
Block a user