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