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

Gregory Rose gvrose8192 at gmail.com
Tue Jul 14 22:40:39 UTC 2020



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
>   %{_sbindir}/ovs-bugtool
>   %{_sbindir}/ovs-vswitchd
>   %{_sbindir}/ovsdb-server
> 

I'm aware soft freeze is in effect, but this is a bug fix I believe.

- Greg


More information about the dev mailing list