diff --git a/python-opencensus-context.changes b/python-opencensus-context.changes index 7aeeaa8..c830185 100644 --- a/python-opencensus-context.changes +++ b/python-opencensus-context.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 18 14:22:46 UTC 2020 - John Paul Adrian Glaubitz + +- Remove common files conflicting with python-opencensus package + ------------------------------------------------------------------- Tue Feb 18 08:37:54 UTC 2020 - Tomáš Chvátal diff --git a/python-opencensus-context.spec b/python-opencensus-context.spec index 4e629fb..b3c020e 100644 --- a/python-opencensus-context.spec +++ b/python-opencensus-context.spec @@ -47,6 +47,10 @@ touch tests/__init__.py %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%{python_expand # delete common files +rm -rf %{buildroot}%{$python_sitelib}/opencensus/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/opencensus/common/__init__.* +} %check %python_exec -m unittest discover -v