diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-30 23:15:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-30 23:15:04 +0900 |
| commit | 4d017b13094ab29704aaee5b15d6e5db8a0842f5 (patch) | |
| tree | 64ba5176b75dd8bd65e85f62942bb5c7e0353f39 /internal | |
| parent | cd1d4476649738567c237db3479f0f3229188715 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/package/rsync.az | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
