!22 Fix wrong requires of python3-oslo-config

From: @sean-lau
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-23 08:36:29 +00:00 committed by Gitee
commit 561325aeaf

View File

@ -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 <liusheng2048@gmail.com> 19.2.0-1
- Fix wrong requires of python3-oslo-config
* Thu Aug 12 2021 liusheng <liusheng2048@gmail.com> 19.2.0-1
- Upgrade to version 19.2.0 (OpenStack Wallaby)