[ovs-dev] [PATCH] rpm-fedora: Add missing dist library

Gregory Rose gvrose8192 at gmail.com
Wed Jul 15 14:59:16 UTC 2020


On 7/14/2020 4:33 PM, William Tu wrote:
> On Tue, Jul 14, 2020 at 03:40:39PM -0700, Gregory Rose wrote:
>>
>>
>> On 7/14/2020 1:49 PM, Greg Rose wrote:
>>> libopenvswitchavx512.a is needed for the fedora rpm spec.
>>>
>>> Signed-off-by: Greg Rose <gvrose8192 at gmail.com>
>>> ---
>>>   rhel/openvswitch-fedora.spec.in | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
>>> index 7bc8c34..154b49e 100644
>>> --- a/rhel/openvswitch-fedora.spec.in
>>> +++ b/rhel/openvswitch-fedora.spec.in
>>> @@ -457,6 +457,7 @@ fi
>>>   %{_bindir}/ovs-pki
>>>   %{_bindir}/vtep-ctl
>>>   %{_libdir}/lib*.so.*
>>> +%{_libdir}/libopenvswitchavx512.a
> How come before the avx512 patch series, we don't need to put libopenvswitch.a here?
> And now we need to add libopenvswitchavx512.a?
> Do we need to also add other .a files such as libsflow.a, libopenvswitch.a?
> 
> William
> 

That's a good question - but apparently not since the rpm checker
doesn't cause an error because they're missing.  Or - I missed 
something.  spec files aren't my specialty.  I'm just trying to get
a build done.

- Greg


More information about the dev mailing list