Skip to content

Commit

Permalink
rhel: openvswitch-fedora.spec.in: Fix installed but not packaged.
Browse files Browse the repository at this point in the history
With the cited commit, we get an error from rpmbuild about installed
but not packaged /usr/lib64/libopenvswitchavx512.a.
Fix it by treating it as the other la files.

Fixes: 352b6c7 ("dpif-lookup: add avx512 gather implementation.")
Signed-off-by: Roi Dayan <[email protected]>
Acked-by: Ian Stokes <[email protected]>
Tested-by: Greg Rose <[email protected]>
Acked-by: Greg Rose <[email protected]>
Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
roidayan authored and igsilya committed Jul 16, 2020
1 parent 55ec5df commit 9ecaa5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rhel/openvswitch-fedora.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ fi
%{_includedir}/openvswitch/*
%{_includedir}/openflow/*
%exclude %{_libdir}/*.la
%exclude %{_libdir}/*.a

%if 0%{?rhel} > 7 || 0%{?fedora} > 28
%files -n network-scripts-%{name}
Expand Down

0 comments on commit 9ecaa5c

Please sign in to comment.