public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sergio Lopez <slp@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libkrun] rawhide: Update to version 1.19.0
Date: Wed, 10 Jun 2026 14:26:16 GMT	[thread overview]
Message-ID: <178110157668.1.16546903278778998954.rpms-libkrun-4b267e3d98d7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libkrun
Branch : rawhide
Commit : 4b267e3d98d78c059fac7bb8ae7568bb0a3c9d4e
Author : Sergio Lopez <slp@redhat.com>
Date   : 2026-06-10T16:25:58+02:00
Stats  : +64/-60 in 10 file(s)
URL    : https://src.fedoraproject.org/rpms/libkrun/c/4b267e3d98d78c059fac7bb8ae7568bb0a3c9d4e?branch=rawhide

Log:
Update to version 1.19.0

---
diff --git a/.gitignore b/.gitignore
index cb1a9dc..dfff68d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /libkrun-1.17.4-vendor.tar.xz
 /v1.18.0.tar.gz
 /libkrun-1.18.0-vendor.tar.xz
+/v1.19.0.tar.gz

diff --git a/libkrun-bump-bzip-dep.diff b/libkrun-bump-bzip-dep.diff
index b7aca13..ef8986b 100644
--- a/libkrun-bump-bzip-dep.diff
+++ b/libkrun-bump-bzip-dep.diff
@@ -1,5 +1,5 @@
 diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml
-index d01d6e0..1987080 100644
+index 6a5694f..5148f6e 100644
 --- a/src/vmm/Cargo.toml
 +++ b/src/vmm/Cargo.toml
 @@ -47,7 +47,7 @@ bitfield = { version = "0.19.4", optional = true }
@@ -8,6 +8,6 @@ index d01d6e0..1987080 100644
  [target.'cfg(target_arch = "x86_64")'.dependencies]
 -bzip2 = "0.5"
 +bzip2 = "0.6"
- cpuid = { package = "krun-cpuid", version = "=0.1.0-1.18.0", path = "../cpuid" }
+ cpuid = { package = "krun-cpuid", version = "=0.1.0-1.19.0", path = "../cpuid" }
  zstd = "0.13"
  

diff --git a/libkrun-bump-kvm-bindings-dep.diff b/libkrun-bump-kvm-bindings-dep.diff
index 794dd18..012deba 100644
--- a/libkrun-bump-kvm-bindings-dep.diff
+++ b/libkrun-bump-kvm-bindings-dep.diff
@@ -1,9 +1,9 @@
 diff --git a/src/arch/Cargo.toml b/src/arch/Cargo.toml
-index 0b6de39..3b2dee0 100644
+index 3ed8181..ea6ee2e 100644
 --- a/src/arch/Cargo.toml
 +++ b/src/arch/Cargo.toml
