From f7888074b9503fb77bf76251d3e09d7f8edbac32 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 6 Mar 2026 19:15:16 +0900 Subject: [PATCH] internal/rosa/util-linux: check 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..57c2e61 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).getStable, } }