From 90200d1affeb4b12d098576a6e6129fdddd8a5e4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 12 Apr 2024 13:12:46 -0400 Subject: [PATCH] libslirp-4.4.0-2 - rebuild to preserve upgrade path 8.9 -> 8.10 - Related: RHEL-32671 Signed-off-by: Lokesh Mandvekar --- libslirp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libslirp.spec b/libslirp.spec index 93ddc04..7d11306 100644 --- a/libslirp.spec +++ b/libslirp.spec @@ -1,6 +1,6 @@ Name: libslirp Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A general purpose TCP-IP emulator # check the SPDX tags in source files for details @@ -61,6 +61,10 @@ developing applications that use %{name}. %changelog +* Fri Apr 12 2024 Lokesh Mandvekar - 4.4.0-2 +- rebuild to preserve upgrade path 8.9 -> 8.10 +- Related: RHEL-32671 + * Mon Jun 28 2021 Jindrich Novy - 4.4.0-1 - Fix CVE-2021-3592 CVE-2021-3593 CVE-2021-3594 CVE-2021-3595 out-of-bounds access - Related: #1934415