From ed863ee33f3932eac23398e683ab5de1dc074aa6 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 15 Jul 2022 06:27:12 +0000 Subject: [PATCH] Adds requires python3-setuptools_scm --- python-rst-linker.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-rst-linker.spec b/python-rst-linker.spec index c885347..2b6f2aa 100644 --- a/python-rst-linker.spec +++ b/python-rst-linker.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-rst-linker Version: 1.9 -Release: 1 +Release: 2 Summary: rst.linker License: MIT URL: https://github.com/jaraco/rst.linker @@ -19,6 +19,7 @@ Provides: python-rst-linker # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel @@ -90,6 +91,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 15 2022 OpenStack_SIG - 1.9-2 +- Adds requires python3-setuptools_scm + * Thu Feb 17 2022 OpenStack_SIG - 1.9-1 - Init package python3-rst-linker of version 1.9 -- Gitee