diff --git a/openstack-ironic.spec b/openstack-ironic.spec index fa8464e..c1bcb3b 100644 --- a/openstack-ironic.spec +++ b/openstack-ironic.spec @@ -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 - 13.0.7-4 +- Adds python3-sendfile as requires + * Thu Nov 18 2021 huangtianhua - 13.0.7-3 - Adds python3-wsme as buildrequires and fix build error