From b0c962254e58fa86a18a5c1c298feff260c70906ac8925f18d76fbb22250ce7e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 22 Nov 2018 20:27:39 +0000 Subject: [PATCH] Accepting request 651138 from home:bmwiedemann:branches:devel:languages:python drop indeterministic unnecessary .dot files to make package build reproducible (boo#1114571) OBS-URL: https://build.opensuse.org/request/show/651138 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=8 --- python-textX.changes | 6 ++++++ python-textX.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-textX.changes b/python-textX.changes index 1a91025..7e37003 100644 --- a/python-textX.changes +++ b/python-textX.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 22 14:31:16 UTC 2018 - Bernhard Wiedemann + +- drop indeterministic .dot files to make package build reproducible + (boo#1114571) + ------------------------------------------------------------------- Fri Jul 6 20:48:57 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-textX.spec b/python-textX.spec index ac7805a..e8394c8 100644 --- a/python-textX.spec +++ b/python-textX.spec @@ -77,6 +77,7 @@ Documentation, tutorial and examples for %name. %check %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} +find examples/ -name \*.dot | xargs rm # drop indeterministic files (boo#1114571) %files %{python_files} %defattr(-,root,root,-)