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