From fe635c6ce95d89f14b4962380a9280d456b52c0a Mon Sep 17 00:00:00 2001 From: tzing_t Date: Thu, 23 Nov 2023 11:27:32 +0000 Subject: [PATCH] fix install error --- python-os-api-ref.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-os-api-ref.spec b/python-os-api-ref.spec index 8008729..0ebadea 100644 --- a/python-os-api-ref.spec +++ b/python-os-api-ref.spec @@ -1,7 +1,8 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude ^python3\\.1?[0-9]dist\\((openstackdocstheme|sphinx)\\) Name: python-os-api-ref Version: 2.1.0 -Release: 1 +Release: 2 Summary: Sphinx Extensions to support API reference sites in OpenStack License: Apache-2.0 URL: https://docs.openstack.org/os-api-ref/latest/ @@ -77,5 +78,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 23 2023 zhengting - 2.1.0-2 +* fix install error + * Sat Jul 31 2021 OpenStack_SIG - 2.1.0-1 - Package init