From e244dc99f7c7c58a95e5f2f65659a68eea8fe7c8 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:14:04 +0000 Subject: [PATCH] Fix install error --- python-keystonemiddleware.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-keystonemiddleware.spec b/python-keystonemiddleware.spec index 8b024c1..1548c2d 100644 --- a/python-keystonemiddleware.spec +++ b/python-keystonemiddleware.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-keystonemiddleware Version: 7.0.1 -Release: 1 +Release: 2 Summary: Middleware for OpenStack Identity License: Apache-2.0 URL: https://docs.openstack.org/keystonemiddleware/latest/ @@ -33,7 +33,7 @@ BuildRequires: python3-pycadf BuildRequires: python3-keystoneclient BuildRequires: python3-requests BuildRequires: python3-six -BuildRequires: python3-webob +BuildRequires: python3-webob == 1.8.5 BuildRequires: python3-oslo-messaging # Tests running requires BuildRequires: python3-hacking @@ -66,7 +66,7 @@ Requires: python3-pycadf Requires: python3-keystoneclient Requires: python3-requests Requires: python3-six -Requires: python3-webob +Requires: python3-webob == 1.8.5 Requires: python3-oslo-messaging # Tests running requires Requires: python3-hacking @@ -138,6 +138,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 7.0.1-2 +- Fix install error + * Tue Nov 16 2021 OpenStack_SIG - 7.0.1-1 - Init package python3-keystonemiddleware of version 7.0.1 -- Gitee