Add explicit dependency on forge-srpm-macros
(cherry picked from commit 6d171e06a7d5577a081d21c53bddc7f07ce5c045)
This commit is contained in:
parent
a6615a38f6
commit
ace8a94469
@ -88,6 +88,12 @@ pull it in for Go packages only.
|
|||||||
Summary: Source-stage rpm automation for Go packages
|
Summary: Source-stage rpm automation for Go packages
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: redhat-rpm-config
|
Requires: redhat-rpm-config
|
||||||
|
# macros.forge and forge.lua were split into a separate package.
|
||||||
|
# redhat-rpm-config pulls in forge-srpm-macros but better to explicitly Require
|
||||||
|
# it.
|
||||||
|
%if (0%{?fedora} >= 40 || 0%{?rhel} >= 10)
|
||||||
|
Requires: forge-srpm-macros
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n go-srpm-macros
|
%description -n go-srpm-macros
|
||||||
This package provides SRPM-stage rpm automation to simplify the creation of Go
|
This package provides SRPM-stage rpm automation to simplify the creation of Go
|
||||||
|
Loading…
Reference in New Issue
Block a user