On 2/24/20 10:11 AM, Florian Weimer wrote:
> If we add this to nss_nis.spec:
>
> %ifarch x86_64
> Recommends: (nss_nis(x86-32) if glibc(x86-32))
> %endif
>
> then when the user installs nss_nis after glibc.i686, they will get both
> packages, as expected.
>
> Unfortunately, it does not work if nss_nis.x86_64 is installed first.
> Is there a way to fix this aspect?
Would you be willing to add a similar rule in glibc.spec?
%ifarch %{ix86}
Recommends: (nss_nis(x86-32) if nss_nis(x86-64))
%endif
_______________________________________________
devel 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]