From 4d017b13094ab29704aaee5b15d6e5db8a0842f5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 30 May 2026 23:15:04 +0900 Subject: [PATCH] internal/rosa/package/rsync: annotate blocked update Despite rsync being practically feature complete, with minimal changes in many years, it recently had a large number of poor quality AI-generated changes, with the first release including them apparently being 3.4.2. Release 3.4.3 then introduced a dependency on kernel-headers, creating a dependency loop that prevented directly upgrading to it. This change annotates the blockage since it is not worth working around the dependency loop for AI-generated garbage. Signed-off-by: Ophestra --- internal/rosa/package/rsync.az | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/rosa/package/rsync.az b/internal/rosa/package/rsync.az index 3ed37007..62bb045a 100644 --- a/internal/rosa/package/rsync.az +++ b/internal/rosa/package/rsync.az @@ -2,6 +2,7 @@ package rsync { description = "an open source utility that provides fast incremental file transfer"; website = "https://rsync.samba.org"; anitya = 4217; + block = "kernel-headers circular dependency"; version# = "3.4.1"; source = remoteTar {