Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cloud-init for openSUSE:Factory checked in at 2026-08-18 16:35:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cloud-init (Old) and /work/SRC/openSUSE:Factory/.cloud-init.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-init" Tue Aug 18 16:35:43 2026 rev:112 rq:1371617 version:25.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes 2026-07-06 12:27:36.481555072 +0200 +++ /work/SRC/openSUSE:Factory/.cloud-init.new.1258/cloud-init.changes 2026-08-18 16:36:04.811063312 +0200 @@ -1,0 +2,5 @@ +Mon Aug 10 18:24:58 UTC 2026 - Robert Schweikert <[email protected]> + +- Add cloud-init-tsync.patch (bsc#1274554) + +------------------------------------------------------------------- New: ---- cloud-init-tsync.patch ----------(New B)---------- New: - Add cloud-init-tsync.patch (bsc#1274554) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cloud-init.spec ++++++ --- /var/tmp/diff_new_pack.NcqqOQ/_old 2026-08-18 16:36:05.994105635 +0200 +++ /var/tmp/diff_new_pack.NcqqOQ/_new 2026-08-18 16:36:06.002105921 +0200 @@ -60,6 +60,7 @@ # FIXME https://github.com/canonical/cloud-init/pull/6214 Patch12: cloud-init-needs-action.patch Patch13: cloud-init-write-routes.patch +Patch14: cloud-init-tsync.patch BuildRequires: fdupes BuildRequires: filesystem @@ -174,6 +175,7 @@ %patch -P 11 %patch -P 12 %patch -P 13 +%patch -P 14 # patch in the full version to version.py version_pys=$(find . -name version.py -type f) ++++++ cloud-init-tsync.patch ++++++ --- cloudinit/distros/opensuse.py.orig +++ cloudinit/distros/opensuse.py @@ -407,11 +407,7 @@ class Distro(distros.Distro): name = distro_info[0] major_ver = int(distro_info[1].split(".")[0]) - # This is horribly complicated because of a case of - # "we do not care if versions should be increasing syndrome" - if (major_ver >= 15 and "openSUSE" not in name) or ( - major_ver >= 15 and "openSUSE" in name and major_ver != 42 - ): + if (major_ver >= 15 or "micro" in name.lower()): self._preferred_ntp_clients = [ "chrony", "systemd-timesyncd",
