-
Notifications
You must be signed in to change notification settings - Fork 597
Removed duplicate user space packages from OOT kmod specs #14860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
653b69d
Dummy change to unblock a buddy build.
PawelWMS 794915a
Initial changes to 'knem'.
PawelWMS 20c99b5
Clean up 'libxpmem' leftovers in xpmem-hwe.
PawelWMS e2e94a3
Disabling modules for default ARM64 kernel.
PawelWMS a05f8fc
Tweaking ARM64 builds.
PawelWMS e89f5ee
Tweaking ARM64 builds.
PawelWMS d808ca3
Stop building user space in xpmem.
PawelWMS d0b8dc0
Merge branch '3.0-dev' into pawelwi/user_space_clean-up
PawelWMS 7cda21f
Restoring 'mlnx-ofa_kernel-hwe-devel'.
PawelWMS 9e567d0
Remove extra files from 'xpmem-hwe'
PawelWMS 7a66c97
Remove unused BR
PawelWMS 548f7eb
Clean-up.
PawelWMS 0141ff1
Bumping releases.
PawelWMS eccce9c
Clean-up.
PawelWMS 7cc007a
Bump mofed deps.
PawelWMS abb2b08
Bump signed specs.
PawelWMS 47afe34
Bump specs.
PawelWMS c71fa5a
Bump remaining releases.
PawelWMS 77f0f9a
Merge branch '3.0-dev' into pawelwi/user_space_clean-up
PawelWMS cdfa434
Removing duplicate slash.
PawelWMS 15dd448
Clean-up 'if' statements.
PawelWMS 78da02c
Update changelog.
PawelWMS 3efa8ce
Aligning '%post*' scripts for 'xpmem*-modules' packages with other km…
PawelWMS 5bb1802
Removing kernel deps from user space packages.
PawelWMS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,12 +43,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_name: %define _name fwctl-hwe} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-22%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-23%{release_suffix}%{?dist}} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://nvidia.com | ||
Group: System Environment/Base | ||
|
@@ -73,7 +73,7 @@ fwctl signed kernel modules | |
|
||
%package -n %{_name} | ||
Summary: %{summary} | ||
Requires: mlnx-ofa_kernel-hwe = %{_mofed_full_version} | ||
Requires: mlnx-ofa_kernel | ||
Requires: mlnx-ofa_kernel-hwe-modules = %{_mofed_full_version} | ||
Requires: kernel-hwe = %{target_kernel_version_full} | ||
Requires: kmod | ||
|
@@ -120,6 +120,9 @@ fi # 1 : closed | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-fwctl-*.conf | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-23 | ||
- Adjusted package dependencies on user space components. | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 24.10-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -42,12 +42,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_name: %define _name fwctl} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-20%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-21%{release_suffix}%{?dist}} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 20%{release_suffix}%{?dist} | ||
Release: 21%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://nvidia.com | ||
Group: System Environment/Base | ||
|
@@ -119,6 +119,9 @@ fi # 1 : closed | |
|
||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-21 | ||
- Bump mofed release number | ||
|
||
* Thu May 29 2025 Nicolas Guibourge <[email protected]> - 24.10-20 | ||
- Add kernel version and release nb into release nb | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -39,12 +39,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_name: %define _name iser-hwe} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-22%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-23%{release_suffix}%{?dist}} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -68,7 +68,7 @@ iser signed kernel modules | |
|
||
%package -n %{_name} | ||
Summary: %{summary} | ||
Requires: mlnx-ofa_kernel-hwe = %{_mofed_full_version} | ||
Requires: mlnx-ofa_kernel | ||
Requires: mlnx-ofa_kernel-hwe-modules = %{_mofed_full_version} | ||
Requires: kernel-hwe = %{target_kernel_version_full} | ||
Requires: kmod | ||
|
@@ -112,6 +112,9 @@ fi # 1 : closed | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-iser-*.conf | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-23 | ||
- Adjusted package dependencies on user space components. | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 24.10-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -38,12 +38,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_name: %define _name iser} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-20%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-21%{release_suffix}%{?dist}} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 20%{release_suffix}%{?dist} | ||
Release: 21%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -110,6 +110,9 @@ fi # 1 : closed | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-21 | ||
- Bump mofed release number | ||
|
||
* Thu May 29 2025 Nicolas Guibourge <[email protected]> - 24.10-20 | ||
- Add kernel version and release nb into release nb | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -39,12 +39,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_name: %define _name isert-hwe} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-22%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-23%{release_suffix}%{?dist}} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -68,7 +68,7 @@ isert signed kernel modules | |
|
||
%package -n %{_name} | ||
Summary: %{summary} | ||
Requires: mlnx-ofa_kernel-hwe = %{_mofed_full_version} | ||
Requires: mlnx-ofa_kernel | ||
Requires: mlnx-ofa_kernel-hwe-modules = %{_mofed_full_version} | ||
Requires: kernel-hwe = %{target_kernel_version_full} | ||
Requires: kmod | ||
|
@@ -111,6 +111,9 @@ fi # 1 : closed | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-isert-*.conf | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-23 | ||
- Adjusted package dependencies on user space components. | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 24.10-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -38,12 +38,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_name: %define _name isert} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-20%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-21%{release_suffix}%{?dist}} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 20%{release_suffix}%{?dist} | ||
Release: 21%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -109,6 +109,9 @@ fi # 1 : closed | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-21 | ||
- Bump mofed release number | ||
|
||
* Thu May 29 2025 Nicolas Guibourge <[email protected]> - 24.10-20 | ||
- Add kernel version and release nb into release nb | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
Summary: KNEM: High-Performance Intra-Node MPI Communication | ||
Name: %{_name}-signed | ||
Version: 1.1.4.90mlnx3 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
Provides: knem-hwe-mlnx = %{version}-%{release} | ||
Obsoletes: knem-hwe-mlnx < %{version}-%{release} | ||
License: BSD and GPLv2 | ||
|
@@ -110,6 +110,9 @@ fi | |
/lib/modules/ | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 1.1.4.90mlnx3-23_6.12.50.2-1 | ||
- Bump release to rebuild for new release | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 1.1.4.90mlnx3-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 @@ | |
Summary: KNEM: High-Performance Intra-Node MPI Communication | ||
Name: %{_name}-signed | ||
Version: 1.1.4.90mlnx3 | ||
Release: 20%{release_suffix}%{?dist} | ||
Release: 21%{release_suffix}%{?dist} | ||
Provides: knem-mlnx = %{version}-%{release} | ||
Obsoletes: knem-mlnx < %{version}-%{release} | ||
License: BSD and GPLv2 | ||
|
@@ -108,6 +108,9 @@ fi | |
/lib/modules/ | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 1.1.4.90mlnx3-21 | ||
- Bump release to rebuild for new release | ||
|
||
* Thu May 29 2025 Nicolas Guibourge <[email protected]> - 1.1.4.90mlnx3-20 | ||
- Add kernel version and release nb into release nb | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
Name: %{_name}-signed | ||
Summary: %{_name} Kernel Module for the %{KVERSION} kernel | ||
Version: 4.30.0 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
License: Dual BSD/GPLv2 | ||
Group: System Environment/Kernel | ||
|
||
|
@@ -84,6 +84,9 @@ popd | |
/lib/modules/%{KVERSION}/updates/ | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 4.30.0-23_6.12.50.2-1 | ||
- Bump release to rebuild for new release | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 4.30.0-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -38,14 +38,14 @@ | |
|
||
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-22%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-23%{release_suffix}%{?dist}} | ||
|
||
%{!?_name: %define _name mlnx-nfsrdma-hwe} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -71,7 +71,7 @@ mellanox rdma signed kernel modules | |
|
||
%package -n %{_name} | ||
Summary: %{summary} | ||
Requires: mlnx-ofa_kernel-hwe = %{_mofed_full_version} | ||
Requires: mlnx-ofa_kernel | ||
Requires: mlnx-ofa_kernel-hwe-modules = %{_mofed_full_version} | ||
Requires: kernel-hwe = %{target_kernel_version_full} | ||
Requires: kmod | ||
|
@@ -119,6 +119,9 @@ fi | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-mlnx-nfsrdma-*.conf | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-23 | ||
- Adjusted package dependencies on user space components. | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 24.10-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -37,14 +37,14 @@ | |
|
||
%global KVERSION %{target_kernel_version_full} | ||
|
||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-20%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-21%{release_suffix}%{?dist}} | ||
|
||
%{!?_name: %define _name mlnx-nfsrdma} | ||
|
||
Summary: %{_name} Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 20%{release_suffix}%{?dist} | ||
Release: 21%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -117,6 +117,9 @@ fi | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-21 | ||
- Bump mofed release number | ||
|
||
* Thu May 29 2025 Nicolas Guibourge <[email protected]> - 24.10-20 | ||
- Add kernel version and release nb into release nb | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
Summary: Infiniband HCA Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com/ | ||
Group: System Environment/Base | ||
|
@@ -194,6 +194,9 @@ fi | |
%license %{_datadir}/licenses/%{_name}/copyright | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-23_6.12.50.2-1 | ||
- Bump release to rebuild for new release | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 24.10-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
Summary: Infiniband HCA Driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 20%{release_suffix}%{?dist} | ||
Release: 21%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com/ | ||
Group: System Environment/Base | ||
|
@@ -192,6 +192,9 @@ fi | |
%license %{_datadir}/licenses/%{_name}/copyright | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-21 | ||
- Bump release to rebuild for new release | ||
|
||
* Thu May 29 2025 Nicolas Guibourge <[email protected]> - 24.10-20 | ||
- Add kernel version and release nb into release nb | ||
|
||
|
This file contains hidden or 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,12 +43,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%define _name srp-hwe | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-22%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-23%{release_suffix}%{?dist}} | ||
|
||
Summary: srp driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 22%{release_suffix}%{?dist} | ||
Release: 23%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -73,7 +73,7 @@ srp kernel modules | |
|
||
%package -n %{_name} | ||
Summary: %{summary} | ||
Requires: mlnx-ofa_kernel-hwe = %{_mofed_full_version} | ||
Requires: mlnx-ofa_kernel | ||
Requires: mlnx-ofa_kernel-hwe-modules = %{_mofed_full_version} | ||
Requires: kernel-hwe = %{target_kernel_version_full} | ||
Requires: kmod | ||
|
@@ -112,6 +112,9 @@ popd | |
%license %{_datadir}/licenses/%{_name}/copyright | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-23 | ||
- Adjusted package dependencies on user space components. | ||
|
||
* Fri Oct 06 2025 Siddharth Chintamaneni <[email protected]> - 24.10-22_6.12.50.2-1 | ||
- Bump to match kernel-hwe | ||
- Fix signed spec for -hwe variant | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -42,12 +42,12 @@ | |
%global KVERSION %{target_kernel_version_full} | ||
|
||
%define _name srp | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-20%{release_suffix}%{?dist}} | ||
%{!?_mofed_full_version: %define _mofed_full_version 24.10-21%{release_suffix}%{?dist}} | ||
|
||
Summary: srp driver | ||
Name: %{_name}-signed | ||
Version: 24.10 | ||
Release: 20%{release_suffix}%{?dist} | ||
Release: 21%{release_suffix}%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -110,6 +110,9 @@ popd | |
%license %{_datadir}/licenses/%{_name}/copyright | ||
|
||
%changelog | ||
* Fri Oct 10 2025 Pawel Winogrodzki <[email protected]> - 24.10-21 | ||
- Bump mofed release number | ||
|
||
* Thu May 29 2025 Nicolas Guibourge <[email protected]> - 24.10-20 | ||
- Add kernel version and release nb into release nb | ||
|
||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.