From f20e38daeb6a9727b24923eb77da2a35a96d8a3f Mon Sep 17 00:00:00 2001 From: Flole Date: Thu, 22 Aug 2024 18:55:40 +0200 Subject: [PATCH] Update Fedora versions for cloudsmith uploads --- support/cloudsmith.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/cloudsmith.sh b/support/cloudsmith.sh index 75ff0cf5f..b9d22194d 100755 --- a/support/cloudsmith.sh +++ b/support/cloudsmith.sh @@ -55,9 +55,9 @@ case $OSPREFIX$TARGET in OS="ubuntu";; raspios*) OS="raspbian";; - 37|38|39) + 37|38|39|40) OS="fedora";; - 40|41) + 41|42) echo -e "${YELLOW}Fedora 40 and 41 (current rawhide) are not (yet) supported by Cloudsmith${NC}" && exit;; *) echo -e "${RED}OS $OSPREFIX$TARGET could not be recognized${NC}" && exit 1;; esac -- 2.47.2