From 18e02030e426d23756c6e8c99f8fb6c389f15878 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Fri, 17 Jun 2022 09:46:54 +0800 Subject: [PATCH] Remove unnecessary Buildrequires git --- python-opentracing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-opentracing.spec b/python-opentracing.spec index c15c3ef..d6848bb 100644 --- a/python-opentracing.spec +++ b/python-opentracing.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-opentracing Version: 2.4.0 -Release: 1 +Release: 2 Summary: OpenTracing API for Python. See documentation at http://opentracing.io License: Apache-2.0 URL: https://github.com/opentracing/opentracing-python @@ -34,7 +34,7 @@ Provides: python3-opentracing-doc This library is a Python platform API for OpenTracing. %prep -%autosetup -n opentracing-2.4.0 -S git +%autosetup -n opentracing-2.4.0 %build %py3_build @@ -79,5 +79,8 @@ pytest %{_docdir}/* %changelog +* Fri Jun 17 2022 tanyulong - 2.4.0-2 +- delete -S git from %autosetup + * Fri Jul 30 2021 OpenStack_SIG - 2.4.0-1 - Package Spec generate