From 950d772bf07d09e7c3ec1e675923a639a66023de Mon Sep 17 00:00:00 2001 From: Nikola Kotur Date: Thu, 7 May 2026 10:43:08 +0200 Subject: [PATCH] Added support for Fedora 44 --- repogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repogen.sh b/repogen.sh index 7813a40e..9252bc7e 100755 --- a/repogen.sh +++ b/repogen.sh @@ -185,7 +185,7 @@ if [[ "$PACKAGE_MANAGER" == "all" || "$PACKAGE_MANAGER" == "rpm" ]]; then echo "=== Processing RPM packages ===" # Fedora versions to support (configurable via environment variable) - FEDORA_VERSIONS="${FEDORA_VERSIONS:-40 41 42 43}" + FEDORA_VERSIONS="${FEDORA_VERSIONS:-40 41 42 43 44}" for FEDORA_VER in $FEDORA_VERSIONS; do echo "--- Processing Fedora $FEDORA_VER ---"