From 2c838e0f78edcb7d81e2b563fc2370faf563f0f0 Mon Sep 17 00:00:00 2001 From: Jeff Moyer Date: Thu, 27 Apr 2023 12:19:31 -0400 Subject: [PATCH] bump the n-v-r for a rebuild Related: rhbz#2182163 Signed-off-by: Jeff Moyer --- liburing.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liburing.spec b/liburing.spec index ebbb751..a0f44ab 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,6 +1,6 @@ Name: liburing Version: 2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux-native io_uring I/O access library License: (GPLv2 with exceptions and LGPLv2+) or MIT Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz @@ -50,6 +50,10 @@ for the Linux-native io_uring. %{_mandir}/man7/* %changelog +* Thu Apr 27 2023 Jeff Moyer - 2.3-2.el9 +- n-v-r bump +- Related: rhbz#2182163 + * Tue Apr 18 2023 Jeff Moyer - 2.3-1.el9 - Rebase to 2.3. - Resolves: rhbz#2182163