Accepting request 1067125 from home:bmwiedemann:branches:network

Cleanup Sphinx build leftovers for reproducible builds

There is still some non-determinism in
/usr/share/doc/packages/dpdk/dpdk/html/searchindex.js
but that should probably be solved in the Sphinx code

OBS-URL: https://build.opensuse.org/request/show/1067125
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=141
This commit is contained in:
Dirk Mueller 2023-02-23 14:12:56 +00:00 committed by Git OBS Bridge
parent 736cb2970f
commit ae3439e418
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 22 08:58:07 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Cleanup Sphinx build leftovers for reproducible builds
-------------------------------------------------------------------
Tue Jun 21 13:20:00 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -236,6 +236,7 @@ mv %{buildroot}/lib/modules %{buildroot}%{_prefix}/lib
# Fix documentation
mkdir -p %{buildroot}%docdir
mv %{buildroot}%{_datadir}/doc/dpdk %{buildroot}%docdir
find %{buildroot}%docdir -name .doctrees | xargs rm -r # cleanup Sphinx leftovers
%if ! %{with tools}
# Remove tools if not needed