Accepting request 1249235 from network
- Update openvswitch to 3.5.0 for a list of changes, check https://www.openvswitch.org/releases/NEWS-3.5.0.txt - Update patch file 0001-Use-strongswan-for-openvswitch-ipsec-service.patch - Update OVN to 24.09.02. For a list of changes, check https://github.com/ovn-org/ovn/blob/v24.09.2/NEWS OBS-URL: https://build.opensuse.org/request/show/1249235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvswitch?expand=0&rev=80
This commit is contained in:
commit
09287af4f2
@ -8,16 +8,18 @@ time being.
|
||||
|
||||
Updated 2023-02-26 for version 3.1.0
|
||||
|
||||
diff --git a/rhel/usr_lib_systemd_system_openvswitch-ipsec.service b/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
|
||||
index 92dad44f9..ec86874cb 100644
|
||||
---
|
||||
rhel/usr_lib_systemd_system_openvswitch-ipsec.service | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
|
||||
+++ b/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
|
||||
@@ -7,7 +7,7 @@ After=openvswitch.service
|
||||
Type=forking
|
||||
PIDFile=/run/openvswitch/ovs-monitor-ipsec.pid
|
||||
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
|
||||
- --ike-daemon=libreswan start-ovs-ipsec
|
||||
+ --ike-daemon=strongswan start-ovs-ipsec
|
||||
@@ -10,7 +10,7 @@
|
||||
EnvironmentFile=/etc/openvswitch/default.conf
|
||||
EnvironmentFile=-/etc/sysconfig/openvswitch
|
||||
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl --no-monitor \
|
||||
- --ike-daemon=libreswan start-ovs-ipsec $OPTIONS
|
||||
+ --ike-daemon=strongswan start-ovs-ipsec $OPTIONS
|
||||
ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop-ovs-ipsec
|
||||
|
||||
|
||||
[Install]
|
||||
|
BIN
openvswitch-3.3.2.tar.gz
(Stored with Git LFS)
BIN
openvswitch-3.3.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
openvswitch-3.5.0.tar.gz
Normal file
3
openvswitch-3.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:697e83387ee33c3a665fa9eb0075e728ff3f8686cd2d90a5304fb416bcd974e7
|
||||
size 9474471
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 09:40:03 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Update openvswitch to 3.5.0 for a list of changes, check
|
||||
https://www.openvswitch.org/releases/NEWS-3.5.0.txt
|
||||
- Update patch file 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
|
||||
- Update OVN to 24.09.02. For a list of changes, check
|
||||
https://github.com/ovn-org/ovn/blob/v24.09.2/NEWS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 12:52:52 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%define ovs_lname libopenvswitch-3_3-0
|
||||
%define ovn_lname libovn-24_03-0
|
||||
%define ovs_version 3.3.2
|
||||
%define ovn_version 24.03.5
|
||||
%define ovs_lname libopenvswitch-3_5-0
|
||||
%define ovn_lname libovn-24_09-0
|
||||
%define ovs_version 3.5.0
|
||||
%define ovn_version 24.09.2
|
||||
%define ovs_dir ovs-%{ovs_version}
|
||||
%define ovn_dir ovn-%{ovn_version}
|
||||
%define rpmstate %{_rundir}/openvswitch-rpm-state-
|
||||
%define _dpdkv 23.11.1
|
||||
%define _dpdkv 24.11
|
||||
%define name_tag ${nil}
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
@ -172,7 +172,7 @@ License: Apache-2.0
|
||||
Group: System/Libraries
|
||||
%if %{with dpdk}
|
||||
Requires: dpdk >= %{_dpdkv}
|
||||
Requires: libdpdk-24 >= %{_dpdkv}
|
||||
Requires: libdpdk-25 >= %{_dpdkv}
|
||||
%endif
|
||||
|
||||
%description -n %{ovs_lname}
|
||||
@ -670,7 +670,7 @@ mkdir python3-ovs && pushd $_
|
||||
cp -an ../%{ovs_dir}/python/* $(pwd)/
|
||||
rm -rf %{buildroot}%{_datadir}/openvswitch/python
|
||||
export LDFLAGS="${LDFLAGS} -L %{buildroot}%{_libdir}"
|
||||
export CPPFLAGS="-I ../../include"
|
||||
export CPPFLAGS="-I ../%{ovs_dir}/include"
|
||||
|
||||
%if 0%{?suse_version}
|
||||
# SLES
|
||||
@ -1117,6 +1117,7 @@ fi
|
||||
%{_bindir}/ovs-docker
|
||||
%{_bindir}/ovs-dpctl
|
||||
%{_bindir}/ovs-dpctl-top
|
||||
%{_bindir}/ovs-flowviz
|
||||
%{_bindir}/ovs-ofctl
|
||||
%{_bindir}/ovs-parse-backtrace
|
||||
%{_bindir}/ovs-vsctl
|
||||
@ -1153,6 +1154,7 @@ fi
|
||||
%{_mandir}/man8/ovs-ctl.8%{?ext_man}
|
||||
%{_mandir}/man8/ovs-dpctl-top.8%{?ext_man}
|
||||
%{_mandir}/man8/ovs-dpctl.8%{?ext_man}
|
||||
%{_mandir}/man8/ovs-flowviz.8%{?ext_man}
|
||||
%{_mandir}/man8/ovs-kmod-ctl.8%{?ext_man}
|
||||
%{_mandir}/man8/ovs-ofctl.8%{?ext_man}
|
||||
%{_mandir}/man8/ovs-parse-backtrace.8%{?ext_man}
|
||||
|
BIN
ovn-24.03.5.tar.gz
(Stored with Git LFS)
BIN
ovn-24.03.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ovn-24.09.2.tar.gz
Normal file
3
ovn-24.09.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43a9baa42521f16294f229f4b391734c1fc3c4aa840f3c370735149c758382e5
|
||||
size 2071324
|
Loading…
x
Reference in New Issue
Block a user