Hello community,

here is the log from the commit of package firecracker for openSUSE:Factory 
checked in at 2020-05-26 17:19:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firecracker (Old)
 and      /work/SRC/openSUSE:Factory/.firecracker.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firecracker"

Tue May 26 17:19:32 2020 rev:3 rq:808773 version:0.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/firecracker/firecracker.changes  2019-09-23 
12:32:02.373663047 +0200
+++ /work/SRC/openSUSE:Factory/.firecracker.new.2738/firecracker.changes        
2020-05-26 17:19:49.240039342 +0200
@@ -1,0 +2,37 @@
+Mon May 25 11:54:18 UTC 2020 - Liang Yan <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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.X3xY8B/_old  2020-05-26 17:19:52.036045353 +0200
+++ /var/tmp/diff_new_pack.X3xY8B/_new  2020-05-26 17:19:52.040045362 +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.X3xY8B/_old  2020-05-26 17:19:52.068045422 +0200
+++ /var/tmp/diff_new_pack.X3xY8B/_new  2020-05-26 17:19:52.072045431 +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:Factory/firecracker/firecracker-0.17.0.tar.xz 
/work/SRC/openSUSE:Factory/.firecracker.new.2738/firecracker-0.19.1.tar.xz 
differ: char 25, line 1

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/firecracker/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.firecracker.new.2738/vendor.tar.xz differ: char 25, 
line 1


Reply via email to