!23 [Lightweight PR]: Remove useless temp file creat action
From: @xiyuanwang Reviewed-by: @huangtianhua Signed-off-by: @huangtianhua
This commit is contained in:
commit
015e2c0cde
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user