-@@ -22,7 +22,7 @@ smbios = { package = "krun-smbios", version = "=0.1.0-1.18.0", path = "../smbios
- utils = { package = "krun-utils", version = "=0.1.0-1.18.0", path = "../utils" }
+@@ -22,7 +22,7 @@ smbios = { package = "krun-smbios", version = "=0.1.0-1.19.0", path = "../smbios
+ utils = { package = "krun-utils", version = "=0.1.0-1.19.0", path = "../utils" }
  
  [target.'cfg(target_os = "linux")'.dependencies]
 -kvm-bindings = { version = "0.12", features = ["fam-wrappers"] }
@@ -12,7 +12,7 @@ index 0b6de39..3b2dee0 100644
  
  [dev-dependencies]
 diff --git a/src/cpuid/Cargo.toml b/src/cpuid/Cargo.toml
-index 8066b3c..d0141e3 100644
+index eec4ff2..ed4d9ef 100644
 --- a/src/cpuid/Cargo.toml
 +++ b/src/cpuid/Cargo.toml
 @@ -14,5 +14,5 @@ tdx = []
@@ -23,12 +23,12 @@ index 8066b3c..d0141e3 100644
 +kvm-bindings = { version = "0.13", features = ["fam-wrappers"] }
  kvm-ioctls = "0.22"
 diff --git a/src/devices/Cargo.toml b/src/devices/Cargo.toml
-index bdb1f1e..70a6350 100644
+index b581bf0..667ff79 100644
 --- a/src/devices/Cargo.toml
 +++ b/src/devices/Cargo.toml
-@@ -50,7 +50,7 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.18.0", path = "../hvf" }
+@@ -50,7 +50,7 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.19.0", path = "../hvf" }
  [target.'cfg(target_os = "linux")'.dependencies]
- rutabaga_gfx = { package = "krun-rutabaga-gfx", version = "=0.1.0-1.18.0", path = "../rutabaga_gfx", features = ["x"], optional = true }
+ rutabaga_gfx = { package = "krun-rutabaga-gfx", version = "=0.1.0-1.19.0", path = "../rutabaga_gfx", features = ["x"], optional = true }
  caps = "0.5.5"
 -kvm-bindings = { version = "0.12", features = ["fam-wrappers"] }
 +kvm-bindings = { version = "0.13", features = ["fam-wrappers"] }
@@ -36,11 +36,11 @@ index bdb1f1e..70a6350 100644
  
  [target.'cfg(any(target_arch = "aarch64", target_arch = "riscv64"))'.dependencies]
 diff --git a/src/libkrun/Cargo.toml b/src/libkrun/Cargo.toml
-index 5e1d83c..63ab07a 100644
+index 7c62e19..97b35d6 100644
 --- a/src/libkrun/Cargo.toml
 +++ b/src/libkrun/Cargo.toml
-@@ -40,7 +40,7 @@ rand = "0.9.2"
- hvf = { package = "krun-hvf", version = "=0.1.0-1.18.0", path = "../hvf" }
+@@ -41,7 +41,7 @@ vmm = { package = "krun-vmm", version = "=0.1.0-1.19.0", path = "../vmm" }
+ hvf = { package = "krun-hvf", version = "=0.1.0-1.19.0", path = "../hvf" }
  
  [target.'cfg(target_os = "linux")'.dependencies]
 -kvm-bindings = { version = "0.12", features = ["fam-wrappers"] }
@@ -49,7 +49,7 @@ index 5e1d83c..63ab07a 100644
  vm-memory = { version = "0.17", features = ["backend-mmap"] }
  
 diff --git a/src/utils/Cargo.toml b/src/utils/Cargo.toml
-index 9a8c493..118f9bf 100644
+index edf2d0c..2e9d9f5 100644
 --- a/src/utils/Cargo.toml
 +++ b/src/utils/Cargo.toml
 @@ -16,7 +16,7 @@ vmm-sys-util = "0.14"
@@ -62,10 +62,10 @@ index 9a8c493..118f9bf 100644
  [target.'cfg(target_os = "macos")'.dependencies]
  nix = { version = "0.30.1", features = ["fs"] }
 diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml
-index 1a56cdb..544410a 100644
+index 5148f6e..62e840f 100644
 --- a/src/vmm/Cargo.toml
 +++ b/src/vmm/Cargo.toml
-@@ -43,7 +43,7 @@ cpuid = { package = "krun-cpuid", version = "=0.1.0-1.18.0", path = "../cpuid" }
+@@ -52,7 +52,7 @@ cpuid = { package = "krun-cpuid", version = "=0.1.0-1.19.0", path = "../cpuid" }
  zstd = "0.13"
  
  [target.'cfg(target_os = "linux")'.dependencies]

diff --git a/libkrun-bump-kvm-ioctls-dep.diff b/libkrun-bump-kvm-ioctls-dep.diff
index 8a6caa6..04b602b 100644
--- a/libkrun-bump-kvm-ioctls-dep.diff
+++ b/libkrun-bump-kvm-ioctls-dep.diff
@@ -1,8 +1,8 @@
 diff --git a/src/arch/Cargo.toml b/src/arch/Cargo.toml
-index 3b2dee0..9e04d85 100644
+index ea6ee2e..0c6e28a 100644
 --- a/src/arch/Cargo.toml
 +++ b/src/arch/Cargo.toml
-@@ -23,7 +23,7 @@ utils = { package = "krun-utils", version = "=0.1.0-1.18.0", path = "../utils" }
+@@ -23,7 +23,7 @@ utils = { package = "krun-utils", version = "=0.1.0-1.19.0", path = "../utils" }
  
  [target.'cfg(target_os = "linux")'.dependencies]
  kvm-bindings = { version = "0.13", features = ["fam-wrappers"] }
@@ -10,9 +10,9 @@ index 3b2dee0..9e04d85 100644
 +kvm-ioctls = "0.23"
  
  [dev-dependencies]
- utils = { package = "krun-utils", version = "=0.1.0-1.18.0", path = "../utils" }
+ utils = { package = "krun-utils", version = "=0.1.0-1.19.0", path = "../utils" }
 diff --git a/src/cpuid/Cargo.toml b/src/cpuid/Cargo.toml
-index d0141e3..1294742 100644
+index ed4d9ef..d59f36e 100644
 --- a/src/cpuid/Cargo.toml
 +++ b/src/cpuid/Cargo.toml
 @@ -15,4 +15,4 @@ vmm-sys-util = "0.14"
@@ -22,11 +22,11 @@ index d0141e3..1294742 100644
 -kvm-ioctls = "0.22"
 +kvm-ioctls = "0.23"
 diff --git a/src/devices/Cargo.toml b/src/devices/Cargo.toml
-index 70a6350..ea0dfc6 100644
+index 667ff79..8a0c533 100644
 --- a/src/devices/Cargo.toml
 +++ b/src/devices/Cargo.toml
-@@ -51,7 +51,7 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.18.0", path = "../hvf" }
- rutabaga_gfx = { package = "krun-rutabaga-gfx", version = "=0.1.0-1.18.0", path = "../rutabaga_gfx", features = ["x"], optional = true }
+@@ -51,7 +51,7 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.19.0", path = "../hvf" }
+ rutabaga_gfx = { package = "krun-rutabaga-gfx", version = "=0.1.0-1.19.0", path = "../rutabaga_gfx", features = ["x"], optional = true }
  caps = "0.5.5"
  kvm-bindings = { version = "0.13", features = ["fam-wrappers"] }
 -kvm-ioctls = "0.22"
@@ -35,10 +35,10 @@ index 70a6350..ea0dfc6 100644
  [target.'cfg(any(target_arch = "aarch64", target_arch = "riscv64"))'.dependencies]
  vm-fdt = ">= 0.2.0"
 diff --git a/src/libkrun/Cargo.toml b/src/libkrun/Cargo.toml
-index 63ab07a..a0135f2 100644
+index 97b35d6..16f8d28 100644
 --- a/src/libkrun/Cargo.toml
 +++ b/src/libkrun/Cargo.toml
-@@ -41,7 +41,7 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.18.0", path = "../hvf" }
+@@ -42,7 +42,7 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.19.0", path = "../hvf" }
  
  [target.'cfg(target_os = "linux")'.dependencies]
  kvm-bindings = { version = "0.13", features = ["fam-wrappers"] }
@@ -48,10 +48,10 @@ index 63ab07a..a0135f2 100644
  
  [lib]
 diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml
-index 544410a..39c3dda 100644
+index 62e840f..aff9696 100644
 --- a/src/vmm/Cargo.toml
 +++ b/src/vmm/Cargo.toml
-@@ -44,7 +44,7 @@ zstd = "0.13"
+@@ -53,7 +53,7 @@ zstd = "0.13"
  
  [target.'cfg(target_os = "linux")'.dependencies]
  kvm-bindings = { version = "0.13", features = ["fam-wrappers"] }
@@ -59,4 +59,4 @@ index 544410a..39c3dda 100644
 +kvm-ioctls = "0.23"
  
  [target.'cfg(target_os = "macos")'.dependencies]
- hvf = { package = "krun-hvf", version = "=0.1.0-1.18.0", path = "../hvf" }
+ hvf = { package = "krun-hvf", version = "=0.1.0-1.19.0", path = "../hvf" }

diff --git a/libkrun-remove-nitro-deps.diff b/libkrun-remove-nitro-deps.diff
index 4ddfe69..b3548cd 100644
--- a/libkrun-remove-nitro-deps.diff
+++ b/libkrun-remove-nitro-deps.diff
@@ -1,8 +1,8 @@
 diff --git a/Cargo.toml b/Cargo.toml
-index 83db53c..7836d64 100644
+index da9fd96..70b7af0 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -13,7 +13,6 @@ members = [
+@@ -14,7 +14,6 @@ members = [
      "src/hvf",
      "src/devices",
      "src/vmm",
@@ -11,10 +11,10 @@ index 83db53c..7836d64 100644
  ]
  exclude = ["examples/gtk_display"]
 diff --git a/src/libkrun/Cargo.toml b/src/libkrun/Cargo.toml
-index c800759..5e1d83c 100644
+index 4608fc5..1abe57c 100644
 --- a/src/libkrun/Cargo.toml
 +++ b/src/libkrun/Cargo.toml
-@@ -19,7 +19,6 @@ gpu = ["vmm/gpu", "devices/gpu", "krun_display"]
+@@ -21,7 +21,6 @@ gpu = ["vmm/gpu", "devices/gpu", "krun_display"]
  snd = ["vmm/snd", "devices/snd"]
  input = ["krun_input", "vmm/input", "devices/input"]
  virgl_resource_map2 = ["devices/virgl_resource_map2"]
@@ -22,11 +22,11 @@ index c800759..5e1d83c 100644
  
  [dependencies]
  crossbeam-channel = ">=0.5.15"
-@@ -43,8 +42,6 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.18.0", path = "../hvf" }
+@@ -45,8 +44,6 @@ hvf = { package = "krun-hvf", version = "=0.1.0-1.19.0", path = "../hvf" }
  [target.'cfg(target_os = "linux")'.dependencies]
  kvm-bindings = { version = "0.12", features = ["fam-wrappers"] }
  kvm-ioctls = "0.22"
--aws-nitro = { package = "krun-aws-nitro", version = "=0.1.0-1.18.0", path = "../aws_nitro", optional = true }
+-aws-nitro = { package = "krun-aws-nitro", version = "=0.1.0-1.19.0", path = "../aws_nitro", optional = true }
 -nitro-enclaves = { version = "0.5.0", optional = true }
  vm-memory = { version = "0.17", features = ["backend-mmap"] }
  

diff --git a/libkrun-remove-sev-deps.diff b/libkrun-remove-sev-deps.diff
index 22f1055..c910e25 100644
--- a/libkrun-remove-sev-deps.diff
+++ b/libkrun-remove-sev-deps.diff
@@ -1,17 +1,17 @@
 diff --git a/src/libkrun/Cargo.toml b/src/libkrun/Cargo.toml
-index 56a9348..2515533 100644
+index 16f8d28..d95784a 100644
 --- a/src/libkrun/Cargo.toml
 +++ b/src/libkrun/Cargo.toml
-@@ -10,7 +10,6 @@ repository = "https://github.com/containers/libkrun"
- 
- [features]
+@@ -12,7 +12,6 @@ repository = "https://github.com/containers/libkrun"
+ default = ["init-blob"]
+ init-blob = ["dep:init-blob"]
  tee = ["vmm/tee", "devices/tee"]
 -amd-sev = ["blk", "tee", "vmm/amd-sev", "devices/amd-sev"]
  net = ["devices/net", "vmm/net"]
  blk = ["devices/blk", "vmm/blk"]
  efi = ["blk", "net", "vmm/efi", "devices/efi"]
 diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml
-index d73e293..39c3dda 100644
+index aff9696..5cd693f 100644
 --- a/src/vmm/Cargo.toml
 +++ b/src/vmm/Cargo.toml
 @@ -10,7 +10,6 @@ repository = "https://github.com/containers/libkrun"
@@ -22,9 +22,9 @@ index d73e293..39c3dda 100644
  net = ["devices/net"]
  blk = ["devices/blk"]
  efi = ["blk", "net", "devices/efi", "arch/efi"]
-@@ -38,14 +37,6 @@ kernel = { package = "krun-kernel", version = "=0.1.0-1.18.0", path = "../kernel
- utils = { package = "krun-utils", version = "=0.1.0-1.18.0", path = "../utils" }
- polly = { package = "krun-polly", version = "=0.1.0-1.18.0", path = "../polly" }
+@@ -38,14 +37,6 @@ kernel = { package = "krun-kernel", version = "=0.1.0-1.19.0", path = "../kernel
+ utils = { package = "krun-utils", version = "=0.1.0-1.19.0", path = "../utils" }
+ polly = { package = "krun-polly", version = "=0.1.0-1.19.0", path = "../polly" }
  
 -# Dependencies for amd-sev
 -kbs-types = { version = "0.13.0", optional = true }
@@ -36,4 +36,4 @@ index d73e293..39c3dda 100644
 -
  [target.'cfg(target_arch = "x86_64")'.dependencies]
  bzip2 = "0.6"
- cpuid = { package = "krun-cpuid", version = "=0.1.0-1.18.0", path = "../cpuid" }
+ cpuid = { package = "krun-cpuid", version = "=0.1.0-1.19.0", path = "../cpuid" }

diff --git a/libkrun-remove-tdx-deps.diff b/libkrun-remove-tdx-deps.diff
index 3a6b178..b3bea92 100644
--- a/libkrun-remove-tdx-deps.diff
+++ b/libkrun-remove-tdx-deps.diff
@@ -1,5 +1,5 @@
 diff --git a/src/arch/Cargo.toml b/src/arch/Cargo.toml
-index 5434d69..0b6de39 100644
+index 9891af1..3ed8181 100644
 --- a/src/arch/Cargo.toml
 +++ b/src/arch/Cargo.toml
 @@ -10,7 +10,6 @@ repository = "https://github.com/containers/libkrun"
@@ -10,20 +10,20 @@ index 5434d69..0b6de39 100644
  efi = []
  
  [dependencies]
-@@ -25,7 +24,6 @@ utils = { package = "krun-utils", version = "=0.1.0-1.18.0", path = "../utils" }
+@@ -25,7 +24,6 @@ utils = { package = "krun-utils", version = "=0.1.0-1.19.0", path = "../utils" }
  [target.'cfg(target_os = "linux")'.dependencies]
  kvm-bindings = { version = "0.12", features = ["fam-wrappers"] }
  kvm-ioctls = "0.22"
 -tdx = { version = "0.1.0", optional = true }
  
  [dev-dependencies]
- utils = { package = "krun-utils", version = "=0.1.0-1.18.0", path = "../utils" }
+ utils = { package = "krun-utils", version = "=0.1.0-1.19.0", path = "../utils" }
 diff --git a/src/libkrun/Cargo.toml b/src/libkrun/Cargo.toml
-index 5e1d83c..88568ff 100644
+index 1abe57c..7c62e19 100644
 --- a/src/libkrun/Cargo.toml
 +++ b/src/libkrun/Cargo.toml
-@@ -11,7 +11,6 @@ repository = "https://github.com/containers/libkrun"
- [features]
+@@ -13,7 +13,6 @@ default = ["init-blob"]
+ init-blob = ["dep:init-blob"]
  tee = ["vmm/tee", "devices/tee"]
  amd-sev = ["blk", "tee", "vmm/amd-sev", "devices/amd-sev"]
 -tdx = ["blk", "tee", "vmm/tdx", "devices/tdx"]
@@ -31,7 +31,7 @@ index 5e1d83c..88568ff 100644
  blk = ["devices/blk", "vmm/blk"]
  efi = ["blk", "net", "vmm/efi", "devices/efi"]
 diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml
-index 565adcd..d01d6e0 100644
+index 9c86175..6a5694f 100644
 --- a/src/vmm/Cargo.toml
 +++ b/src/vmm/Cargo.toml
 @@ -11,7 +11,6 @@ repository = "https://github.com/containers/libkrun"
@@ -42,7 +42,7 @@ index 565adcd..d01d6e0 100644
  net = ["devices/net"]
  blk = ["devices/blk"]
  efi = ["blk", "net", "devices/efi", "arch/efi"]
-@@ -53,7 +52,6 @@ cpuid = { package = "krun-cpuid", version = "=0.1.0-1.18.0", path = "../cpuid" }
+@@ -53,7 +52,6 @@ cpuid = { package = "krun-cpuid", version = "=0.1.0-1.19.0", path = "../cpuid" }
  zstd = "0.13"
  
  [target.'cfg(target_os = "linux")'.dependencies]

diff --git a/libkrun-remove-unused-deps.diff b/libkrun-remove-unused-deps.diff
index f9936ad..ceae405 100644
--- a/libkrun-remove-unused-deps.diff
+++ b/libkrun-remove-unused-deps.diff
@@ -1,17 +1,17 @@
 diff --git a/src/devices/Cargo.toml b/src/devices/Cargo.toml
-index 91b5e69..bdb1f1e 100644
+index ac5b263..b581bf0 100644
 --- a/src/devices/Cargo.toml
 +++ b/src/devices/Cargo.toml
 @@ -46,7 +46,6 @@ imago = { version = "0.2.2", features = ["sync-wrappers", "vm-memory"] }
  
  [target.'cfg(target_os = "macos")'.dependencies]
- hvf = { package = "krun-hvf", version = "=0.1.0-1.18.0", path = "../hvf" }
+ hvf = { package = "krun-hvf", version = "=0.1.0-1.19.0", path = "../hvf" }
 -lru = ">=0.9"
  
  [target.'cfg(target_os = "linux")'.dependencies]
- rutabaga_gfx = { package = "krun-rutabaga-gfx", version = "=0.1.0-1.18.0", path = "../rutabaga_gfx", features = ["x"], optional = true }
+ rutabaga_gfx = { package = "krun-rutabaga-gfx", version = "=0.1.0-1.19.0", path = "../rutabaga_gfx", features = ["x"], optional = true }
 diff --git a/src/rutabaga_gfx/Cargo.toml b/src/rutabaga_gfx/Cargo.toml
-index f8e8efa..1746313 100644
+index e78f27a..b266b11 100644
 --- a/src/rutabaga_gfx/Cargo.toml
 +++ b/src/rutabaga_gfx/Cargo.toml
 @@ -32,9 +32,6 @@ vmm-sys-util = "0.14"

diff --git a/libkrun.spec b/libkrun.spec
index 9e05fd5..2ae6eb0 100644
--- a/libkrun.spec
+++ b/libkrun.spec
@@ -13,13 +13,13 @@
 %endif
 
 Name:           libkrun
-Version:        1.18.0
+Version:        1.19.0
 Release:        1%{?dist}
 Summary:        Dynamic library providing Virtualization-based process isolation capabilities
 
 License:        Apache-2.0
-URL:            https://github.com/containers/libkrun
-Source:         https://github.com/containers/libkrun/archive/refs/tags/v%{version}.tar.gz
+URL:            https://github.com/libkrun/libkrun
+Source:         https://github.com/libkrun/libkrun/archive/refs/tags/v%{version}.tar.gz
 %if 0%{?bundled_rust_deps}
 # Generated with:
 #  cargo vendor-filterer --platform=*-unknown-linux-gnu --features blk,net,gpu,snd,amd-sev
@@ -98,7 +98,7 @@ BuildRequires:  (crate(rand/default) >= 0.8.5 with crate(rand/default) < 0.9.0~)
 BuildRequires:  (crate(rand/default) >= 0.9.2 with crate(rand/default) < 0.10.0~)
 BuildRequires:  (crate(once_cell/default) >= 1.4.1 with crate(once_cell/default) < 2.0.0~)
 BuildRequires:  (crate(crossbeam-channel/default) >= 0.5.0 with crate(crossbeam-channel/default) < 0.6.0~)
-BuildRequires:  (crate(pipewire/default) >= 0.8.0 with crate(pipewire/default) < 0.9.0~)
+BuildRequires:  (crate(pipewire/default) >= 0.9.0 with crate(pipewire/default) < 0.10.0~)
 BuildRequires:  (crate(zerocopy/default) >= 0.8.0 with crate(zerocopy/default) < 0.9.0~)
 BuildRequires:  (crate(remain/default) >= 0.2.0 with crate(remain/default) < 0.3.0~)
 BuildRequires:  (crate(caps/default) >= 0.5.0 with crate(caps/default) < 0.6.0~)
@@ -108,6 +108,7 @@ BuildRequires:  (crate(bzip2/default) >= 0.6.0 with crate(bzip2/default) < 0.7.0
 BuildRequires:  (crate(zstd/default) >= 0.13.0 with crate(zstd/default) < 0.14.0~)
 BuildRequires:  (crate(flate2/default) >= 1.0.0 with crate(flate2/default) < 2.0.0~)
 BuildRequires:  (crate(static_assertions/default) >= 1.1.0 with crate(static_assertions/default) < 2.0.0~)
+BuildRequires:  (crate(thiserror/default) >= 1.0.0 with crate(thiserror/default) < 2.0.0~)
 BuildRequires:  (crate(thiserror/default) >= 2.0.0 with crate(thiserror/default) < 3.0.0~)
 BuildRequires:  (crate(capng/default) >= 0.2.3 with crate(capng/default) < 0.3.0~)
 
@@ -236,6 +237,9 @@ capabilities.
 %endif
 
 %changelog
+* Wed Jun 10 2026 Sergio Lopez <slp@redhat.com> - 1.19.0-1
+- Update to version 1.19.0
+
 * Tue Apr 28 2026 Sergio Lopez <slp@redhat.com> - 1.18.0-1
 - Update to version 1.18.0
 

diff --git a/sources b/sources
index d307160..57900c4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (libkrun-1.18.0-vendor.tar.xz) = abc822d7975ddb83391a56ea52d33ef775c9faf14274d5b39b2b751e387ea4c47f601edb040321c121932f47be48bf0d92bf1f3fcf156025b07834150c301a30
-SHA512 (v1.18.0.tar.gz) = cd9dea7c8786e19ca73724ad01fe85a7454d6e73814ca4b7b265bd4e7c0f88256a5171e3b26b43ba017cbb3298cdb360345dab3cd420c628ecefa3d0402a8ae7
+SHA512 (v1.19.0.tar.gz) = 8c3d6f1e2817c4537dbf90fb26c3a780d9ea68f9d795d0204c4cefc2071b6a68577500d0c96bda53e3aa31808e7fa587a1740405f6f91490c0aa326b59360ab8

                 reply	other threads:[~2026-06-10 14:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178110157668.1.16546903278778998954.rpms-libkrun-4b267e3d98d7@fedoraproject.org \
    --to=slp@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox