8747312
Name: liburing
5194415
Version: 2.5
f2bafb6
Release: 3%{?dist}
8747312
Summary: Linux-native io_uring I/O access library
6aa5ed7
License: (GPL-2.0-only WITH Linux-syscall-note OR MIT) AND (LGPL-2.0-or-later OR MIT)
9691cff
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
9691cff
Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
8747312
URL: https://git.kernel.dk/cgit/liburing/
8747312
BuildRequires: gcc
505577c
BuildRequires: gcc-c++
47cc009
BuildRequires: make
8747312
8747312
%description
8747312
Provides native async IO for the Linux kernel, in a fast and efficient
8747312
manner, for both buffered and O_DIRECT.
8747312
8747312
%package devel
8747312
Summary: Development files for Linux-native io_uring I/O access library
8747312
Requires: %{name}%{_isa} = %{version}-%{release}
8747312
Requires: pkgconfig
8747312
8747312
%description devel
8747312
This package provides header files to include and libraries to link with
8747312
for the Linux-native io_uring.
8747312
8747312
%prep
97081de
%autosetup -p1
8747312
8747312
%build
8747312
%set_build_flags
5194415
./configure --prefix=%{_prefix} --libdir=/%{_libdir} --libdevdir=/%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir} --use-libc
8747312
8747312
%make_build
8747312
8747312
%install
8747312
%make_install
8747312
8747312
%files
8747312
%attr(0755,root,root) %{_libdir}/liburing.so.*
4b5f9ba
%attr(0755,root,root) %{_libdir}/liburing-ffi.so.*
8747312
%license COPYING
8747312
8747312
%files devel
8747312
%{_includedir}/liburing/
8747312
%{_includedir}/liburing.h
8747312
%{_libdir}/liburing.so
4b5f9ba
%{_libdir}/liburing-ffi.so
8747312
%exclude %{_libdir}/liburing.a
4b5f9ba
%exclude %{_libdir}/liburing-ffi.a
8747312
%{_libdir}/pkgconfig/*
8747312
%{_mandir}/man2/*
5dd5463
%{_mandir}/man3/*
5dd5463
%{_mandir}/man7/*
8747312
8747312
%changelog
f2bafb6
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-3
f2bafb6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
f2bafb6
a766bab
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
a766bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a766bab
5194415
* Thu Nov 23 2023 Stefan Hajnoczi <stefanha@redhat.com> - 2.5-1
5194415
- Update to liburing 2.5.
5194415
6988b50
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
6988b50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
6988b50
1501c45
* Tue Jun 20 2023 Stefan Hajnoczi <stefanha@redhat.com> - 2.4-2
1501c45
- Fix i686 build failure due to nolibc conflict with stack protector.
1501c45
4b5f9ba
* Tue Jun 20 2023 Stefan Hajnoczi <stefanha@redhat.com> - 2.4-1
4b5f9ba
- Update to liburing 2.4.
4b5f9ba
92cc324
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-2
92cc324
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
92cc324
e95a304
* Wed Nov 9 2022 Stefan Hajnoczi <stefanha@redhat.com> - 2.3-1
e95a304
- Update to liburing 2.3.
e95a304
505577c
* Mon Aug 22 2022 Richard W.M. Jones <rjones@redhat.com> - 2.2-1
505577c
- Update to liburing 2.2.
505577c
7a47b79
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-4
7a47b79
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
7a47b79
b8e60cc
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3
b8e60cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
b8e60cc
65aa780
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
65aa780
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
65aa780
5dd5463
* Tue Apr 13 2021 Stefan Hajnoczi <stefanha@redhat.com> - 2.0-1
5dd5463
- Update to liburing 2.0. This release is source-compatible with 0.7 but
5dd5463
  applications must be recompiled since <liburing.h> struct sizes have changed.
5dd5463
- Add man3 and man7 documentation
5dd5463
cc4b68c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-4
cc4b68c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
cc4b68c
63f1527
* Mon Oct 19 2020 Davide Cavalca <dcavalca@fb.com> - 0.7-3
63f1527
- Drop exclude for armv7hl as it's no longer necessary
63f1527
d90f3dc
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
d90f3dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d90f3dc
b8663e9
* Tue Jul 21 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.7-1
b8663e9
- Add io_uring_cq_eventfd_toggle() helper for new IORING_CQ_EVENTFD_DISABLED flag
b8663e9
- Add IORING_OP_TEE
b8663e9
- Documentation fixes and improvements
b8663e9
88b6930
* Thu May 7 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.6-1
88b6930
- add io_uring_prep_splice()
88b6930
- add io_uring_prep_provide_buffers()
88b6930
- add io_uring_prep_remove_buffers()
88b6930
- add io_uring_register_eventfd_async()
88b6930
- reinstate io_uring_unregister_eventfd() (it was accidentally removed in 0.4)
88b6930
9691cff
* Thu Mar 19 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.5-1
9691cff
- Update license to GPL-2.0 OR MIT
9691cff
- Add io_uring_prep_epoll_ctl()
9691cff
- Add io_uring_get_probe(), io_uring_get_probe_ring()
9691cff
- Add io_uring_register_probe()
9691cff
- Add io_uring_{register,unregister}_personality()
9691cff
- Add io_uring_prep_{recv,send}()
9691cff
- Add io_uring_prep_openat2()
9691cff
- Add io_uring_ring_dontfork()
9691cff
- Add io_uring_prep_read() and io_uring_prep_write()
9691cff
- Documentation fixes and improvements
9691cff
28bfa29
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-2
28bfa29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
28bfa29
8747312
* Tue Jan 7 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.3-1
8747312
- Add IORING_OP_STATX
8747312
- Add IORING_OP_OPENAT/IORING_OP_CLOSE helpers
8747312
- Add prep helpers for IORING_OP_FILES_UPDATE and IORING_OP_FALLOCATE
8747312
- Add io_uring_prep_connect() helper
8747312
- Add io_uring_wait_cqe_nr()
8747312
- Add IORING_OP_ASYNC_CANCEL and prep helper
8747312
8747312
* Thu Oct 31 2019 Jeff Moyer <jmoyer@redhat.com> - 0.2-1
8747312
- Add io_uring_cq_ready()
8747312
- Add io_uring_peek_batch_cqe()
8747312
- Add io_uring_prep_accept()
8747312
- Add io_uring_prep_{recv,send}msg()
8747312
- Add io_uring_prep_timeout_remove()
8747312
- Add io_uring_queue_init_params()
8747312
- Add io_uring_register_files_update()
8747312
- Add io_uring_sq_space_left()
8747312
- Add io_uring_wait_cqe_timeout()
8747312
- Add io_uring_wait_cqes()
8747312
- Add io_uring_wait_cqes_timeout()
8747312
8747312
* Tue Jan 8 2019 Jens Axboe <axboe@kernel.dk> - 0.1
8747312
- Initial version