-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ License: GPLv2 or BSD | |
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Url: https://github.com/linux-rdma/rdma-core | ||
Source: rdma-core-%{version}.tar.gz | ||
Source: https://github.com/linux-rdma/rdma-core/rdma-core-%{version}.tar.gz | ||
# OFED: Build static libs by default. | ||
%define with_static %{?_without_static: 0} %{?!_without_static: 1} | ||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | ||
|
@@ -790,6 +790,7 @@ fi | |
%changelog | ||
* Tue Jan 07 2025 Elaheh Dehghani <[email protected]> | ||
- Move from internal to extended. | ||
- License verified | ||
|
||
* Thu Nov 07 2024 Suresh Babu Chalamalasetty <[email protected]> | ||
- Initial version Azure Linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters