SHA256
1
0
forked from pool/warewulf4

- Update to version 4.5.6 with following changes:

* Show more information during wwctl container <shell|exec> about 
    when and if the container image will be rebuilt. 
  * Command-line completion for wwctl overlay <edit|delete|chmod|chown>. 
  * 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
This commit is contained in:
Christian Goll 2024-08-21 09:36:04 +00:00 committed by Git OBS Bridge
parent a758e046e7
commit 338608dd84

View File

@ -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 <shell|exec> about
when and if the container image will be rebuilt.
* Command-line completion for wwctl overlay <edit|delete|chmod|chown>.
* 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 <cgoll@suse.com>