From d8953b0ea67f4bae6d80ac0673e0076e7008d416 Mon Sep 17 00:00:00 2001 From: Daniel Hilst <392820+dhilst@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:27:13 -0300 Subject: [PATCH] fix(xcat-genesis-base): bump package version to satisfy genesis-scripts The genesis-base deb version was frozen at an ancient value, below the lower bound required by xcat-genesis-scripts (xcat-genesis-base-amd64 >= 2.13.10). apt therefore refused to install it and its dependents. Bump the version to track current xCAT so the dependency resolves. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com> --- xCAT-genesis-builder/debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xCAT-genesis-builder/debian/changelog b/xCAT-genesis-builder/debian/changelog index 4ae900969..e8716f2dc 100644 --- a/xCAT-genesis-builder/debian/changelog +++ b/xCAT-genesis-builder/debian/changelog @@ -1,3 +1,10 @@ +xcat-genesis-base-amd64 (2.18.0) stable; urgency=low + + * Bump version to track current xCAT so the xcat-genesis-scripts dependency + (xcat-genesis-base-amd64 >= 2.13.10) is satisfiable. + + -- xCAT Tue, 23 Jun 2026 21:12:00 +0000 + xcat-genesis-base-amd64 (2.8) stable; urgency=low * Initial Release