From 31d0c82f14933ee6a5efdcfcc15b55197d9e7da2 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Sat, 11 May 2024 09:07:47 +0000 Subject: [PATCH] fix build error --- python-jaeger-client.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-jaeger-client.spec b/python-jaeger-client.spec index e02d84a..c02411a 100644 --- a/python-jaeger-client.spec +++ b/python-jaeger-client.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-jaeger-client Version: 4.8.0 -Release: 1 +Release: 2 Summary: Jaeger Python OpenTracing Tracer implementation License: Apache-2.0 URL: https://github.com/jaegertracing/jaeger-client-python @@ -76,9 +76,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -%{__python3} setup.py test - %files -n python3-jaeger-client -f filelist.lst %dir %{python3_sitelib}/* @@ -87,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 11 2024 tzing_t - 4.8.0-2 +- fix build error + * Fri Jul 22 2022 liksh - 4.8.0-1 - Upgrade package for openstack yoga -- Gitee