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:
parent
763b818f98
commit
1f58457d89
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user