|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: liburing
|
|
|
|
Name: liburing
|
|
|
|
Version: 2.5
|
|
|
|
Version: 2.3
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Linux-native io_uring I/O access library
|
|
|
|
Summary: Linux-native io_uring I/O access library
|
|
|
|
License: (GPLv2 with exceptions and LGPLv2+) or MIT
|
|
|
|
License: (GPLv2 with exceptions and LGPLv2+) or MIT
|
|
|
|
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
|
|
@ -28,7 +28,7 @@ for the Linux-native io_uring.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%set_build_flags
|
|
|
|
%set_build_flags
|
|
|
|
./configure --prefix=%{_prefix} --libdir=/%{_libdir} --libdevdir=/%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir} --use-libc
|
|
|
|
./configure --prefix=%{_prefix} --libdir=/%{_libdir} --libdevdir=/%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir}
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
@ -37,69 +37,41 @@ for the Linux-native io_uring.
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%attr(0755,root,root) %{_libdir}/liburing.so.*
|
|
|
|
%attr(0755,root,root) %{_libdir}/liburing.so.*
|
|
|
|
%attr(0755,root,root) %{_libdir}/liburing-ffi.so.*
|
|
|
|
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/liburing/
|
|
|
|
%{_includedir}/liburing/
|
|
|
|
%{_includedir}/liburing.h
|
|
|
|
%{_includedir}/liburing.h
|
|
|
|
%{_libdir}/liburing.so
|
|
|
|
%{_libdir}/liburing.so
|
|
|
|
%{_libdir}/liburing-ffi.so
|
|
|
|
|
|
|
|
%exclude %{_libdir}/liburing.a
|
|
|
|
%exclude %{_libdir}/liburing.a
|
|
|
|
%exclude %{_libdir}/liburing-ffi.a
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_mandir}/man2/*
|
|
|
|
%{_mandir}/man2/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man7/*
|
|
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.5-5
|
|
|
|
* Thu Apr 27 2023 Jeff Moyer <jmoyer@redhat.com> - 2.3-2.el9
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- n-v-r bump
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
- Related: rhbz#2182163
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.5-4
|
|
|
|
* Tue Apr 18 2023 Jeff Moyer <jmoyer@redhat.com> - 2.3-1.el9
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Rebase to 2.3.
|
|
|
|
|
|
|
|
- Resolves: rhbz#2182163
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-3
|
|
|
|
* Fri Jun 17 2022 Jeff Moyer <jmoyer@redhat.com> - 2.1-1.el9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Rebase to 2.1.
|
|
|
|
|
|
|
|
- Resolves: rhbz#2070603
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 23 2023 Stefan Hajnoczi <stefanha@redhat.com> - 2.5-1
|
|
|
|
* Fri Jul 09 2021 Jeff Moyer <jmoyer@redhat.com> - 0.7-6
|
|
|
|
- Update to liburing 2.5.
|
|
|
|
- Fix up use of SIGSTKSZ (Jeff Moyer)
|
|
|
|
|
|
|
|
- Resolves: rhbz#1980845
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 20 2023 Stefan Hajnoczi <stefanha@redhat.com> - 2.4-2
|
|
|
|
|
|
|
|
- Fix i686 build failure due to nolibc conflict with stack protector.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 20 2023 Stefan Hajnoczi <stefanha@redhat.com> - 2.4-1
|
|
|
|
|
|
|
|
- Update to liburing 2.4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 9 2022 Stefan Hajnoczi <stefanha@redhat.com> - 2.3-1
|
|
|
|
|
|
|
|
- Update to liburing 2.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 22 2022 Richard W.M. Jones <rjones@redhat.com> - 2.2-1
|
|
|
|
|
|
|
|
- Update to liburing 2.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 13 2021 Stefan Hajnoczi <stefanha@redhat.com> - 2.0-1
|
|
|
|
|
|
|
|
- Update to liburing 2.0. This release is source-compatible with 0.7 but
|
|
|
|
|
|
|
|
applications must be recompiled since <liburing.h> struct sizes have changed.
|
|
|
|
|
|
|
|
- Add man3 and man7 documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-4
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|