diff --git a/dpdk.changes b/dpdk.changes index 1c7ac05..44a71b5 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 4 20:27:14 UTC 2024 - Bernhard Wiedemann + +- Drop leftover Sphinx doctrees to make package build reproducible + ------------------------------------------------------------------- Thu Jun 20 14:21:26 UTC 2024 - pgajdos@suse.com diff --git a/dpdk.spec b/dpdk.spec index 91e5712..117b733 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -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