diff --git a/dpdk.changes b/dpdk.changes index 6100004..b541158 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 22 08:58:07 UTC 2023 - Bernhard Wiedemann + +- Cleanup Sphinx build leftovers for reproducible builds + ------------------------------------------------------------------- Tue Jun 21 13:20:00 UTC 2022 - Dirk Müller diff --git a/dpdk.spec b/dpdk.spec index 99175c3..bc2568f 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -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