From 7d22050ac710084cbf316e6f003217fe8b708c09 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 13:08:31 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/liburing.git#cc4b68c3bedf9cd41a28bc562c3b8eb633818df2 --- liburing.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liburing.spec b/liburing.spec index f8104ba..568d74d 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,12 +1,13 @@ Name: liburing Version: 0.7 -Release: 3%{?dist} +Release: 4%{?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 Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc URL: https://git.kernel.dk/cgit/liburing/ BuildRequires: gcc +BuildRequires: make %description Provides native async IO for the Linux kernel, in a fast and efficient @@ -46,6 +47,9 @@ for the Linux-native io_uring. %{_mandir}/man2/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Oct 19 2020 Davide Cavalca - 0.7-3 - Drop exclude for armv7hl as it's no longer necessary