From 78e5755628ee269b5e07f7ab77482bf5ab772852 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Mon, 20 Jun 2022 15:52:15 +0800 Subject: [PATCH] Delete unnecessary gdb from BuildRequires --- python-dateutil.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index a7c28a6..6f7e1ff 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -3,7 +3,7 @@ Name: python-dateutil Version: 2.8.2 -Release: 1 +Release: 2 Epoch: 1 Summary: Powerful extensions to datetime License: Apache 2.0 or BSD or Python @@ -11,7 +11,6 @@ URL: https://github.com/dateutil/dateutil Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz BuildArch: noarch -Buildrequires: gdb %description %{_description} @@ -53,6 +52,12 @@ export LANG=en_US.UTF-8 %doc NEWS PKG-INFO RELEASING %changelog +* Mon Jun 20 2022 tanyulong - 2.8.2-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Delete unnecessary gdb from BuildRequires + *Sat Nov 13 2021 liudabo - 2.8.2-1 - Type:NA - ID:NA -- Gitee