summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-01-18 14:20:16 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-01-30 15:59:33 +0000
commit986192e80bb32866656b08e6e61dbc893f299ca4 (patch)
tree1de5f912bf89aae861ecbb9bc4c900a327f08227
parentTightening version matches for OS detection in container info command. (diff)
downloadcompute-tools-986192e80bb32866656b08e6e61dbc893f299ca4.tar.xz
compute-tools-986192e80bb32866656b08e6e61dbc893f299ca4.zip
Adding release support for Debian 12 (bookworm).
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xlibexec/container/info2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/container/info b/libexec/container/info
index 2345c68..b713e7a 100755
--- a/libexec/container/info
+++ b/libexec/container/info
@@ -167,7 +167,7 @@ case "${VERSION_BASH}" in
OS="Debian 11 (bullseye)"
;;
- 5.2*)
+ 5.2-*|5.2.[0-9]*)
OS="Debian 12 (bookworm)"
;;