From 71515cc8037b729b80c908910f951f76dcf04846 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Thu, 19 Jun 2025 08:15:36 +0000 Subject: [PATCH] fix install error (cherry picked from commit be582ea7a8421b0904316802d34856507f19970f) --- python-cinderlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cinderlib.spec b/python-cinderlib.spec index ecc52a2..b446d88 100644 --- a/python-cinderlib.spec +++ b/python-cinderlib.spec @@ -1,8 +1,8 @@ -%global __requires_exclude python3\\.9dist\\(cinder\\) +%global __requires_exclude python3\\.11dist\\(cinder\\) %global _empty_manifest_terminate_build 0 Name: python-cinderlib Version: 4.0.0 -Release: 1 +Release: 2 Summary: Direct usage of Cinder Block Storage drivers without the services License: Apache-2.0 URL: https://docs.openstack.org/cinderlib/latest/ @@ -101,6 +101,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 19 2025 tzing_t - 4.0.0-2 +- Fix install error + * Mon Apr 17 2023 OpenStack_SIG - 4.0.0-1 - Init package python3-cinderlib of version 4.0.0 -- Gitee