From 7fc5e24fcbd8e86b67acac13428b4300f9e1ee83 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 27 Oct 2020 21:20:51 +0100 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#63f1527a265eaf64b58db0d6a9b47e0f04367dad --- liburing.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/liburing.spec b/liburing.spec index fffaac2..f8104ba 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,6 +1,6 @@ Name: liburing Version: 0.7 -Release: 2%{?dist} +Release: 3%{?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 @@ -8,9 +8,6 @@ Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc URL: https://git.kernel.dk/cgit/liburing/ BuildRequires: gcc -# Fails to build and therefore isn't supported upstream -ExcludeArch: armv7hl - %description Provides native async IO for the Linux kernel, in a fast and efficient manner, for both buffered and O_DIRECT. @@ -49,6 +46,9 @@ for the Linux-native io_uring. %{_mandir}/man2/* %changelog +* Mon Oct 19 2020 Davide Cavalca - 0.7-3 +- Drop exclude for armv7hl as it's no longer necessary + * Tue Jul 28 2020 Fedora Release Engineering - 0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild