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



--- Comment #16 from Martin Hoyer <[email protected]> ---
+1 for alternatives
https://docs.fedoraproject.org/en-US/packaging-guidelines/Alternatives/

How about using suffixes, yq-python and yq-go? 
Once installed, it could be something like this, hopefully with the go package
doing the same. 
(not sure which one of the two should have higher priority)

%post
update-alternatives --install %{_bindir}/yq %{name} /usr/bin/yq-python 10

%preun
if [ $1 -eq 0 ]; then
  update-alternatives --remove %{name} %{_bindir}/yq-python
fi


-- 
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=2263790

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202263790%23c16
--
_______________________________________________
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

Reply via email to