|
5 | 5 | %define __os_install_post %{__os_install_post_leave_signatures} %{nil} |
6 | 6 |
|
7 | 7 | # hard code versions due to ADO bug:58993948 |
8 | | -%global target_azl_build_kernel_version 6.12.50.2 |
| 8 | +%global target_azl_build_kernel_version 6.12.57.1 |
9 | 9 | %global target_kernel_release 1 |
10 | 10 | %global target_kernel_version_full %{target_azl_build_kernel_version}-%{target_kernel_release}%{?dist} |
11 | 11 | %global release_suffix _%{target_azl_build_kernel_version}.%{target_kernel_release} |
12 | 12 |
|
13 | 13 | %global KVERSION %{target_kernel_version_full} |
14 | 14 |
|
15 | 15 | %define _name xpmem-hwe-modules |
16 | | -%{!?_mofed_full_version: %define _mofed_full_version 24.10-23%{release_suffix}%{?dist}} |
| 16 | +%{!?_mofed_full_version: %define _mofed_full_version 24.10-24%{release_suffix}%{?dist}} |
17 | 17 |
|
18 | 18 | # xpmem-modules is a sub-package in SPECS/xpmem. |
19 | 19 | # We are making that into a main package for signing. |
20 | 20 |
|
21 | 21 | Summary: Cross-partition memory |
22 | 22 | Name: %{_name}-signed |
23 | 23 | Version: 2.7.4 |
24 | | -Release: 23%{release_suffix}%{?dist} |
| 24 | +Release: 24%{release_suffix}%{?dist} |
25 | 25 | License: GPLv2 and LGPLv2.1 |
26 | 26 | Group: System Environment/Libraries |
27 | 27 | Vendor: Microsoft Corporation |
@@ -94,6 +94,9 @@ if [ $1 = 0 ]; then # 1 : Erase, not upgrade |
94 | 94 | fi |
95 | 95 |
|
96 | 96 | %changelog |
| 97 | +* Wed Nov 05 2025 Siddharth Chintamaneni <sidchintamaneni@gmail.com> - 2.7.4-24_6.12.57.1.1 |
| 98 | +- Bump to match kernel-hwe |
| 99 | + |
97 | 100 | * Fri Oct 10 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.7.4-23_6.12.50.2-1 |
98 | 101 | - Adjusted package dependencies on user space components. |
99 | 102 | - Align %%post* scripts with other kmod packages. |
|
0 commit comments