From 18403c25f61d5a17c25ca0f02020c6a47f3124d6 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:32:00 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-yappi.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-yappi.spec b/python-yappi.spec index 61d0fb3..ed8cd7b 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -1,13 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-yappi Version: 1.3.2 -Release: 1 +Release: 2 Summary: Yet Another Python Profiler License: MIT URL: https://github.com/sumerc/yappi Source0: https://files.pythonhosted.org/packages/4c/18/1b9387c7d3bf0d7aa54773ded7d286bcb8b04ec242404969f6656a385a11/yappi-1.3.2.tar.gz -BuildRequires: git BuildRequires: gcc %description @@ -26,7 +25,7 @@ Yappi, Yet Another Python Profiler, provides multithreading and cpu-time support to profile python programs. %prep -%autosetup -n yappi-%{version} -S git +%autosetup -n yappi-%{version} -p1 %build %py3_build @@ -54,6 +53,9 @@ export PYTHONPATH=%{buildroot}/%{python3_sitearch} %{_bindir}/yappi-3* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.3.2-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Dec 31 2020 Python_Bot - Package Spec generated