Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkrun for openSUSE:Factory checked 
in at 2022-05-28 00:28:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkrun (Old)
 and      /work/SRC/openSUSE:Factory/.libkrun.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkrun"

Sat May 28 00:28:20 2022 rev:4 rq:979475 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkrun/libkrun.changes  2021-08-11 
11:47:33.181722261 +0200
+++ /work/SRC/openSUSE:Factory/.libkrun.new.2254/libkrun.changes        
2022-05-28 00:28:23.849676522 +0200
@@ -1,0 +2,48 @@
+Fri May 27 12:23:06 UTC 2022 - dfaggi...@suse.com
+
+- Automatic update of vendored dependencies
+- Update to version 0.1.8.
+- (From upstream) Bump version to 0.1.8. We're about to introduce
+  some breaking changes that will lead us to 0.2.0, so let's
+  release a version now so people can get the latest clean ups
+  without jumping all the way into 0.2.
+- Some changes:
+  * utils: drop unused functionality
+  * CI: fail on clippy warnings
+  * cpuid/logger: remove  "fn main" in doctests
+  * Use vm-memory from crates.io
+  * Remove unneeded extern declarations
+  * libkrun: fix clippy warnings
+  * libkrun: set Rust Edition to 2021
+  * vmm: fix clippy warnings
+  * vmm: set Rust Edition to 2021
+  * kernel: fix clippy warnings
+  * kernel: set Rust Edition to 2021
+  * logger: fix clippy warnings
+  * logger: update code to Rust 2021
+  * polly: fix clippy warnings
+  * polly: set Rust Edition to 2021
+  * utils: fix clippy warnings
+  * utils: set Rust Edition to 2021
+  * devices: fix clippy warnings
+  * devices: set Rust Edition to 2021
+  * cpuid: fix clippy warnings
+  * cpuid: update code to Rust 2021
+  * arch: fix clippy warnings
+  * arch: update code to Rust 2021
+  * SEV: Ensure space for BIOS is always reserved
+  * SEV: Implement support for SEV-ES
+  * SEV: Increase the RAM of the examples to 2 GiB
+  * SEV: Add the SEV flag to the Makefiles
+  * SEV: Add a couple of examples fro libkrun-SEV
+  * SEV: Automatically detect AMD CPU model
+  * SEV: Implement support for Remote Attestation
+  * SEV: Teach init how to open a LUKS volume
+  * SEV: Add support for initramfs
+  * SEV: Import virtio-block support from Firecraker
+  * SEV: Initial plain SEV support
+  * SEV: Configure MTRR MSR
+  * SEV: Load qboot into the reset vector
+  * CI: use default Cargo features on tests
+
+-------------------------------------------------------------------

Old:
----
  libkrun-0.1.7.obscpio
  vendor.tar.xz

New:
----
  libkrun-0.1.8.obscpio
  vendor.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libkrun.spec ++++++
--- /var/tmp/diff_new_pack.wCcmkN/_old  2022-05-28 00:28:25.309678480 +0200
+++ /var/tmp/diff_new_pack.wCcmkN/_new  2022-05-28 00:28:25.325678501 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkrun
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           libkrun
-Version:        0.1.7
+Version:        0.1.8
 Release:        0
 Summary:        A dynamic library providing KVM-based process isolation 
capabilities
 License:        Apache-2.0
 URL:            https://github.com/containers/libkrun
 Source0:        libkrun-%{version}.tar.gz
-Source1:        vendor.tar.xz
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 ExclusiveArch:  x86_64 aarch64
 BuildRequires:  cargo >= 1.43.0
@@ -36,8 +36,8 @@
 %ifarch aarch64
 BuildRequires:  libfdt-devel >= 1.6.0
 %endif
-Conflicts:      libkrun0 <= 0.1.7
 Conflicts:      libkrun-devel <= 0.1.7
+Conflicts:      libkrun0 <= 0.1.7
 
 %description
 libkrun is a dynamic library that allows programs to easily acquire the 
ability to run processes in a partially isolated environment using KVM 
Virtualization.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wCcmkN/_old  2022-05-28 00:28:25.357678544 +0200
+++ /var/tmp/diff_new_pack.wCcmkN/_new  2022-05-28 00:28:25.361678550 +0200
@@ -2,7 +2,7 @@
 
   <service name="obs_scm" mode="disabled">
     <param name="scm">git</param>
-    <param name="revision">v0.1.7</param>
+    <param name="revision">v0.1.8</param>
     <param name="url">https://github.com/containers/libkrun.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>

++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.wCcmkN/_old  2022-05-28 00:28:25.381678577 +0200
+++ /var/tmp/diff_new_pack.wCcmkN/_new  2022-05-28 00:28:25.381678577 +0200
@@ -1,8 +1,9 @@
 [source.crates-io]
 replace-with = "vendored-sources"
 
-[source."https://github.com/rust-vmm/vm-memory";]
-git = "https://github.com/rust-vmm/vm-memory";
+[source."https://github.com/slp/kvm-ioctls";]
+git = "https://github.com/slp/kvm-ioctls";
+branch = "amdsev"
 replace-with = "vendored-sources"
 
 [source.vendored-sources]

++++++ libkrun-0.1.7.obscpio -> libkrun-0.1.8.obscpio ++++++
++++ 10763 lines of diff (skipped)

++++++ libkrun.obsinfo ++++++
--- /var/tmp/diff_new_pack.wCcmkN/_old  2022-05-28 00:28:25.725679039 +0200
+++ /var/tmp/diff_new_pack.wCcmkN/_new  2022-05-28 00:28:25.729679044 +0200
@@ -1,6 +1,5 @@
 name: libkrun
-version: 0.1.7
-mtime: 1614617308
-commit: e9809dbf0f5f3fd92eb1817861b3e08e27b8a8d1
-
+version: 0.1.8
+mtime: 1653650887
+commit: e279d32984e1328c3e4371fbc8b41acf9bb96613
 

Reply via email to