Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b732134716 | |||
| 9aab00ed8a | |||
| ed097322d1 |
BIN
openvswitch-3.5.2.tar.gz
LFS
Normal file
BIN
openvswitch-3.5.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78dc0a7208ae7ebe21b82e38e21abfe7162f9170ae101b71bc382be3d2d24d00
|
||||
size 9655259
|
||||
@@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:56:34 UTC 2026 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
Fri Jan 09 12:10:00 UTC 2026 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- OVN update to 25.03.2
|
||||
- Update OVN to 25.03.2
|
||||
- Bug fixes
|
||||
- Dynamic Routing:
|
||||
* Add the option "dynamic-routing-redistribute-local-only" to Logical
|
||||
@@ -16,40 +16,22 @@ Tue Jan 6 14:56:34 UTC 2026 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
specified LS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 14:51:31 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
Wed Nov 26 13:11:48 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Upstream bugfix update:
|
||||
- openvswtich to 3.6.1
|
||||
https://www.openvswitch.org/releases/NEWS-3.6.1.txt
|
||||
- OVN to 25.03.1
|
||||
https://github.com/ovn-org/ovn/blob/v25.03.1/NEWS
|
||||
- Update OVN to 25.03.1
|
||||
* Bug fixes
|
||||
- Update Openvswitch to 3.5.2
|
||||
* Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 14:56:11 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Update openvswitch to 3.6.0. For a list of changes, check
|
||||
https://www.openvswitch.org/releases/NEWS-3.6.0.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 14:56:52 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Fix ovs-flowviz python3 dependencies
|
||||
- Rename "python3-ovs" to "python3-openvswitch" for distro consistency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 08:33:01 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Update OVN to 25.03.0 for a list of changes, check
|
||||
https://github.com/ovn-org/ovn/blob/v25.03.0/NEWS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 09:40:03 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
Fri Mar 21 11:00:00 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Update OVN to 25.03.0 for a list of changes, check
|
||||
https://github.com/ovn-org/ovn/blob/v25.03.0/NEWS (jsc#PED-11228)
|
||||
- Update openvswitch to 3.5.0 for a list of changes, check
|
||||
https://www.openvswitch.org/releases/NEWS-3.5.0.txt
|
||||
https://www.openvswitch.org/releases/NEWS-3.5.0.txt (jsc#PED-11228)
|
||||
- Rename "python3-ovs" to "python3-openvswitch" for distro consistency
|
||||
- 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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openvswitch
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%define ovs_lname libopenvswitch-3_6-0
|
||||
%define ovs_lname libopenvswitch-3_5-0
|
||||
%define ovn_lname libovn-25_03-0
|
||||
%define ovs_version 3.6.1
|
||||
%define ovs_version 3.5.2
|
||||
%define ovn_version 25.03.2
|
||||
%define ovs_dir ovs-%{ovs_version}
|
||||
%define ovn_dir ovn-%{ovn_version}
|
||||
@@ -199,7 +199,7 @@ License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{ovs_lname} = %{version}
|
||||
# Required for ovsdb-ildc
|
||||
Requires: python3-openvswitch = %{version}
|
||||
Requires: python3-openvswitch = %{version}-%{release}
|
||||
Provides: %{name}-dpdk-devel = %{version}
|
||||
Obsoletes: %{name}-dpdk-devel < 2.7.0
|
||||
|
||||
@@ -273,7 +273,7 @@ Requires: python3
|
||||
Requires: python3-Twisted
|
||||
Requires: python3-openvswitch = %{version}-%{release}
|
||||
Provides: python3-%{name}-test = %{version}
|
||||
Obsoletes: python3-%{name}-test < 2.13.0
|
||||
Obsoletes: python3-%{name}-test < %{version}-%{release}
|
||||
|
||||
%description test
|
||||
Open vSwitch is a software-based Ethernet switch.
|
||||
|
||||
Reference in New Issue
Block a user