Blame SPECS/liburing.spec

60bf8d
Name: liburing
60bf8d
Version: 0.7
60bf8d
Release: 7%{?dist}
60bf8d
Summary: Linux-native io_uring I/O access library
60bf8d
License: (GPLv2 with exceptions and LGPLv2+) or MIT
60bf8d
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
60bf8d
Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
60bf8d
URL: https://git.kernel.dk/cgit/liburing/
60bf8d
BuildRequires: gcc
60bf8d
BuildRequires: make
60bf8d
60bf8d
Patch0: 8aac320-examples-ucontext-cp.c-cope-with-variable-SIGSTKSZ.patch
60bf8d
60bf8d
%description
60bf8d
Provides native async IO for the Linux kernel, in a fast and efficient
60bf8d
manner, for both buffered and O_DIRECT.
60bf8d
60bf8d
%package devel
60bf8d
Summary: Development files for Linux-native io_uring I/O access library
60bf8d
Requires: %{name}%{_isa} = %{version}-%{release}
60bf8d
Requires: pkgconfig
60bf8d
60bf8d
%description devel
60bf8d
This package provides header files to include and libraries to link with
60bf8d
for the Linux-native io_uring.
60bf8d
60bf8d
%prep
60bf8d
%autosetup -p1
60bf8d
60bf8d
%build
60bf8d
%set_build_flags
60bf8d
./configure --prefix=%{_prefix} --libdir=/%{_libdir} --libdevdir=/%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir}
60bf8d
60bf8d
%make_build
60bf8d
60bf8d
%install
60bf8d
%make_install
60bf8d
60bf8d
%files
60bf8d
%attr(0755,root,root) %{_libdir}/liburing.so.*
60bf8d
%license COPYING
60bf8d
60bf8d
%files devel
60bf8d
%{_includedir}/liburing/
60bf8d
%{_includedir}/liburing.h
60bf8d
%{_libdir}/liburing.so
60bf8d
%exclude %{_libdir}/liburing.a
60bf8d
%{_libdir}/pkgconfig/*
60bf8d
%{_mandir}/man2/*
60bf8d
60bf8d
%changelog
60bf8d
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7-7
60bf8d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
60bf8d
  Related: rhbz#1991688
60bf8d
60bf8d
* Fri Jul 09 2021 Jeff Moyer <jmoyer@redhat.com> - 0.7-6
60bf8d
- Fix up use of SIGSTKSZ (Jeff Moyer)
60bf8d
- Resolves: rhbz#1980845
60bf8d
60bf8d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7-5
60bf8d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
60bf8d
60bf8d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-4
60bf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
60bf8d
60bf8d
* Mon Oct 19 2020 Davide Cavalca <dcavalca@fb.com> - 0.7-3
60bf8d
- Drop exclude for armv7hl as it's no longer necessary
60bf8d
60bf8d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
60bf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
60bf8d
60bf8d
* Tue Jul 21 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.7-1
60bf8d
- Add io_uring_cq_eventfd_toggle() helper for new IORING_CQ_EVENTFD_DISABLED flag
60bf8d
- Add IORING_OP_TEE
60bf8d
- Documentation fixes and improvements
60bf8d
60bf8d
* Thu May 7 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.6-1
60bf8d
- add io_uring_prep_splice()
60bf8d
- add io_uring_prep_provide_buffers()
60bf8d
- add io_uring_prep_remove_buffers()
60bf8d
- add io_uring_register_eventfd_async()
60bf8d
- reinstate io_uring_unregister_eventfd() (it was accidentally removed in 0.4)
60bf8d
60bf8d
* Thu Mar 19 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.5-1
60bf8d
- Update license to GPL-2.0 OR MIT
60bf8d
- Add io_uring_prep_epoll_ctl()
60bf8d
- Add io_uring_get_probe(), io_uring_get_probe_ring()
60bf8d
- Add io_uring_register_probe()
60bf8d
- Add io_uring_{register,unregister}_personality()
60bf8d
- Add io_uring_prep_{recv,send}()
60bf8d
- Add io_uring_prep_openat2()
60bf8d
- Add io_uring_ring_dontfork()
60bf8d
- Add io_uring_prep_read() and io_uring_prep_write()
60bf8d
- Documentation fixes and improvements
60bf8d
60bf8d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-2
60bf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
60bf8d
60bf8d
* Tue Jan 7 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.3-1
60bf8d
- Add IORING_OP_STATX
60bf8d
- Add IORING_OP_OPENAT/IORING_OP_CLOSE helpers
60bf8d
- Add prep helpers for IORING_OP_FILES_UPDATE and IORING_OP_FALLOCATE
60bf8d
- Add io_uring_prep_connect() helper
60bf8d
- Add io_uring_wait_cqe_nr()
60bf8d
- Add IORING_OP_ASYNC_CANCEL and prep helper
60bf8d
60bf8d
* Thu Oct 31 2019 Jeff Moyer <jmoyer@redhat.com> - 0.2-1
60bf8d
- Add io_uring_cq_ready()
60bf8d
- Add io_uring_peek_batch_cqe()
60bf8d
- Add io_uring_prep_accept()
60bf8d
- Add io_uring_prep_{recv,send}msg()
60bf8d
- Add io_uring_prep_timeout_remove()
60bf8d
- Add io_uring_queue_init_params()
60bf8d
- Add io_uring_register_files_update()
60bf8d
- Add io_uring_sq_space_left()
60bf8d
- Add io_uring_wait_cqe_timeout()
60bf8d
- Add io_uring_wait_cqes()
60bf8d
- Add io_uring_wait_cqes_timeout()
60bf8d
60bf8d
* Tue Jan 8 2019 Jens Axboe <axboe@kernel.dk> - 0.1
60bf8d
- Initial version