update version to 9.25.1
This commit is contained in:
parent
4be94c453f
commit
3c4c32e4a8
Binary file not shown.
BIN
kiwi-9.25.1.tar.gz
Normal file
BIN
kiwi-9.25.1.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: kiwi
|
Name: kiwi
|
||||||
Version: 9.24.1
|
Version: 9.25.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: Flexible operating system image builder
|
Summary: Flexible operating system image builder
|
||||||
@ -163,6 +163,7 @@ done
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/%{name}*
|
%{_bindir}/%{name}*
|
||||||
%{python3_sitelib}/%{name}*/
|
%{python3_sitelib}/%{name}*/
|
||||||
|
%exclude %{_bindir}/kiwi-parse-verity
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -174,6 +175,7 @@ done
|
|||||||
%{_bindir}/%{name}*
|
%{_bindir}/%{name}*
|
||||||
%{_datadir}/bash-completion/completions/%{name}-ng
|
%{_datadir}/bash-completion/completions/%{name}-ng
|
||||||
%config(noreplace) %{_sysconfdir}/kiwi.yml
|
%config(noreplace) %{_sysconfdir}/kiwi.yml
|
||||||
|
%exclude %{_bindir}/kiwi-parse-verity
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%files pxeboot
|
%files pxeboot
|
||||||
@ -192,6 +194,9 @@ done
|
|||||||
%{_mandir}/man8/%{name}*
|
%{_mandir}/man8/%{name}*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 20 2023 yanglongkang <yanglongkang@h-partners.com> - 9.24.1-1
|
||||||
- update version to 9.24.1
|
- update version to 9.24.1
|
||||||
|
|
||||||
|
|||||||
@ -134,7 +134,7 @@ index 5b26798..30d30bc 100644
|
|||||||
self, mbrid: Optional[SystemIdentifier] = None,
|
self, mbrid: Optional[SystemIdentifier] = None,
|
||||||
@@ -169,15 +177,16 @@ class BootImageKiwi(BootImageBase):
|
@@ -169,15 +177,16 @@ class BootImageKiwi(BootImageBase):
|
||||||
data.sync_data(
|
data.sync_data(
|
||||||
options=['-a']
|
options=Defaults.get_sync_options()
|
||||||
)
|
)
|
||||||
- boot_directory = temp_boot_root_directory + '/boot'
|
- boot_directory = temp_boot_root_directory + '/boot'
|
||||||
- Path.wipe(boot_directory)
|
- Path.wipe(boot_directory)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user