From 4a64299898fefd55bc23848c05218f973ba9389e Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 19 Aug 2025 21:50:57 -0400 Subject: [PATCH] Block golang-*-devel, and temporarily go-vendor-tools Golang packages are in the process of migrating to vendoring by default in Fedora, which will eventually mean no more golang-*-devel packages, which we didn't want in RHEL anyway. However, go-vendor-tools needs further stripping of dependencies before it is ready for inclusion itself. https://fedoraproject.org/wiki/Changes/GolangPackagesVendoredByDefault https://gitlab.com/fedora/sigs/go/go-vendor-tools/-/issues/3 https://github.com/fedora-eln/eln/issues/240 --- configs/repository-fedora-eln.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/repository-fedora-eln.yaml b/configs/repository-fedora-eln.yaml index b4cb2a0d..0a9356a7 100644 --- a/configs/repository-fedora-eln.yaml +++ b/configs/repository-fedora-eln.yaml @@ -170,6 +170,10 @@ data: - python3-simpleaudio # unwanted (and rarely used) build dep, pulls in hundreds of Perl deps - licensecheck + # golang module packages are obsolete and unwanted + - golang-*-devel + # needs further pruning before inclusion in RHEL + - go-vendor-tools* priority: 4 Rawhide: baseurl: https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/