From 1f58457d89260dd8b75b28edade8163ed36b52ff7e97083ed9b158d3a35a19dd Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 16 Aug 2018 09:03:36 +0000 Subject: [PATCH] Accepting request 629507 from home:markoschandras:network - Fix conditional to only include vfio udev rules when building with DPDK support - Exclude %_docdir from main package which seems to be packaged by default on older openSUSE releases. OBS-URL: https://build.opensuse.org/request/show/629507 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=154 --- openvswitch.changes | 8 ++++++++ openvswitch.spec | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/openvswitch.changes b/openvswitch.changes index c453363..fcbfdbb 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 16 08:26:19 UTC 2018 - mchandras@suse.de + +- Fix conditional to only include vfio udev rules when building with + DPDK support +- Exclude %_docdir from main package which seems to be packaged by + default on older openSUSE releases. + ------------------------------------------------------------------- Thu Jun 7 10:00:35 UTC 2018 - mchandras@suse.de diff --git a/openvswitch.spec b/openvswitch.spec index ae4d8e0..a8c1512 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -860,9 +860,10 @@ export DISABLE_STOP_ON_REMOVAL=yes %ghost %attr(755,root,root) %{_rundir}/openvswitch %if %{with dpdk} %{_prefix}/lib/udev/rules.d/91-vfio.rules +%endif +%exclude %{_docdir}/%{name} %doc source/AUTHORS.rst source/CONTRIBUTING.rst source/NEWS source/README.rst %license source/COPYING source/NOTICE -%endif %files doc %exclude %{_docdir}/%{name}/AUTHORS.rst