From d93798905d087dc2eed6954e26da2823426c2063 Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 13:54:32 +0800 Subject: [PATCH 1/3] remove some unnecessary buildrequires --- python-textfsm.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-textfsm.spec b/python-textfsm.spec index 237a8e5..28cbfae 100644 --- a/python-textfsm.spec +++ b/python-textfsm.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-textfsm Version: 1.1.0 -Release: 2 +Release: 3 Summary: Python module for parsing semi-structured text into python tables. License: ASL 2.0 URL: https://github.com/google/textfsm @@ -28,12 +28,12 @@ licence for the benefit of the wider community. %package -n python3-textfsm Summary: Python module for parsing semi-structured text into python tables. Provides: python-textfsm -BuildRequires: python3-pip -BuildRequires: python3-pbr +#BuildRequires: python3-pip +#BuildRequires: python3-pbr BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-six -BuildRequires: python3-pytest-runner +#BuildRequires: python3-six +#BuildRequires: python3-pytest-runner Requires: python3-future Requires: python3-six Requires: python3-pytest-runner @@ -115,6 +115,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 3 2022 zhaoshuang +- remove some unnecessary buildrequires + * Fri Aug 6 2021 huangtianhua - Adds pip/pbr/pytest-runner as BuildRequires -- Gitee From f8e1ee1d8336aeb8dee87a6620fb2af72fb0b438 Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 14:05:34 +0800 Subject: [PATCH 2/3] remove some unnecessary buildrequires --- python-textfsm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-textfsm.spec b/python-textfsm.spec index 28cbfae..8cae2a5 100644 --- a/python-textfsm.spec +++ b/python-textfsm.spec @@ -32,7 +32,7 @@ Provides: python-textfsm #BuildRequires: python3-pbr BuildRequires: python3-devel BuildRequires: python3-setuptools -#BuildRequires: python3-six +BuildRequires: python3-six #BuildRequires: python3-pytest-runner Requires: python3-future Requires: python3-six -- Gitee From d1e0a90d9fef49924f7dc4bb81008680b3685a18 Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 14:24:11 +0800 Subject: [PATCH 3/3] remove some unnecessary buildrequires --- python-textfsm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-textfsm.spec b/python-textfsm.spec index 8cae2a5..fad686d 100644 --- a/python-textfsm.spec +++ b/python-textfsm.spec @@ -28,7 +28,7 @@ licence for the benefit of the wider community. %package -n python3-textfsm Summary: Python module for parsing semi-structured text into python tables. Provides: python-textfsm -#BuildRequires: python3-pip +BuildRequires: python3-pip #BuildRequires: python3-pbr BuildRequires: python3-devel BuildRequires: python3-setuptools -- Gitee