From 5f37b860079dba45775fafea49c44f54f640f4d0 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 1 Mar 2023 12:09:06 +0000 Subject: [PATCH] Fix install error --- python-glance-store.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-glance-store.spec b/python-glance-store.spec index 63856d2..7f10e5d 100644 --- a/python-glance-store.spec +++ b/python-glance-store.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-glance-store Version: 1.0.1 -Release: 1 +Release: 2 Summary: OpenStack Image Service Store Library License: Apache-2.0 URL: https://docs.openstack.org/glance_store/latest/ @@ -37,7 +37,7 @@ BuildRequires: python3-os-brick BuildRequires: python3-oslo-rootwrap BuildRequires: python3-oslo-privsep BuildRequires: python3-httplib2 -BuildRequires: python3-swiftclient +BuildRequires: python3-swiftclient == 3.8.1 BuildRequires: python3-oslo-vmware # General requires Requires: python3-oslo-config @@ -57,7 +57,7 @@ Requires: python3-os-brick Requires: python3-oslo-rootwrap Requires: python3-oslo-privsep Requires: python3-httplib2 -Requires: python3-swiftclient +Requires: python3-swiftclient == 3.8.1 Requires: python3-oslo-vmware %description -n python3-glance-store Glance store library. @@ -111,6 +111,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Mar 01 2023 OpenStack_SIG - 1.0.1-2 +- Fix install error + * Mon Nov 15 2021 liusheng - 1.0.1-1 - Upgrade glance_store package to version 1.0.1 -- Gitee