Commit Graph

34 Commits

Author SHA1 Message Date
Troy Dawson
d1433276a4 Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 08:44:55 -07:00
Troy Dawson
c225bd8d34 Bump release for June 2024 mass rebuild 2024-06-24 08:59:02 -07:00
guazhang
08c1e3cce7 add liburing gating tests for rhel10 2024-05-08 08:09:31 +00:00
Fedora Release Engineering
f2bafb6e2d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 03:51:12 +00:00
Fedora Release Engineering
a766bab25b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 05:37:41 +00:00
Stefan Hajnoczi
5194415a66 Update to liburing 2.5.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2023-11-23 07:30:24 -05:00
Fedora Release Engineering
6988b50d5f Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 12:24:51 +00:00
Stefan Hajnoczi
1501c4595e Fix i686 build failure due to nolibc
liburing builds without libc (-ffreestanding) by default. Unfortunately,
Fedora's compiler flags cause a conflict because the stack protector
requires symbols that are in libc. Disable nolibc for now.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2023-06-20 15:13:43 +02:00
Stefan Hajnoczi
4b5f9baef8 Update to liburing 2.4.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2023-06-20 12:27:06 +02:00
Fedora Release Engineering
92cc32451a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 17:42:51 +00:00
Stefan Hajnoczi
e95a3047c2 Update to liburing 2.3.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2022-11-09 13:58:49 -05:00
Richard W.M. Jones
505577cf3f Update to liburing 2.2. 2022-08-23 11:26:33 +01:00
Fedora Release Engineering
7a47b79fb4 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 19:17:38 +00:00
Fedora Release Engineering
b8e60cc228 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 17:30:56 +00:00
Fedora Release Engineering
65aa780131 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 12:38:12 +00:00
Stefan Hajnoczi
32d14ad8eb Add armv7hl fix
Several tests do not compile on armv7hl. Backport a fix that addresses
this from upstream (they were made after the 2.0 release).

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2021-04-13 17:16:59 +01:00
Stefan Hajnoczi
97081deeac Add %autosetup -p1 so patches apply properly
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2021-04-13 16:27:10 +01:00
Stefan Hajnoczi
b24796c292 Add patch to fix build with rawhide glibc 2.33.9000
See the patch for information on why examples/ucontext-cp.c does not
build with rawhide's glibc 2.33.9000. I sent this patch upstream to
liburing and notified glibc of a potential incompatible change.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2021-04-13 16:05:34 +01:00
Stefan Hajnoczi
5dd54637a2 liburing 2.0
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2021-04-13 15:12:10 +01:00
Fedora Release Engineering
cc4b68c3be - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 18:13:44 +00:00
Tom Stellard
47cc009c96 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-05 02:59:21 +00:00
Davide Cavalca
63f1527a26 drop exclude for armv7hl 2020-10-20 00:40:00 +02:00
Fedora Release Engineering
d90f3dc2ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 05:48:49 +00:00
Stefan Hajnoczi
b8663e9be9 liburing 0.7
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-07-21 09:56:42 +01:00
Stefan Hajnoczi
88b6930806 liburing 0.6
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-05-07 13:26:30 +01:00
Stefan Hajnoczi
c62cf14053 sources: add liburing-0.5.tar.gz back (oops)
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-03-19 13:49:26 +00:00
Stefan Hajnoczi
1967d796a9 Use "or" instead of "/" in spec file License field
The "/" is not accepted by rpmlint.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-03-19 13:49:26 +00:00
Stefan Hajnoczi
8e223627e0 Add the tarball signature file
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-03-19 13:49:26 +00:00
Stefan Hajnoczi
b3567f8af7 Add ./configure --libdevdir= for development package files
The development package files (--libdevdir=) have been separated from
the library runtime package files (--libdir=).  Make sure to set
--libdevdir= so x86_64 Fedora RPMs are built for /usr/lib64 instead of
/usr/lib.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-03-19 13:49:26 +00:00
Stefan Hajnoczi
9691cff02d liburing 0.5
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-03-19 13:49:24 +00:00
Fedora Release Engineering
28bfa291ba - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 10:39:49 +00:00
Stefan Hajnoczi
960a4d73bd Exclude unsupported armv7hl architecture
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-01-07 10:07:18 +00:00
Stefan Hajnoczi
8747312bec liburing 0.3
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-01-07 09:29:46 +00:00
Gwyn Ciesla
2d72c282db Added the README 2020-01-06 21:43:02 +00:00