Timothy Redaelli
c27c2466b2
Backport "cpu: Fix cpuid check for some AMD processors."
...
Resolves : #2211747
2 years ago
Timothy Redaelli
89c329fd59
Replace fgrep with grep -F
...
Delete ovs-vswitchd, if it's not a link
Resolves : #2203601
Resolves : #2188710
2 years ago
Timothy Redaelli
b640005327
Update for 3.1.1, includes fixes for CVE-2023-1668
...
Resolves : #2185071
Resolves : #2186245
2 years ago
Timothy Redaelli
7cf8ea49eb
Sync spec file with upstream and RHEL
2 years ago
Timothy Redaelli
8a7c7b540c
Added missing openvswitch-3.1.0.tar.gz source file
2 years ago
Timothy Redaelli
7c25d4e940
Update to 3.1.0
...
Resolves : #2150440
2 years ago
Timothy Redaelli
5fc7a5b2f3
Rebase to 3.0.3, includes fixes for CVE-2022-4337
...
Resolves : #2150440
Resolves : #2155379
2 years ago
Fedora Release Engineering
37c1992f2e
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2 years ago
Timothy Redaelli
ea672e2311
Update to 3.0.1
...
Resolves : #2073644
2 years ago
Fedora Release Engineering
bd0d24431f
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
3 years ago
Python Maint
4fe00a3b52
Rebuilt for Python 3.11
3 years ago
Timothy Redaelli
b8503265fa
Fix %post dpdk
3 years ago
Timothy Redaelli
63ef724755
Create openvswitch-dpdk subpackage, install it by default (weak dependency),
...
but enable it only if the CPU is new enough
Resolves : #2081665
3 years ago
Timothy Redaelli
32fce950ec
Be sure dirs.py is updated
...
Resolves : #2055576
3 years ago
Christian Glombek
a17c9d439d
Provide a sysusers.d file to get user() and group() provides
...
(see https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format ).
3 years ago
Timothy Redaelli
551bd91a5f
Update to 2.17.0
...
Resolves : #1978767
3 years ago
Fedora Release Engineering
a4aaaf9dd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
3 years ago
Timothy Redaelli
b40e691873
Commit sources
3 years ago
Fedora Release Monitoring
17f51fb6bd
Update to 2.16.0 ( #1978767 )
3 years ago
Sahana Prasad
b52c26b220
Rebuilt with OpenSSL 3.0.0
3 years ago
Fedora Release Engineering
932c18c65e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
4 years ago
Python Maint
06f5320800
Rebuilt for Python 3.10
4 years ago
Timothy Redaelli
89a11d396f
Move scripts that requires python in python3-openvswitch
...
Resolves : #1901144
4 years ago
Timothy Redaelli
5d8fc70d06
Add openvswitch-testcontroller subpackage since it's required by mininet
...
Resolves : #1914605
4 years ago
Timothy Redaelli
32ecf6a543
Add python3-sortedcontainers as dependency
...
Resolves : #1926202
4 years ago
Mamoru TASAKA
7d5ce09332
Properly build with dpdk specifying shared option
4 years ago
Timothy Redaelli
74024c5b4e
Updated to 2.15.0
4 years ago
Fedora Release Engineering
d182a88ae2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
4 years ago
Timothy Redaelli
c572b7dcee
Fix building OVS on ppc64le and armv7hl
...
Python 3.9 changed the architecture naming in suffix used for binary
extensions.
Use python3-config --extension-suffix in order to figure out the correct
extension suffix used for binary extensions.
4 years ago
Timothy Redaelli
15cf57cfc2
Move patches
4 years ago
Timothy Redaelli
5dee278f81
Backport patches for CVE-2015-8011
...
Resolves : #1899303
4 years ago
Aaron Conole
10e2bd0006
Add missing changelog entry
4 years ago
Aaron Conole
beeb9134e9
Merge #11 `hugetlbfs group should be added as a system group`
4 years ago
Timothy Redaelli
b97dc417f5
Updated to 2.14.0
4 years ago
Fedora Release Engineering
caa3f1b2b4
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Fedora Release Engineering
3f410c8dac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Miro Hrončok
27b0c4cc01
Rebuilt for Python 3.9
5 years ago
Timothy Redaelli
d3c032b469
Add BuildRequires: groff and fix ovstest path
5 years ago
Timothy Redaelli
d640840e21
Updated to 2.13.0
5 years ago
Fedora Release Engineering
44c680c492
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Edgar Hoch
c702d1f8f2
hugetlbfs group should be added as a system group
...
See https://bugzilla.redhat.com/show_bug.cgi?id=1646774
5 years ago
Vladimír Beneš
ffe262c539
tests: add tests definition file
...
Add very basic tests together with NM integration
* start service
* init db
* add basic single ethernet two port setup
* add bond setup
* add vlan setup
Executing these tests:
* nmcli_add_basic_openvswitch_configuration
* nmcli_add_openvswitch_bond_configuration
* nmcli_add_openvswitch_vlan_configuration
* NM_reboot_openvswitch_vlan_configuration
from:
https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci/blob/master/nmcli/features/ovs.feature
5 years ago
Flavio Leitner
60f75e00f3
Updated to 2.12.0
5 years ago
Miro Hrončok
b988d52801
Rebuilt for Python 3.8
6 years ago
Fedora Release Engineering
59d033c8fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
6 years ago
Charalampos Stratakis
7c341666a1
Don't hard-code python's abi flags
6 years ago
Timothy Redaelli
b5ac321875
Remove unwanted openvswitch.spec from .gitignore
6 years ago
Timothy Redaelli
43604a9c6b
Rebase to 2.11.1
...
Ignore sortedcontainer python2.7 dependency
Resolves : #1701921
6 years ago
Numan Siddique
428d3e66c4
Remove openvswitch-ovn* packages
...
We have ovn packages available now - https://src.fedoraproject.org/rpms/ovn/
We can safely delete the openvswitch-ovn* subpackages.
6 years ago
Timothy Redaelli
a65c9e94ed
Release bump
6 years ago