mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
rhel: Ship ovs shared libraries, fedora
This patch extends 4886d4d2495b (debian, rhel: Ship ovs shared libraries and header files) to fedora, by packaging the shared libraries in openvswitch and openvswitch-dvel RPM. These files are always packaged in the RPMs built with rhel6 spec file. VMware-BZ: #2036847 CC: Flavio Leitner <fbl@redhat.com> Signed-off-by: Martin Xu <martinxu9.ovs@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Flavio Leitner <fbl@redhat.com>
This commit is contained in:
parent
03121ac4ef
commit
bc4fd43958
@ -236,6 +236,7 @@ Docker network plugins for OVN.
|
||||
--with-dpdk=$(dirname %{_datadir}/dpdk/*/.config) \
|
||||
%endif
|
||||
--enable-ssl \
|
||||
--enable-shared \
|
||||
--with-pkidir=%{_sharedstatedir}/openvswitch/pki \
|
||||
%if 0%{?fedora} > 22 || %{with build_python3}
|
||||
PYTHON3=%{__python3} \
|
||||
@ -536,6 +537,7 @@ fi
|
||||
%{python2_sitelib}/ovstest
|
||||
|
||||
%files devel
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -592,6 +594,7 @@ fi
|
||||
%{_bindir}/ovs-testcontroller
|
||||
%{_bindir}/ovs-pki
|
||||
%{_bindir}/vtep-ctl
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_sbindir}/ovs-bugtool
|
||||
%{_sbindir}/ovs-vswitchd
|
||||
%{_sbindir}/ovsdb-server
|
||||
|
Loading…
x
Reference in New Issue
Block a user