Architecture dependencies
ok it works as I want, thank you very much
On 14 February 2011 13:07, fsosson@gmail.com <fsosson@gmail.com> wrote:
> Thank you for your quick answer. *I'm going to try it.
>
>
>
> theOtherOne
>
> On 14 February 2011 12:28, Panu Matilainen <pmatilai@laiskiainen.org> wrote:
>> On 02/14/2011 01:05 PM, fsosson@gmail.com wrote:
>>> Hello,
>>>
>>> I'm using RPM 4.4 and I would like my package installs
>>> "glibc-devel.i386" and "glibc-devel.x86_64" as requires dependencies.
>>>
>>> Could someone explain howto do that?
>>
>> With rpm 4.4.x you'll need to use file dependencies on paths that differ
>> between the i386 and x86_64 variants of glibc-devel. Something like this
>> should work:
>>
>> # Drag in both 32- and 64-bit versions of glibc-devel
>> Requires: /usr/lib/libc.so /usr/lib64/libc.so
>>
>> * * * *- Panu -
>> --
>> packaging mailing list
>> packaging@lists.fedoraproject.org
>> https://admin.fedoraproject.org/mailman/listinfo/packaging
>>
>
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
|