SHA256
1
0
forked from pool/openvswitch

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
This commit is contained in:
Markos Chandras 2018-08-16 09:03:36 +00:00 committed by Git OBS Bridge
parent 763b818f98
commit 1f58457d89
2 changed files with 10 additions and 1 deletions

View File

@ -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 Thu Jun 7 10:00:35 UTC 2018 - mchandras@suse.de

View File

@ -860,9 +860,10 @@ export DISABLE_STOP_ON_REMOVAL=yes
%ghost %attr(755,root,root) %{_rundir}/openvswitch %ghost %attr(755,root,root) %{_rundir}/openvswitch
%if %{with dpdk} %if %{with dpdk}
%{_prefix}/lib/udev/rules.d/91-vfio.rules %{_prefix}/lib/udev/rules.d/91-vfio.rules
%endif
%exclude %{_docdir}/%{name}
%doc source/AUTHORS.rst source/CONTRIBUTING.rst source/NEWS source/README.rst %doc source/AUTHORS.rst source/CONTRIBUTING.rst source/NEWS source/README.rst
%license source/COPYING source/NOTICE %license source/COPYING source/NOTICE
%endif
%files doc %files doc
%exclude %{_docdir}/%{name}/AUTHORS.rst %exclude %{_docdir}/%{name}/AUTHORS.rst