On 02/06/2017 12:15 PM, Panu Matilainen wrote:
On 02/06/2017 12:06 PM, David Howells wrote:
Panu Matilainen <pmatilai@xxxxxxxxxxxxxxx> wrote:
%if %{__isa_bits} == 64
Requires: libisl.so.15()(64bit)
%else
Requires: libisl.so.15()
%endif
Should "(64bits)" be appended on, say, ia64 where there is no 32-bit
userspace?
ia64 doesn't exist anymore so what difference does it make?
IIRC the only 64bit arch not having (64bit) markers in their deps was
alpha which is even more dead than ia64 by now.
BTW, one way to avoid the whole (64bit) mess is to turn it into a file
dependency instead:
Requires: %{_libdir}/libisl.so.15
- Panu -
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx