From 2164049e6af6388ea195fbdf770ade073d52b65c Mon Sep 17 00:00:00 2001 From: Ferry Meng Date: Tue, 1 Apr 2025 16:08:33 +0800 Subject: [PATCH] liburing: use format release version. change release version from 2.3-2.0.1 to 2.3-3, no other changes. Signed-off-by: Ferry Meng --- liburing.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liburing.spec b/liburing.spec index 652f949..53c5396 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,4 +1,4 @@ -%define anolis_release 2.0.1 +%define anolis_release 3 Name: liburing Version: 2.3 Release: %{anolis_release}%{?dist} @@ -66,7 +66,7 @@ for the Linux-native io_uring. %{_mandir}/man7/* %changelog -* Tue Oct 10 2023 Ferry Meng - 2.3-2.0.1 +* Tue Oct 10 2023 Ferry Meng - 2.3-3 - update read-before-exit and sqpoll-idle-us tests * Tue Jun 20 2023 Joseph Qi - 2.3-2 -- Gitee