https://bugzilla.redhat.com/show_bug.cgi?id=1670656



--- Comment #32 from Xavier Bachelot <[email protected]> ---
(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.
> 
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.

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to