Timothy Redaelli
89411f5512
Update to OVS 2.9.2
7 years ago
Miro Hrončok
ea17399e1c
Rebuilt for Python 3.7
7 years ago
Timothy Redaelli
e9962dc6c4
Update to 2.9.1
7 years ago
Timothy Redaelli
a927d52891
Align with with RHEL "Fast Datapath" 2.9.0-15
...
Backport "rhel: don't drop capabilities when running as root"
Change owner of /etc/openvswitch during upgrade
Use DPDK as shared library
7 years ago
Alan Pevec
29fd8ea464
Group: tag should not be used
...
https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections
Looks like this was a bad merge in e005284243
?branch=master
7 years ago
Timothy Redaelli
68c9d1c506
Merge #2 `Update Python 2 dependency declarations to new packaging standards`
7 years ago
Iryna Shcherbina
96a08cf12c
Update Python 2 dependency declarations to new packaging standards
7 years ago
Timothy Redaelli
0bbd64b8ee
Align to RHEL "Fast Datapath" channel 2.9.0-3
7 years ago
Timothy Redaelli
a5a8717f40
Release bump
7 years ago
Timothy Redaelli
e005284243
Align totally with RHEL Fast Datapath
7 years ago
Timothy Redaelli
c36cf18f9d
Update to Open vSwitch 2.9.0 and DPDK 17.11
...
Align with RHEL "Fast Datapath" channel 2.9.0-1
7 years ago
Timothy Redaelli
100b66412b
Add BuildRequires: gcc
...
This is needed since GCC will be removed from BuildRoot
https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
7 years ago
Igor Gnatenko
afd4bee021
Remove %clean section
...
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
7 years ago
Aaron Conole
e10e119e80
ovs: fix permissions issues on install
...
Resolves : #1489465 for Fedora
7 years ago
Fedora Release Engineering
a2b4429ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
7 years ago
Timothy Redaelli
e96fbeec05
Update to Open vSwitch 2.8.1
...
Resolves : #1497379
7 years ago
Timothy Redaelli
ace1b1dca8
Update DPDK to 17.05.2 (bugfixes)
7 years ago
Timothy Redaelli
1cc0e1e5ef
Update to Open vSwitch 2.8.0 and DPDK 17.05.1
...
Resolves : #1487971
8 years ago
Fedora Release Engineering
c492a36449
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8 years ago
Fedora Release Engineering
4811b94264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8 years ago
Timothy Redaelli
5fb65cc83c
Update to Open vSwitch 2.7.2
...
Add a symlink of the OCF script in the OCF resources folder
Resolves : #1472800
8 years ago
Timothy Redaelli
0b4ccf3665
Fix typo in changelog
8 years ago
Timothy Redaelli
39d67d1035
Backport fix for CVE-2017-9263 and CVE-2017-9265
...
Resolves : #1457327 , #1457335
8 years ago
Timothy Redaelli
a9eef0f974
Update .gitignore and sources
8 years ago
Timothy Redaelli
abd9d8c9f0
Updated to Open vSwitch 2.7.1 + DPDK 16.11.2
...
Resolves : #1468234
8 years ago
Timothy Redaelli
c7bc7f4338
Backport fix for CVE-2017-9264
...
Resolves : #1457329
8 years ago
Timothy Redaelli
b8d20da075
Remove PYTHONCOERCECLOCALE=0 workaround and backport upstream patch
...
Resolves : #1454364
8 years ago
Timothy Redaelli
cd5e53c2ab
Backport fix for CVE-2017-9214
...
Use %autosetup instead of %setup
Resolves : #1456797
8 years ago
Timothy Redaelli
bf95546864
Install OVN firewalld files
8 years ago
Timothy Redaelli
8d699917a6
Add bz for PYTHONCOERCECLOCALE=0 workaround
8 years ago
Timothy Redaelli
c00b739de0
Disable tests on armv7hl
8 years ago
Timothy Redaelli
7d75ee018a
Fixed python3 tests by setting PYTHONCOERCECLOCALE=0
8 years ago
Timothy Redaelli
0fa4dcf3ed
FIXME Disable python3 tests (fails on f26 and rawhide with python 3.6)
8 years ago
Timothy Redaelli
0ee91f0023
Build OVS without DPDK support on all architectures not supported by DPDK
8 years ago
Timothy Redaelli
2542f94967
Link statically with DPDK 16.11.1 and add python3-six as BuildRequires
...
- Link statically is needed since DPDK package in Fedora is moving faster than
what is supported by Open vSwitch.
- Using python3-six as BuildRequires is needed to launch the python3 tests
Resolves : #1451476
8 years ago
Timothy Redaelli
815fe48ee8
Fix check dependencies
8 years ago
Timothy Redaelli
2cacd7451f
Updated to Open vSwitch 2.7.0
...
Resolves : #1426596
Also enabled DPDK support
8 years ago
Timothy Redaelli
93756602c1
Added python3-openvswitch and renamed python-openvswitch to python2-openvswitch
8 years ago
Timothy Redaelli
cfddb03bd7
Remove python/compat license comment
...
python/compat folder removed upstream in e23812f
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
8 years ago
Timothy Redaelli
628ef0534b
Remove PyQt4 dependency
...
commit 06c58061d485e25eaa24c6b3eaf5e3a8ccb40ff7
Author: Joe Stringer <joe@ovn.org>
Date: Thu Jul 14 17:53:46 2016 -0700
packaging: Remove PyQt4 dependency.
This doesn't seem to have been necessary since ovsdbmonitor was removed
in commit 7868fbc6c97c ("ovsdbmonitor: Remove."). Drop the dependency.
Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
8 years ago
Timothy Redaelli
5ea6b2fa17
Fix some mixed-use-of-spaces-and-tabs rpmlint warnings
...
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
8 years ago
Fedora Release Engineering
404163698b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8 years ago
Flavio Leitner
0c0e676b15
Updated to 2.6.1
...
Resolves: 1380070
8 years ago
Aaron Conole
f3bbbbe79c
Update to 2.6.0
...
Resolves : #1380070
Also enabled OVN
8 years ago
Dan Horák
8720fcb485
- don't run the test-suite for big endian arches
9 years ago
Fedora Release Engineering
4bb5b365e6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
9 years ago
Panu Matilainen
c5dc860f7b
Gaah, remember to bump release
9 years ago
Panu Matilainen
4aa7cdefef
Remove unpackaged files instead of excluding ( #1281913 )
...
%exclude causes unwanted artifacts in -debuginfo packages, unpackaged
content is best removed from the buildroot.
9 years ago
Panu Matilainen
79c524e7e0
Update to 2.5.0
...
Resolves : #1312617
9 years ago
Fedora Release Engineering
53ed0b6ab5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9 years ago