Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit02f28a4

Browse files
authored
Enable ARM64 build for ibarr/ibsim/mlnx-ethtool/multiperf (#14682)
1 parent5bde6d6 commit02f28a4

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

‎SPECS/ibarr/ibarr.spec‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Name:ibarr
22
Version:0.1.3
3-
Release:2%{?dist}
3+
Release:3%{?dist}
44
Summary:Nvidia address and route userspace resolution services for Infiniband
55
Vendor: Microsoft Corporation
66
Distribution: Azure Linux
77
Source0: https://linux.mellanox.com/public/repo/mlnx_ofed/24.10-0.7.0.0/SRPMS/ibarr-0.1.3.tar.gz#/%{name}-%{version}.tar.gz
88
Group:Applications/System
99
License:(GPL-2.0 WITH Linux-syscall-note) ORBSD-2-Clause
10-
ExclusiveArch:x86_64
1110

1211
BuildRequires:cmake
1312
BuildRequires:gcc
@@ -55,6 +54,8 @@ rm -rf $RPM_BUILD_ROOT
5554
/lib/systemd/system/%{name}.service
5655

5756
%changelog
58-
*Tue Dec 17 2024Binu Jose Philip <bphilip@microsoft.com>
57+
*Mon Sep 15 2025Elaheh Dehghani<edehghani@microsoft.com> -0.1.3-3
58+
-Enable ARM64 build by removing ExclusiveArch
59+
*Tue Dec 17 2024Binu Jose Philip<bphilip@microsoft.com> -0.1.3-2
5960
-Initial Azure Linux import from NVIDIA (license: GPLv2)
6061
-License verified

‎SPECS/ibsim/ibsim.spec‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
Summary: InfiniBand fabric simulator for management
66
Name: ibsim
77
Version: 0.12
8-
Release:1%{?dist}
8+
Release:2%{?dist}
99
License: GPLv2 or BSD
1010
Group: System Environment/Libraries
1111
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1212
Source0: https://linux.mellanox.com/public/repo/mlnx_ofed/24.10-0.7.0.0/SRPMS/ibsim-0.12.tar.gz#/ibsim-%{version}.tar.gz
1313
Url: https://github.com/linux-rdma/ibsim
1414
Vendor: Microsoft Corporation
1515
Distribution: Azure Linux
16-
ExclusiveArch:x86_64
1716

1817
BuildRequires: libibmad-devel
1918
BuildRequires: libibumad-devel
@@ -48,6 +47,8 @@ rm -rf $RPM_BUILD_ROOT
4847
%license COPYING
4948

5049
%changelog
51-
*Tue Dec 17 2024Binu Jose Philip <bphilip@microsoft.com>
50+
*Mon Sep 15 2025Elaheh Dehghani<edehghani@microsoft.com> -0.12-2
51+
-Enable ARM64 build by removing ExclusiveArch
52+
*Tue Dec 17 2024Binu Jose Philip<bphilip@microsoft.com> -0.12-1
5253
-Initial Azure Linux import from NVIDIA (license: GPLv2)
5354
-License verified

‎SPECS/mlnx-ethtool/mlnx-ethtool.spec‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: mlnx-ethtool
22
Version: 6.9
3-
Release:2%{?dist}
3+
Release:3%{?dist}
44
Group: Utilities
55
Summary: Settings tool for Ethernet and other network devices
66
License: GPLv2
@@ -9,7 +9,6 @@ Distribution: Azure Linux
99
URL: https://ftp.kernel.org/pub/software/network/ethtool/
1010
Buildroot: /var/tmp/%{name}-%{version}-build
1111
Source0: https://linux.mellanox.com/public/repo/mlnx_ofed/24.10-0.7.0.0/SRPMS/mlnx-ethtool-6.9.tar.gz#/%{name}-%{version}.tar.gz
12-
ExclusiveArch:x86_64
1312

1413
BuildRequires: libmnl-devel
1514

@@ -41,6 +40,8 @@ make install DESTDIR=${RPM_BUILD_ROOT}
4140

4241

4342
%changelog
44-
*Tue Dec 17 2024Binu Jose Philip <bphilip@microsoft.com>
43+
*Mon Sep 15 2025Elaheh Dehghani<edehghani@microsoft.com> -6.9-3
44+
-Enable ARM64 build by removing ExclusiveArch
45+
*Tue Dec 17 2024Binu Jose Philip<bphilip@microsoft.com> -6.9-2
4546
-Initial Azure Linux import from NVIDIA (license: GPLv2)
4647
-License verified

‎SPECS/multiperf/multiperf.spec‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Name: multiperf
22
Summary: IB Performance tests
33
Version: 3.0
4-
Release:1%{?dist}
4+
Release:2%{?dist}
55
License: BSD 3-Clause, GPL v2 or later
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
Group: Productivity/Networking/Diagnostic
99
Source0: https://linux.mellanox.com/public/repo/mlnx_ofed/24.10-0.7.0.0/SRPMS/multiperf-3.0.tar.gz#/%{name}-%{version}.tar.gz
1010
Url: ""
1111
BuildRoot: /var/tmp/%{name}-%{version}-build
12-
ExclusiveArch:x86_64
1312

1413
BuildRequires: libibverbs-devel
1514

@@ -37,7 +36,9 @@ rm -rf ${RPM_BUILD_ROOT}
3736
%_bindir/*
3837

3938
%changelog
40-
*Tue Dec 17 2024Binu Jose Philip <bphilip@microsoft.com>
39+
*Mon Sep 15 2025Elaheh Dehghani<edehghani@microsoft.com> -3.0-2
40+
-Enable ARM64 build by removing ExclusiveArch
41+
*Tue Dec 17 2024Binu Jose Philip<bphilip@microsoft.com> -3.0-1
4142
-Initial Azure Linux import from NVIDIA (license: GPLv2)
4243
-License verified
4344
*Sun Feb 08 2015 -gilr@mellanox.com

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp