-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix kernel aarch64 package build break due to missing CONFIG_IMA_KEXEC (
#171)
- Loading branch information
1 parent
563639e
commit 6e9a239
Showing
5 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Summary: Signed Linux Kernel for aarch64 systems | ||
Name: kernel-signed-aarch64 | ||
Version: 5.4.51 | ||
Release: 8%{?dist} | ||
Release: 9%{?dist} | ||
License: GPLv2 | ||
URL: https://github.com/microsoft/WSL2-Linux-Kernel | ||
Group: System Environment/Kernel | ||
|
@@ -85,6 +85,8 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%config %{_localstatedir}/lib/initramfs/kernel/%{uname_r} | ||
|
||
%changelog | ||
* Fri Oct 02 2020 Chris Co <[email protected]> 5.4.51-9 | ||
- Update release number | ||
* Wed Sep 30 2020 Emre Girgin <[email protected]> 5.4.51-8 | ||
- Update postun script to deal with removal in case of another installed kernel. | ||
* Fri Sep 25 2020 Suresh Babu Chalamalasetty <[email protected]> 5.4.51-7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Summary: Signed Linux Kernel for x86_64 systems | ||
Name: kernel-signed-x64 | ||
Version: 5.4.51 | ||
Release: 8%{?dist} | ||
Release: 9%{?dist} | ||
License: GPLv2 | ||
URL: https://github.com/microsoft/WSL2-Linux-Kernel | ||
Group: System Environment/Kernel | ||
|
@@ -85,6 +85,8 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%config %{_localstatedir}/lib/initramfs/kernel/%{uname_r} | ||
|
||
%changelog | ||
* Fri Oct 02 2020 Chris Co <[email protected]> 5.4.51-9 | ||
- Update release number | ||
* Wed Sep 30 2020 Emre Girgin <[email protected]> 5.4.51-8 | ||
- Update postun script to deal with removal in case of another installed kernel. | ||
* Fri Sep 25 2020 Suresh Babu Chalamalasetty <[email protected]> 5.4.51-7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"Signatures": { | ||
"config": "f01b1c109f869c92acd3ecb693420891f3480ec0f91663e6168bb19ebf7d4a83", | ||
"config_aarch64": "5405f228f0da37ad2460047c83930f89d76f7697fd3835848ef2092587d78104", | ||
"config_aarch64": "3057cf5c5f04b57c4d69f9783d4809de217fb46a4278694c19f6c3ffd81249c5", | ||
"linux-msft-5.4.51.tar.gz": "3bcd6b09e952fac4f708614658b508ce80c8e25c04780b6b44a481b1479a08e7" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Summary: Linux Kernel | ||
Name: kernel | ||
Version: 5.4.51 | ||
Release: 8%{?dist} | ||
Release: 9%{?dist} | ||
License: GPLv2 | ||
URL: https://github.com/microsoft/WSL2-Linux-Kernel | ||
Group: System Environment/Kernel | ||
|
@@ -333,6 +333,8 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%{_libdir}/perf/include/bpf/* | ||
|
||
%changelog | ||
* Fri Oct 02 2020 Chris Co <[email protected]> 5.4.51-9 | ||
- Fix aarch64 build error | ||
* Wed Sep 30 2020 Emre Girgin <[email protected]> 5.4.51-8 | ||
- Update postun script to deal with removal in case of another installed kernel. | ||
* Fri Sep 25 2020 Suresh Babu Chalamalasetty <[email protected]> 5.4.51-7 | ||
|