Skip to content

Commit 6e5e0d5

Browse files
authored
fabtests: update version to 1.18.0 (#10982)
1 parent 4d3ba3b commit 6e5e0d5

3 files changed

Lines changed: 23 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"fabtests-1.12.0rc1.tar.bz2": "9b0eff5d0e60e8113d4b0f09b749e78240c3a2344260c130355d06023cde23f0"
3+
"fabtests-1.18.0.tar.bz2": "9201ba020c3cf2f07dbf16d9837b565031f2eab664efd02f2e4345443983ae3e"
44
}
55
}

SPECS-EXTENDED/fabtests/fabtests.spec

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,45 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: fabtests
4-
Version: 1.12.0
5-
%global __rc rc1
4+
Version: 1.18.0
65
Release: 1%{?dist}
76
Summary: Test suite for libfabric API
7+
88
# include/jsmn.h and common/jsmn.c are licensed under MIT.
99
# All other source files permit distribution under BSD. Some of them
1010
# additionaly expressly allow the option to be licensed under GPLv2.
1111
# See the license headers in individual source files to see which those are.
1212
License: BSD and (BSD or GPLv2) and MIT
1313
Url: https://github.com/ofiwg/libfabric
14-
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
14+
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
15+
1516
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
17+
1618
BuildRequires: libfabric-devel >= %{version}
19+
%ifarch %{valgrind_arches}
1720
BuildRequires: valgrind-devel
21+
%endif
1822
BuildRequires: gcc
1923
BuildRequires: make
24+
Requires: python3-pytest
2025

2126
%description
2227
Fabtests provides a set of examples that uses libfabric - a high-performance
2328
fabric software library.
2429

2530
%prep
26-
%setup -q -n %{name}-%{version}%{__rc}
27-
%patch 0 -p2
31+
%setup -q -n %{name}-%{version}
32+
%patch -P0 -p2
2833

2934
%build
30-
%configure --with-valgrind
35+
%configure \
36+
%ifarch %{valgrind_arches}
37+
--with-valgrind
38+
%endif
39+
3140
make %{?_smp_mflags} V=1
3241

42+
3343
%install
3444
%make_install
3545
# remove unpackaged files from the buildroot
@@ -44,6 +54,10 @@ rm -f %{buildroot}%{_libdir}/*.la
4454
%license COPYING
4555

4656
%changelog
57+
* Fri Nov 08 2024 Jyoti Kanase <v-jykanase@microsoft.com> - 1.18.0-1
58+
- Update to 1.18.0
59+
- License verified
60+
4761
* Thu Oct 14 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.12.0-1
4862
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
4963
- Converting the 'Release' tag to the '[number].[distribution]' format.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3458,8 +3458,8 @@
34583458
"type": "other",
34593459
"other": {
34603460
"name": "fabtests",
3461-
"version": "1.12.0",
3462-
"downloadUrl": "https://github.com/ofiwg/libfabric/releases/download/v1.12.0rc1/fabtests-1.12.0rc1.tar.bz2"
3461+
"version": "1.18.0",
3462+
"downloadUrl": "https://github.com/ofiwg/libfabric/releases/download/v1.18.0/fabtests-1.18.0.tar.bz2"
34633463
}
34643464
}
34653465
},

0 commit comments

Comments
 (0)