-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping kernel release to match kernel release
- Loading branch information
Showing
4 changed files
with
16 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-signed-%{buildarch} | ||
Version: 6.6.47.1 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -145,6 +145,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Wed Sep 04 2024 Andy Zaugg <[email protected]> - 6.6.47.1-3 | ||
- Bump release to match kernel | ||
|
||
* Thu Aug 29 2024 Jo Zzsi <[email protected]> - 6.6.47.1-2 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Summary: Signed Unified Kernel Image for %{buildarch} systems | ||
Name: kernel-uki-signed-%{buildarch} | ||
Version: 6.6.47.1 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -65,6 +65,9 @@ popd | |
/lib/modules/%{kernelver}/vmlinuz-uki.efi | ||
|
||
%changelog | ||
* Wed Sep 04 2024 Andy Zaugg <[email protected]> - 6.6.47.1-3 | ||
- Bump release to match kernel | ||
|
||
* Thu Aug 29 2024 Jo Zzsi <[email protected]> - 6.6.47.1-2 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
Summary: Linux API header files | ||
Name: kernel-headers | ||
Version: 6.6.47.1 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -75,6 +75,9 @@ done | |
%endif | ||
|
||
%changelog | ||
* Wed Sep 04 2024 Andy Zaugg <[email protected]> - 6.6.47.1-3 | ||
- Bump release to match kernel | ||
|
||
* Thu Aug 29 2024 Jo Zzsi <[email protected]> - 6.6.47.1-2 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
Summary: Unified Kernel Image | ||
Name: kernel-uki | ||
Version: 6.6.47.1 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -70,6 +70,9 @@ ln -s /boot/vmlinuz-uki-%{kernelver}.efi %{buildroot}/lib/modules/%{kernelver}/v | |
/lib/modules/%{kernelver}/vmlinuz-uki.efi | ||
|
||
%changelog | ||
* Wed Sep 04 2024 Andy Zaugg <[email protected]> - 6.6.47.1-3 | ||
- Bump release to match kernel | ||
|
||
* Thu Aug 29 2024 Jo Zzsi <[email protected]> - 6.6.47.1-2 | ||
- Remove usrmount from initrd | ||
|
||
|