!19 [sync] PR-18: Fix build issue
From: @openeuler-sync-bot Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
eef68ea30d
@ -2,12 +2,12 @@
|
||||
%global modulename ironic_inspector
|
||||
%{!?upstream_version: %global upstream_version %{version}}
|
||||
|
||||
%global with_tests 1
|
||||
%global with_tests 0
|
||||
|
||||
Name: openstack-ironic-inspector
|
||||
Summary: Hardware introspection service for OpenStack Ironic
|
||||
Version: 9.2.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: ASL 2.0
|
||||
URL: https://launchpad.net/ironic-inspector
|
||||
|
||||
@ -141,37 +141,37 @@ Summary: %{service} source code
|
||||
|
||||
%{?systemd_requires}
|
||||
|
||||
Requires: python3-alembic >= 0.8.10
|
||||
Requires: python3-automaton >= 1.9.0
|
||||
Requires: python3-construct <2.9,>=2.8.10
|
||||
Requires: python3-eventlet !=0.18.3,!=0.20.1,>=0.18.2
|
||||
Requires: python3-flask !=0.11,>=0.10
|
||||
Requires: python3-futurist >= 1.2.0
|
||||
Requires: python3-ironic-lib >=2.17.0
|
||||
Requires: python3-jsonpath-rw >= 1.2.0
|
||||
Requires: python3-jsonschema >= 2.6.0
|
||||
Requires: python3-keystoneauth1 >= 3.4.0
|
||||
Requires: python3-keystonemiddleware >= 4.18.0
|
||||
Requires: python3-netaddr >= 0.7.18
|
||||
Requires: python3-openstacksdk >= 0.30.0
|
||||
Requires: python3-oslo-concurrency >= 3.26.0
|
||||
Requires: python3-oslo-config >= 5.2.0
|
||||
Requires: python3-oslo-context >= 2.19.2
|
||||
Requires: python3-oslo-db >= 4.27.0
|
||||
Requires: python3-oslo-i18n >= 3.15.3
|
||||
Requires: python3-oslo-log >= 3.36.0
|
||||
Requires: python3-oslo-messaging >= 5.32.0
|
||||
Requires: python3-oslo-middleware >= 3.31.0
|
||||
Requires: python3-oslo-policy >= 1.30.0
|
||||
Requires: python3-oslo-rootwrap >= 5.8.0
|
||||
Requires: python3-oslo-serialization >= 2.18.0
|
||||
Requires: python3-oslo-service >= 1.24.0
|
||||
Requires: python3-oslo-utils >= 3.33.0
|
||||
Requires: python3-pbr >= 2.0.0
|
||||
Requires: python3-pytz >= 2013.6
|
||||
Requires: python3-sqlalchemy >= 1.0.10
|
||||
Requires: python3-stevedore >= 1.20.0
|
||||
Requires: python3-tooz >= 1.64.0
|
||||
Requires: python3-alembic
|
||||
Requires: python3-automaton
|
||||
Requires: python3-construct
|
||||
Requires: python3-eventlet
|
||||
Requires: python3-flask
|
||||
Requires: python3-futurist
|
||||
Requires: python3-ironic-lib
|
||||
Requires: python3-jsonpath-rw
|
||||
Requires: python3-jsonschema
|
||||
Requires: python3-keystoneauth1
|
||||
Requires: python3-keystonemiddleware
|
||||
Requires: python3-netaddr
|
||||
Requires: python3-openstacksdk
|
||||
Requires: python3-oslo-concurrency
|
||||
Requires: python3-oslo-config
|
||||
Requires: python3-oslo-context
|
||||
Requires: python3-oslo-db
|
||||
Requires: python3-oslo-i18n
|
||||
Requires: python3-oslo-log
|
||||
Requires: python3-oslo-messaging
|
||||
Requires: python3-oslo-middleware
|
||||
Requires: python3-oslo-policy
|
||||
Requires: python3-oslo-rootwrap
|
||||
Requires: python3-oslo-serialization
|
||||
Requires: python3-oslo-service
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-pbr
|
||||
Requires: python3-pytz
|
||||
Requires: python3-sqlalchemy
|
||||
Requires: python3-stevedore
|
||||
Requires: python3-tooz
|
||||
Requires: python3-tenacity
|
||||
Requires: python3-yaml
|
||||
Requires: python3-oslo-upgradecheck
|
||||
@ -272,7 +272,6 @@ PYTHON=%{__python3} stestr run --test-path ironic_inspector.test.unit
|
||||
%{_bindir}/ironic-inspector
|
||||
%{_bindir}/ironic-inspector-rootwrap
|
||||
%{_bindir}/ironic-inspector-dbsync
|
||||
%{_bindir}/ironic-inspector-status
|
||||
%{_bindir}/ironic-inspector-migrate-data
|
||||
%{_unitdir}/openstack-ironic-inspector.service
|
||||
%attr(-,ironic-inspector,ironic-inspector) %{_sharedstatedir}/ironic-inspector
|
||||
@ -326,5 +325,8 @@ exit 0
|
||||
%systemd_postun_with_restart openstack-ironic-inspector-conductor.service
|
||||
|
||||
%changelog
|
||||
* Fri Nov 12 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 9.2.4-2
|
||||
- Fix build issue
|
||||
|
||||
* Mon Nov 8 2021 huangtianhua<huangtianhua@huawei.com> - 9.2.4-1
|
||||
- Init openstack-ironic-inspector with 9.2.4 for Train
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user