From 561f18ebac9521811c36569c62ee4aa041e488d3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 08:08:34 +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/libaio.git#f24cf7976df63dcb2d8da8305212756c2c9dc7ff --- libaio.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libaio.spec b/libaio.spec index db26e5c..6f7307a 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,6 +1,6 @@ Name: libaio Version: 0.3.111 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Linux-native asynchronous I/O access library License: LGPLv2+ Source: http://releases.pagure.org/libaio/libaio-0.3.111.tar.gz @@ -9,6 +9,7 @@ Patch1: libaio-install-to-destdir-slash-usr.patch Patch2: libaio-remove-nostartfiles-nostdlib-from-build-flags.patch BuildRequires: gcc +BuildRequires: make %description The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a @@ -73,6 +74,9 @@ find %{buildroot} -name '*.a' -delete %attr(0755,root,root) %{usrlibdir}/libaio.so %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.3.111-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Aug 07 2020 Jeff Law - 0.3.111-10 - Disable LTO