From 6ce00c190ac7e0c66c840a83e3c0bf9facbab8fc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:58:23 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- libslirp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libslirp.spec b/libslirp.spec index 2744162..7be76fd 100644 --- a/libslirp.spec +++ b/libslirp.spec @@ -1,6 +1,6 @@ Name: libslirp Version: 4.7.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A general purpose TCP-IP emulator # check the SPDX tags in source files for details @@ -54,6 +54,9 @@ developing applications that use %{name}. %changelog +* Mon Jun 24 2024 Troy Dawson - 4.7.0-9 +- Bump release for June 2024 mass rebuild + * Mon Jun 10 2024 Marc-André Lureau - 4.7.0-8 - Backport "ip: Enforce strict aliasing" patch - Fixes: RHEL-40593