commit firecracker for openSUSE:Leap:15.2
Hello community, here is the log from the commit of package firecracker for openSUSE:Leap:15.2 checked in at 2020-05-28 20:10:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/firecracker (Old) and /work/SRC/openSUSE:Leap:15.2/.firecracker.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "firecracker" Thu May 28 20:10:53 2020 rev:2 rq:809543 version:0.19.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/firecracker/firecracker.changes 2020-02-09 11:26:28.959335281 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.firecracker.new.3606/firecracker.changes 2020-05-28 20:10:54.439133150 +0200 @@ -1,0 +2,37 @@ +Mon May 25 11:54:18 UTC 2020 - Liang Yan <lyan@suse.com> + +- Update firecracker to version 0.19.1: + Added: + * New device: virtio-vsock, backed by Unix domain sockets. + * New command-line parameter for firecracker, named --no-api, which + will disable the API server thread. Also, when API server is disabled, + MMDS is no longer available now. + * New command-line parameter for firecracker, named --config-file, which + represents the path to a file that contains a JSON which can be used for + configuring and starting a microVM without sending any API requests. + * The jailer adheres to the "end of command options" convention, meaning + all parameters specified after -- are forwarded verbatim to Firecracker. + * Added KVM_PTP support to the recommended guest kernel config. + * Added entry in FAQ.md for Firecracker Guest timekeeping. + Changed: + * Vsock API call: PUT /vsocks/{id} changed to PUT /vsock and no longer + appear to support multiple vsock devices. Any subsequent calls to this API + endpoint will override the previous vsock device configuration. + Removed: + * Removed experimental support for vhost-based vsock devices. + * Removed unused 'Halting' and 'Halted' instance states. + +------------------------------------------------------------------- +Mon May 25 11:11:56 UTC 2020 - Liang Yan <lyan@suse.com> + +- Modify spec file: + * Change the group to "System/Emulators/PC" which is maintained by virt team. + * Use "rm -f " instead of "rm" to remove spurious files + * Remove macro "_missing_doc_files_terminate_build" + +------------------------------------------------------------------- +Sun May 24 01:20:05 UTC 2020 - Liang Yan <lyan@suse.com> + +- Fix Tumbelweed builds by removing /usr/.crates2.json. + +------------------------------------------------------------------- Old: ---- firecracker-0.17.0.tar.xz New: ---- firecracker-0.19.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ firecracker.spec ++++++ --- /var/tmp/diff_new_pack.YJOJ5D/_old 2020-05-28 20:10:55.207135436 +0200 +++ /var/tmp/diff_new_pack.YJOJ5D/_new 2020-05-28 20:10:55.211135448 +0200 @@ -1,7 +1,7 @@ # # spec file for package firecracker # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,11 @@ %define cargo_home cargo-home Name: firecracker -Version: 0.17.0 +Version: 0.19.1 Release: 0 Summary: Virtual Machine Monitor for creating microVMs License: Apache-2.0 -Group: System/Management +Group: System/Emulators/PC URL: https://firecracker-microvm.github.io/ Source0: %{name}-%{version}.tar.xz # Created using cargo_vendor service @@ -72,7 +72,8 @@ %install # remove spurious file -rm %{buildroot}%{_prefix}/.crates.toml +rm -f %{buildroot}%{_prefix}/.crates.toml +rm -f %{buildroot}%{_prefix}/.crates2.json %files %doc README.md ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YJOJ5D/_old 2020-05-28 20:10:55.231135508 +0200 +++ /var/tmp/diff_new_pack.YJOJ5D/_new 2020-05-28 20:10:55.231135508 +0200 @@ -3,8 +3,8 @@ <param name="url">https://github.com/firecracker-microvm/firecracker.git</param> <param name="scm">git</param> <param name="filename">firecracker</param> - <param name="versionformat">0.17.0</param> - <param name="revision">v0.17.0</param> + <param name="versionformat">0.19.1</param> + <param name="revision">v0.19.1</param> </service> <service name="set_version" mode="disabled"> ++++++ firecracker-0.17.0.tar.xz -> firecracker-0.19.1.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/firecracker/firecracker-0.17.0.tar.xz /work/SRC/openSUSE:Leap:15.2/.firecracker.new.3606/firecracker-0.19.1.tar.xz differ: char 25, line 1 ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/firecracker/vendor.tar.xz /work/SRC/openSUSE:Leap:15.2/.firecracker.new.3606/vendor.tar.xz differ: char 25, line 1
participants (1)
-
root