Overview
Request 405262 superseded
- Created by dirkmueller
- In state superseded
- Superseded by 405518
- Open review for opensuse-review-team
- Open review for openSUSE:Factory:Staging:adi:103
Request History
dirkmueller created request
licensedigger accepted review
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto added factory-repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
Output of check script (non-fatal):
No such file or directory: _old/openvswitch-dpdk.changes at /home/factoryauto/osc-plugin-factory/source-checker.pl line 203.
dimstar_suse added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:103"
dimstar_suse accepted review
Picked openSUSE:Factory:Staging:adi:103
factory-repo-checker declined review
openvswitch-dpdk is disabled or does not build against factory. Please fix and resubmit
factory-repo-checker declined request
openvswitch-dpdk is disabled or does not build against factory. Please fix and resubmit
markoschandras superseded request
- Remove the ?_with_dpdk macro usage since this is not being set
without explicitly passing --with/--without during an OBS build.
This reverts back to using the %{with dpdk} style which is set
automatically based on %bcond_with* macros.
- Fix subpackage dependencies to not require the non-existent python
DPDK subpackages (bsc#986835). We do not provide DPDK versions of
the python bindings so nothing should depend on these subpackages.
- Update rpm groups, acronym forms.
- Multiple fixes for the openvswitch-dpdk package (bsc#985878)
* Rename main package name to openvswitch-dpdk
* Do not build the python and kmp packages since they do not
depend on the DPDK capabilities
* Remove the open_virtual_switch capability. The
openvswitch-common will be used by reverse dependencies to
require either of the OvS packages.
* Provide virtual capabilities for all DPDK subpackages.
* Fix the dependencies in the python package to require either
of the OvS packages.
* Suggest the kmp package only if it's actually provided.
* Small cleanups.
- Add %check directive to run the openvswitch testsuite on demand.
The openvswitch contains hundreds of tests covering simple and
complex openvswitch configuration so it's beneficial to run them
during package builds. However, running the testsuite is not enabled
by default. Also add the following upstream patch:
* 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch