fix install error

This commit is contained in:
tzing_t 2023-11-23 11:27:32 +00:00
parent 8f1e0f18d4
commit fe635c6ce9

View File

@ -1,7 +1,8 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%global __requires_exclude ^python3\\.1?[0-9]dist\\((openstackdocstheme|sphinx)\\)
Name: python-os-api-ref Name: python-os-api-ref
Version: 2.1.0 Version: 2.1.0
Release: 1 Release: 2
Summary: Sphinx Extensions to support API reference sites in OpenStack Summary: Sphinx Extensions to support API reference sites in OpenStack
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/os-api-ref/latest/ URL: https://docs.openstack.org/os-api-ref/latest/
@ -77,5 +78,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Nov 23 2023 zhengting <zhengting13@huawei.com> - 2.1.0-2
* fix install error
* Sat Jul 31 2021 OpenStack_SIG <openstack@openeuler.org> - 2.1.0-1 * Sat Jul 31 2021 OpenStack_SIG <openstack@openeuler.org> - 2.1.0-1
- Package init - Package init