From 7e12edeeeea3b834c3681c224ca3e655c4704aeb Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 29 Oct 2023 01:03:44 +0000 Subject: [PATCH] Add direct dependency on go-rpm-macros-golist-symlink. This package and its macros have adjustments for RHEL 9's broken golist patches that are incompatible with upstream golist. --- go-rpm-macros-epel.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go-rpm-macros-epel.spec b/go-rpm-macros-epel.spec index a1f006f..440cad8 100644 --- a/go-rpm-macros-epel.spec +++ b/go-rpm-macros-epel.spec @@ -28,7 +28,7 @@ BuildRequires: go-rpm-macros Requires: go-rpm-macros Requires: go-srpm-macros-epel = %{version}-%{release} -Requires: /usr/bin/golist +Requires: go-rpm-macros-golist-symlink = %{version}-%{release} %description go-rpm-macros-epel contains backports of certain Go RPM macros from Fedora. @@ -112,6 +112,7 @@ install -Dpm 0644 LICENSE.txt \ - Update to new source git source - Remove go_mod_vendor.prov from this package. It's already upstream. - Add -L flag to %%gometa and %%gorpmname +- Add direct dependency on go-rpm-macros-golist-symlink * Thu Sep 08 2022 Maxwell G - 1-8 - go-srpm-macros: Explicitly Require go-srpm-macros from RHEL