Adds python3-sendfile as requires

(cherry picked from commit 9c621ead4424bd47542a31b4f78fd1c7690c8f20)
This commit is contained in:
王玺源 2021-11-30 11:26:06 +00:00 committed by openeuler-sync-bot
parent dc73671d39
commit e9ec1aa1fb

View File

@ -7,7 +7,7 @@ Name: openstack-ironic
# https://review.openstack.org/#/q/I1a161b2c1d1e27268065b6b4be24c8f7a5315afb,n,z
Summary: OpenStack Baremetal Hypervisor API (ironic)
Version: 13.0.7
Release: 3
Release: 4
License: ASL 2.0
URL: http://www.openstack.org
Source0: https://tarballs.openstack.org/ironic/ironic-%{version}.tar.gz
@ -140,6 +140,7 @@ Requires: python3-tenacity
Requires: python3-tooz
Requires: python3-webob
Requires: python3-wsme
Requires: python3-pysendfile
Requires(pre): shadow-utils
%description -n python3-ironic
@ -291,6 +292,9 @@ exit 0
%changelog
* Mon Nov 29 2021 lijiawei <ljw1101.vip@gmail.com> - 13.0.7-4
- Adds python3-sendfile as requires
* Thu Nov 18 2021 huangtianhua <huangtianhua@huawei.com> - 13.0.7-3
- Adds python3-wsme as buildrequires and fix build error