From 9c1b11f9089fe1bad258bbd5611f9dd2f5412643401343bc94840e2ba6b95c11 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 23 Feb 2023 14:12:56 +0000 Subject: [PATCH] Accepting request 1067125 from home:bmwiedemann:branches:network Cleanup Sphinx build leftovers for reproducible builds There is still some non-determinism in /usr/share/doc/packages/dpdk/dpdk/html/searchindex.js but that should probably be solved in the Sphinx code OBS-URL: https://build.opensuse.org/request/show/1067125 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=141 --- dpdk.changes | 5 +++++ dpdk.spec | 1 + 2 files changed, 6 insertions(+) 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