forked from pool/openvswitch
- ipsec build temporary disabled
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=19
This commit is contained in:
parent
f3c10f5004
commit
5f721e7fe9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 12 13:36:57 UTC 2013 - tpaszkowski@suse.com
|
||||||
|
|
||||||
|
- ipsec build temporary disabled
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 14:16:57 UTC 2013 - tpaszkowski@suse.com
|
Fri Mar 8 14:16:57 UTC 2013 - tpaszkowski@suse.com
|
||||||
|
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
# never build in kernel module, as openvswitch shipped one is more feature
|
# never build in kernel module, as openvswitch shipped one is more feature
|
||||||
# rich
|
# rich
|
||||||
%define build_in_kernel_kmp 0
|
%define build_in_kernel_kmp 0
|
||||||
|
## ipsec build tempoaaryr disabled (need to upgrade ipsec-tools)
|
||||||
|
%define build_ipsec 0
|
||||||
|
|
||||||
Name: openvswitch
|
Name: openvswitch
|
||||||
Version: 1.9.0
|
Version: 1.9.0
|
||||||
@ -77,6 +79,8 @@ BuildRequires: kernel-source
|
|||||||
Kernel modules supporting the openvswitch datapath
|
Kernel modules supporting the openvswitch datapath
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?build_ipsec}
|
||||||
%package ipsec
|
%package ipsec
|
||||||
Summary: Open vSwitch GRE-over-IPsec support
|
Summary: Open vSwitch GRE-over-IPsec support
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
@ -93,6 +97,7 @@ The ovs-monitor-ipsec script provides support for encrypting GRE
|
|||||||
tunnels with IPsec.
|
tunnels with IPsec.
|
||||||
|
|
||||||
Open vSwitch is a full-featured software-based Ethernet switch.
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package switch
|
%package switch
|
||||||
Suggests: openvswitch-kmp
|
Suggests: openvswitch-kmp
|
||||||
@ -296,8 +301,10 @@ install -d -m 755 %{buildroot}/%_sysconfdir/profile.d
|
|||||||
install -d -m 755 %{buildroot}/%{_datadir}/%{name}/scripts
|
install -d -m 755 %{buildroot}/%{_datadir}/%{name}/scripts
|
||||||
install -m 644 vswitchd/vswitch.ovsschema \
|
install -m 644 vswitchd/vswitch.ovsschema \
|
||||||
%{buildroot}/%{_datadir}/%{name}/vswitch.ovsschema
|
%{buildroot}/%{_datadir}/%{name}/vswitch.ovsschema
|
||||||
|
%if 0%{?build_ipsec}
|
||||||
install -m 755 debian/ovs-monitor-ipsec \
|
install -m 755 debian/ovs-monitor-ipsec \
|
||||||
%{buildroot}/%{_datadir}/%{name}/ovs-monitor-ipsec
|
%{buildroot}/%{_datadir}/%{name}/ovs-monitor-ipsec
|
||||||
|
%endif
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -377,9 +384,11 @@ rmdir %{buildroot}%{_datadir}/%{name}/python
|
|||||||
%dir %{py_sitedir}/ovstest
|
%dir %{py_sitedir}/ovstest
|
||||||
%{py_sitedir}/ovstest/*
|
%{py_sitedir}/ovstest/*
|
||||||
|
|
||||||
|
%if 0%{?build_ipsec}
|
||||||
%files ipsec
|
%files ipsec
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/openvswitch/ovs-monitor-ipsec
|
%{_datadir}/openvswitch/ovs-monitor-ipsec
|
||||||
|
%endif
|
||||||
|
|
||||||
%files switch
|
%files switch
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user