diff --git a/python-enaml.changes b/python-enaml.changes index 29fe038..977d1a0 100644 --- a/python-enaml.changes +++ b/python-enaml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 12 06:24:53 UTC 2020 - Bernhard Wiedemann + +- Dont ship unreproducible cache files to make package build reproducible + ------------------------------------------------------------------- Thu Jul 9 12:53:51 UTC 2020 - Marketa Calabkova diff --git a/python-enaml.spec b/python-enaml.spec index 39826a9..ea500eb 100644 --- a/python-enaml.spec +++ b/python-enaml.spec @@ -92,6 +92,7 @@ mv enaml enaml_temp # not sure why these two are failing %pytest_arch -k "not (test_focus_tracking or test_focus_traversal)" mv enaml_temp enaml +find %{buildroot} -name __enamlcache__ | xargs rm -r # drop unreproducible files https://github.com/nucleic/enaml/issues/397 %post %{python_install_alternative enaml-compileall enaml-run}