From 355cfe022711cd93fc3e386eeece6be643f0b8a8 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Tue, 25 Jun 2024 16:56:02 +0100 Subject: [PATCH] coreos-base/coreos-init: Bump to fix flatcar-install custom key issue (#2062) Closes: https://github.com/flatcar/scripts/pull/1471 Signed-off-by: James Le Cuirot --- changelog/bugfixes/2024-06-25-flatcar-install-custom-key.md | 1 + ...eos-init-0.0.1-r193.ebuild => coreos-init-0.0.1-r194.ebuild} | 0 .../coreos-base/coreos-init/coreos-init-9999.ebuild | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/bugfixes/2024-06-25-flatcar-install-custom-key.md rename sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/{coreos-init-0.0.1-r193.ebuild => coreos-init-0.0.1-r194.ebuild} (100%) diff --git a/changelog/bugfixes/2024-06-25-flatcar-install-custom-key.md b/changelog/bugfixes/2024-06-25-flatcar-install-custom-key.md new file mode 100644 index 0000000000..86e12befce --- /dev/null +++ b/changelog/bugfixes/2024-06-25-flatcar-install-custom-key.md @@ -0,0 +1 @@ +- Fixed bad usage of gpg that prevented flatcar-install from being used with custom signing keys ([Flatcar#1471](https://github.com/flatcar/flatcar/pull/1471)) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r193.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r194.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r193.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r194.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild index 09fa0e8734..b2edc84912 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild @@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - EGIT_COMMIT="05e3d8b9c0f8e95d5044db5133b3e75d205f6d91" # flatcar-master + EGIT_COMMIT="ed0ce5ab08d77ff8fa775975961987ae2704fb34" # flatcar-master KEYWORDS="amd64 arm arm64 x86" fi