From 1a497c3e2058dfc123ba955fa59f9afde0126658 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:18:47 +0800 Subject: [PATCH] delete BuildRequires gdb --- python-netifaces.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-netifaces.spec b/python-netifaces.spec index 70acbee..37c3680 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-netifaces Version: 0.10.9 -Release: 1 +Release: 2 Summary: Portable network interface information. License: MIT License URL: https://github.com/al45tair/netifaces @@ -25,7 +25,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-netifaces It’s been annoying me for some time that there’s no easy way to get the address(es) of the machine’s network interfaces from Python. There is @@ -92,5 +91,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 04 2021 chenyanpanHW - 0.10.9-2 +- DESC: delete BuildRequires gdb + * Fri Oct 09 2020 Python_Bot - Package Spec generated -- Gitee