diff --git a/python-opencensus-context.changes b/python-opencensus-context.changes index c830185..70baa7e 100644 --- a/python-opencensus-context.changes +++ b/python-opencensus-context.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 20 10:54:04 UTC 2020 - John Paul Adrian Glaubitz + +- Remove __pycache__ files conflicting with python-opencensus package + ------------------------------------------------------------------- Tue Feb 18 14:22:46 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-opencensus-context.spec b/python-opencensus-context.spec index b3c020e..1f3536d 100644 --- a/python-opencensus-context.spec +++ b/python-opencensus-context.spec @@ -49,7 +49,9 @@ touch tests/__init__.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %{python_expand # delete common files rm -rf %{buildroot}%{$python_sitelib}/opencensus/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/opencensus/__pycache__ rm -rf %{buildroot}%{$python_sitelib}/opencensus/common/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/opencensus/common/__pycache__ } %check