https://bugzilla.redhat.com/show_bug.cgi?id=2334845
Mikel Olasagasti Uranga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|NEW |ASSIGNED CC| |[email protected] Doc Type|--- |If docs needed, set a value --- Comment #2 from Mikel Olasagasti Uranga <[email protected]> --- > %if %{without bootstrap} > %build > for cmd in gen; do > %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd > done > %endif I think this is a testing app not required. If so, can you remove it? To remove it also remove the %files section and > install -m 0644 -vp metadecoder_iptc_fields.json > %{buildroot}%{_datarootdir}/gocode/src/github.com/bep/imagemeta Can you replace with: %global gosupfiles metadecoder_iptc_fields.json You can use https://src.fedoraproject.org/rpms/golang-github-projectdiscovery-goflags/blob/rawhide/f/golang-github-projectdiscovery-goflags.spec#_17 as example -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2334845 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202334845%23c2 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
