SHA256
1
0
forked from pool/dpdk

Drop leftover Sphinx doctrees to make package build reproducible

OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=154
This commit is contained in:
Duraisankar P 2024-07-05 04:58:14 +00:00 committed by Git OBS Bridge
parent 7c427ced3d
commit 33907b2a1a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 4 20:27:14 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop leftover Sphinx doctrees to make package build reproducible
-------------------------------------------------------------------
Thu Jun 20 14:21:26 UTC 2024 - pgajdos@suse.com

View File

@ -237,6 +237,7 @@ mv %{buildroot}/lib/modules %{buildroot}%{_prefix}/lib
# Fix documentation
mkdir -p %{buildroot}%docdir
mv %{buildroot}%{_datadir}/doc/dpdk %{buildroot}%docdir
rm -r %{buildroot}/%docdir/dpdk/html/.doctrees
# driver .so files often depend upon the bus drivers for their connect bus,
# e.g. ixgbe depends on librte_bus_pci. This means that the bus drivers need