From ffc216c68253539a437ca411908ccd93942ac59e Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 24 Aug 2021 10:00:11 +0000 Subject: [PATCH] Fix oslo-config requires --- openstack-ironic-python-agent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openstack-ironic-python-agent.spec b/openstack-ironic-python-agent.spec index 0503b33..766209f 100644 --- a/openstack-ironic-python-agent.spec +++ b/openstack-ironic-python-agent.spec @@ -7,7 +7,7 @@ Name: openstack-ironic-python-agent Summary: A python agent for provisioning and deprovisioning bare metal servers Version: 7.0.1 -Release: 1 +Release: 2 License: ASL 2.0 URL: https://github.com/openstack/ironic-python-agent @@ -73,7 +73,7 @@ Requires: python3-eventlet >= 0.18.2 Requires: python3-ironic-lib >= 4.5.0 Requires: python3-netifaces >= 0.10.4 Requires: python3-oslo-concurrency >= 3.26.0 -Requires: python3-oslo-config >= 2:5.2.0 +Requires: python3-oslo-config Requires: python3-oslo-log >= 3.36.0 Requires: python3-oslo-serialization >= 2.18.0 Requires: python3-oslo-service >= 1.24.0 @@ -169,6 +169,9 @@ stestr --test-path ironic_python_agent/tests/unit run %systemd_postun_with_restart openstack-ironic-python-agent.service %changelog +* Tue Aug 24 2021 huangtianhua 7.0.1-2 +- Fix oslo-config requires + * Mon Jul 26 2021 liksh 7.0.1-1 - Update to 7.0.1