$ git show --format=fuller --patch-with-stat --summary 01b37173f16b3ebed15cfb81fc44500f80892958
commit 01b37173f16b3ebed15cfb81fc44500f80892958
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Sat Feb 14 07:15:45 2026 +0100
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Sat Feb 14 07:15:45 2026 +0100
Add some missing dependencies that broke getting an IP from Contabo
---
cloud-init.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/cloud-init.spec b/cloud-init.spec
index 2d035a6..a77f60d 100644
--- a/cloud-init.spec
+++ b/cloud-init.spec
@@ -8,7 +8,7 @@
Summary: Cloud instance initialization tool
Name: cloud-init
Version: 25.3
-Release: 1
+Release: 2
Source0: https://github.com/canonical/cloud-init/archive/%{version}/%{name}-%{version}.tar.gz
Source1: https://src.fedoraproject.org/rpms/cloud-init/raw/rawhide/f/cloud-init-tmpfiles.conf
License: Dual GPLv3/Apache 2.0
@@ -57,6 +57,9 @@ Requires: growpart
# Apparently missed by the dependency generator:
Requires: python%{pyver}dist(distro)
Requires: python%{pyver}dist(pyserial)
+# Needed at least to run in Contabo (Proxmox):
+Requires: python%{pyver}dist(configobj)
+Requires: python%{pyver}dist(jsonpatch)
BuildArch: noarch
%description