From b984664e8f52aef3dd807157556e3a9f2f593b26 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 6 Mar 2026 18:59:27 +0900 Subject: [PATCH] internal/rosa/util-linux: check among stable versions Anitya appears to get confused when seeing release candidates. Signed-off-by: Ophestra --- internal/rosa/util-linux.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/rosa/util-linux.go b/internal/rosa/util-linux.go index 0848cc0..c61fb9f 100644 --- a/internal/rosa/util-linux.go +++ b/internal/rosa/util-linux.go @@ -55,5 +55,8 @@ func init() { Website: "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git", ID: 8179, + + // release candidates confuse Anitya + latest: (*Versions).checkStable, } }