https://bugzilla.redhat.com/show_bug.cgi?id=1670656 --- Comment #34 from Mark Goodwin <mgoodwin@xxxxxxxxxx> --- (In reply to Xavier Bachelot from comment #32) > (In reply to Xavier Bachelot from comment #23) > > > - Similarly to ExclusiveArch: %{nodejs_arches}, there is an ExclusiveArch: > > %{go_arches}, I guess we want only arches matching both of them. If we split 'grafana' into grafana and grafana-server, then each could have it's own ExclusiveArch, though grafana-server couldn't be a subpackage because the ExclusiveArch setting is global AIUI. However, such split is a big departure from upstream packaging. Alternatively, perhaps we could open an RFE for an rpm/lua macro or function that returns the space separated substring intersection of two (or more) strings, so we could find the intersection of %{nodejs_arches} with %{go_arches}. Maybe that already exists (?) > From the command line, one can get the arches matching both nodejs_arches > and go_arches with the following: > comm -12 <(rpm -E %{go_arches} | tr ' ' '\n' | sort) <(rpm -E > %{nodejs_arches} | tr ' ' '\n' | sort) | tr '\n' ' ' > I don't know how to express that in the specfile, the subshells are getting > in the way. > Just adding this as a note and a reminder. > > Also, it's nice to see the go packages unbundling is progressing. yes it's getting there, see BZs blocking this BZ. Out of about 30 vendor bundled packages that were not already in rawhide, we're down to the last few now. -- Regards -- 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 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx