diff --git a/SPECS/kpatch/kpatch.spec b/SPECS/kpatch/kpatch.spec index 9c6c97498fe..87652ddfc91 100644 --- a/SPECS/kpatch/kpatch.spec +++ b/SPECS/kpatch/kpatch.spec @@ -1,7 +1,7 @@ Summary: Kpatch tooling Name: kpatch Version: 0.9.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Vendor: Microsoft Corporation Distribution: Mariner @@ -17,6 +17,8 @@ BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: kernel-headers +ExclusiveArch: x86_64 + %description Kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes. @@ -70,6 +72,9 @@ rm -rf %{buildroot}%{_mandir} %{_bindir}/kpatch-build %changelog +* Fri Jun 17 2022 Jon Slobodzian - 0.9.6-2 +- Fix ARM64 build break (exclusive to AMD64) + * Wed Jun 01 2022 Pawel Winogrodzki - 0.9.6-1 - Original version for CBL-Mariner. - License verified.