Skip to content
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

Fix ARM64 Build Break #3191

Merged
merged 1 commit into from
Jun 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion SPECS/kpatch/kpatch.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -70,6 +72,9 @@ rm -rf %{buildroot}%{_mandir}
%{_bindir}/kpatch-build

%changelog
* Fri Jun 17 2022 Jon Slobodzian <[email protected]> - 0.9.6-2
- Fix ARM64 build break (exclusive to AMD64)

* Wed Jun 01 2022 Pawel Winogrodzki <[email protected]> - 0.9.6-1
- Original version for CBL-Mariner.
- License verified.