diff --git a/SPECS-SIGNED/srp-signed/srp-signed.spec b/SPECS-SIGNED/srp-signed/srp-signed.spec index 472cb216ff0..e28e1d1aed0 100644 --- a/SPECS-SIGNED/srp-signed/srp-signed.spec +++ b/SPECS-SIGNED/srp-signed/srp-signed.spec @@ -30,7 +30,7 @@ # The default %%__os_install_post macro ends up stripping the signatures off of the kernel module. %define __os_install_post %{__os_install_post_leave_signatures} %{nil} -%if 0%{azl} +%if 0%{?azl} %global target_kernel_version_full %(/bin/rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel-headers) %else %global target_kernel_version_full f.a.k.e @@ -41,7 +41,7 @@ Summary: srp driver Name: srp Version: 24.10 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Url: http://www.mellanox.com Group: System Environment/Base @@ -99,6 +99,9 @@ popd %license %{_datadir}/licenses/%{name}/copyright %changelog +* Wed Feb 11 2025 Sam Meluch - 24.10-7 +- fix broken azl macro for fasttrack + * Wed Feb 05 2025 Tobias Brick - 24.10-6 - Bump release to rebuild for new kernel release diff --git a/SPECS/srp/srp.spec b/SPECS/srp/srp.spec index 9edc2e99708..7596fd52dab 100644 --- a/SPECS/srp/srp.spec +++ b/SPECS/srp/srp.spec @@ -28,7 +28,7 @@ %global last-known-kernel 6.6.64.2 -%if 0%{azl} +%if 0%{?azl} %global target_kernel_version_full %(/bin/rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel-headers) %else %global target_kernel_version_full f.a.k.e @@ -64,7 +64,7 @@ Summary: srp driver Name: srp Version: 24.10 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Url: http://www.mellanox.com Group: System Environment/Base @@ -253,6 +253,9 @@ fi %endif %changelog +* Wed Feb 11 2025 Sam Meluch - 24.10-7 +- fix broken azl macro for fasttrack + * Wed Feb 05 2025 Tobias Brick - 24.10-6 - Bump release to rebuild for new kernel release