diff --git a/python-opencensus-ext-threading.changes b/python-opencensus-ext-threading.changes index c2e993a..f4443d2 100644 --- a/python-opencensus-ext-threading.changes +++ b/python-opencensus-ext-threading.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 10 12:55:13 UTC 2020 - Tomáš Chvátal + +- Do not provide generic ext folder init content + ------------------------------------------------------------------- Fri Feb 21 18:40:38 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-opencensus-ext-threading.spec b/python-opencensus-ext-threading.spec index f010a86..71eb75f 100644 --- a/python-opencensus-ext-threading.spec +++ b/python-opencensus-ext-threading.spec @@ -57,6 +57,8 @@ 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__ +rm -rf %{buildroot}%{$python_sitelib}/opencensus/ext/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/opencensus/ext/__pycache__ } %check