Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion SPECS/cloud-init/cloud-init.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Cloud instance init scripts
Name: cloud-init
Version: 24.3.1
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -144,6 +144,9 @@ make check %{?_smp_mflags}
%config(noreplace) %{_sysconfdir}/cloud/cloud.cfg.d/10-azure-kvp.cfg

%changelog
* Fri Apr 03 2026 Dan Streetman <ddstreet@ieee.org> - 24.3.1-3
- Fix no-single-process patch typo

* Fri Jun 27 2025 Archana Shettigar <v-shettigara@microsoft.com> - 24.3.1-2
- Patch CVE-2024-6174 & CVE-2024-11584

Expand Down
2 changes: 1 addition & 1 deletion SPECS/cloud-init/no-single-process.patch
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ diff -ruN a/systemd/cloud-config.target b/systemd/cloud-config.target
-Wants=cloud-init-local.service cloud-init-network.service
-After=cloud-init-local.service cloud-init-network.service
+Wants=cloud-init-local.service cloud-init.service
+After=cloud-init-local.service cloud-init.servic
+After=cloud-init-local.service cloud-init.service
diff -ruN a/systemd/cloud-final.service.tmpl b/systemd/cloud-final.service.tmpl
--- a/systemd/cloud-final.service.tmpl 2024-08-30 14:19:57.000000000 -0700
+++ b/systemd/cloud-final.service.tmpl 2024-09-30 16:06:04.764625254 -0700
Expand Down
Loading