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