From 338608dd84ef0613abdb8e9fd7e975760e1ba2c01dd9ca3ea31f601376cea6ed Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Wed, 21 Aug 2024 09:36:04 +0000 Subject: [PATCH] - Update to version 4.5.6 with following changes: * Show more information during wwctl container about when and if the container image will be rebuilt. * Command-line completion for wwctl overlay . * Display an error during boot if no container is defined. * wwctl conaitner list --kernel shows the kernel detected for each container. * wwctl container list --size shows the uncompressed size of each container. --compressed shows the compressed size, and --chroot shows the size of the container i source on the server. * Add a logrotate config for warewulfd.log. - removed following patches as accepted upstream: * empty-container.patch * enhanced-cont-list.patch * fix-overlay-built.patch * issue-motd.patch * oci-vars.patch * verbose-exec.patch OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=86 --- warewulf4.changes | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/warewulf4.changes b/warewulf4.changes index 1af1a41..3ee27c3 100644 --- a/warewulf4.changes +++ b/warewulf4.changes @@ -2,14 +2,23 @@ ------------------------------------------------------------------- Fri Aug 09 12:39:33 UTC 2024 - cgoll@suse.com -- Update to version 4.5.6: - * removed following patches as accpted upstream: - - empty-container.patch - - enhanced-cont-list.patch - - fix-overlay-built.patch - - issue-motd.patch - - oci-vars.patch - - verbose-exec.patch +- Update to version 4.5.6 with following changes: + * Show more information during wwctl container about + when and if the container image will be rebuilt. + * Command-line completion for wwctl overlay . + * Display an error during boot if no container is defined. + * wwctl conaitner list --kernel shows the kernel detected for each container. + * wwctl container list --size shows the uncompressed size of each container. + --compressed shows the compressed size, and --chroot shows the size of the container i + source on the server. + * Add a logrotate config for warewulfd.log. +- removed following patches as accepted upstream: + * empty-container.patch + * enhanced-cont-list.patch + * fix-overlay-built.patch + * issue-motd.patch + * oci-vars.patch + * verbose-exec.patch ------------------------------------------------------------------- Tue Jul 9 12:06:49 UTC 2024 - Christian Goll