SHA256
1
0
forked from pool/dpdk
Ana Guerrero 2024-07-05 17:45:24 +00:00 committed by Git OBS Bridge
commit 9af452127c
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