update version to 9.25.1

This commit is contained in:
markeryang 2023-10-24 10:25:17 +08:00
parent 4be94c453f
commit 3c4c32e4a8
4 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
kiwi-9.25.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%{?python_enable_dependency_generator}
Name: kiwi
Version: 9.24.1
Version: 9.25.1
Release: 1
License: GPLv3+
Summary: Flexible operating system image builder
@ -163,6 +163,7 @@ done
%license LICENSE
%{_bindir}/%{name}*
%{python3_sitelib}/%{name}*/
%exclude %{_bindir}/kiwi-parse-verity
%files tools
%defattr(-,root,root)
@ -174,6 +175,7 @@ done
%{_bindir}/%{name}*
%{_datadir}/bash-completion/completions/%{name}-ng
%config(noreplace) %{_sysconfdir}/kiwi.yml
%exclude %{_bindir}/kiwi-parse-verity
%ifarch %{ix86} x86_64
%files pxeboot
@ -192,6 +194,9 @@ done
%{_mandir}/man8/%{name}*
%changelog
* Tue Oct 24 2023 yanglongkang <yanglongkang@h-partners.com> - 9.25.1-1
- update version to 9.25.1
* Thu Jul 20 2023 yanglongkang <yanglongkang@h-partners.com> - 9.24.1-1
- update version to 9.24.1

View File

@ -134,7 +134,7 @@ index 5b26798..30d30bc 100644
self, mbrid: Optional[SystemIdentifier] = None,
@@ -169,15 +177,16 @@ class BootImageKiwi(BootImageBase):
data.sync_data(
options=['-a']
options=Defaults.get_sync_options()
)
- boot_directory = temp_boot_root_directory + '/boot'
- Path.wipe(boot_directory)