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,-)