From d0aea47a619751bf60cc33e4952b45f74f8875186c72ec87f04d1d3c6be1952f Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 29 Apr 2022 07:47:16 +0000 Subject: [PATCH] Accepting request 973840 from home:dirkmueller:Factory - avoid requiring kernel-default (bsc#1193522) OBS-URL: https://build.opensuse.org/request/show/973840 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/liburing?expand=0&rev=14 --- liburing.changes | 5 +++++ liburing.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/liburing.changes b/liburing.changes index de907af..0e5af2a 100644 --- a/liburing.changes +++ b/liburing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 29 06:53:08 UTC 2022 - Dirk Müller + +- avoid requiring kernel-default (bsc#1193522) + ------------------------------------------------------------------- Thu Feb 10 13:32:35 UTC 2022 - David Disseldorp diff --git a/liburing.spec b/liburing.spec index 97198ba..e03bfbf 100644 --- a/liburing.spec +++ b/liburing.spec @@ -27,7 +27,8 @@ URL: https://git.kernel.dk/cgit/liburing Source: https://git.kernel.dk/cgit/liburing/snapshot/%{name}-%{version}.tar.bz2 BuildRequires: gcc BuildRequires: pkgconfig -Requires: kernel-default >= 5.1 +# Kernel part has landed in 5.1 +Conflicts: kernel < 5.1 %description Provides native async IO for the Linux kernel, in a fast and efficient