|
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.57.1 |
9 | | -%global target_kernel_release 6 |
| 8 | +%global target_azl_build_kernel_version 6.12.78.2 |
| 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 25.07-6%{release_suffix}%{?dist}} |
| 16 | +%{!?_mofed_full_version: %define _mofed_full_version 25.07-7%{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: 30%{release_suffix}%{?dist} |
| 24 | +Release: 31%{release_suffix}%{?dist} |
25 | 25 | License: GPLv2 and LGPLv2.1 |
26 | 26 | Group: System Environment/Libraries |
27 | 27 | Vendor: Microsoft Corporation |
@@ -93,6 +93,9 @@ if [ $1 = 0 ]; then # 1 : Erase, not upgrade |
93 | 93 | fi |
94 | 94 |
|
95 | 95 | %changelog |
| 96 | +* Fri Mar 27 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.7.4-31_6.12.78.2.1 |
| 97 | +- Bump release to rebuild for new kernel release |
| 98 | + |
96 | 99 | * Fri Mar 06 2026 Suresh Babu Chalamalasetty <schalam@microsoft.com> - 2.7.4-30_6.12.57.1.6 |
97 | 100 | - Bump to match kernel-hwe. |
98 | 101 |
|
|
0 commit comments