From 696946dba45b717e54825a629df32553cead3dfc Mon Sep 17 00:00:00 2001 From: sean-lau Date: Mon, 23 Aug 2021 16:17:14 +0800 Subject: [PATCH] Fix wrong requires of python3-oslo-config --- openstack-dashboard.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openstack-dashboard.spec b/openstack-dashboard.spec index 71b9838..089de9e 100644 --- a/openstack-dashboard.spec +++ b/openstack-dashboard.spec @@ -1,7 +1,7 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: openstack-dashboard Version: 19.2.0 -Release: 1 +Release: 2 Summary: OpenStack Dashboard (Horizon) License: Apache-2.0 and BSD URL: http://horizon.openstack.org/ @@ -132,7 +132,7 @@ Requires: python3-django-debreach Requires: python3-scss >= 1.3.7 Requires: fontawesome-fonts-web >= 4.1.0 Requires: python3-oslo-concurrency >= 3.26.0 -Requires: python3-oslo-config >= 2:5.2.0 +Requires: python3-oslo-config >= 5.2.0 Requires: python3-oslo-i18n >= 3.15.3 Requires: python3-oslo-serialization >= 2.18.0 Requires: python3-oslo-utils >= 3.40.0 @@ -345,6 +345,9 @@ systemctl daemon-reload >/dev/null 2>&1 || : %{python3_sitelib}/openstack_auth %changelog +* Thu Aug 12 2021 liusheng 19.2.0-1 +- Fix wrong requires of python3-oslo-config + * Thu Aug 12 2021 liusheng 19.2.0-1 - Upgrade to version 19.2.0 (OpenStack Wallaby)