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:
parent
7c427ced3d
commit
33907b2a1a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user