Remove useless temp file creat action

This commit is contained in:
王玺源 2021-08-23 08:44:51 +00:00 committed by Gitee
parent de034313f0
commit aaecd4c696

View File

@ -1,6 +1,6 @@
Name: openstack-glance
Version: 22.0.0
Release: 1
Release: 2
Summary: OpenStack Image Service (Glance)
License: ASL 2.0
URL: https://docs.openstack.org/glance
@ -263,9 +263,6 @@ rm -rf %{buildroot}%{_prefix}%{_sysconfdir}/glance
%check
stestr run --black-regex 'glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vdi'
%post
%tmpfiles_create %{_tmpfilesdir}/glance.conf
%post api
%systemd_post %{name}-api.service
@ -325,6 +322,9 @@ stestr run --black-regex 'glance.tests.unit.common.test_format_inspector.TestFor
%{python3_sitelib}/glance/tests
%changelog
* Mon Aug 23 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 22.0.0-2
- Remove useless temp file creat action
* Thu Aug 12 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 22.0.0-1
- Upgrade to 22.0.0 for OpenStack Wallaby