From 2d291dfa007dd2a22275751e36550aafeb9c8e203f6ddedab7c18a052f8daf1e Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Thu, 17 Feb 2022 22:50:56 +0000 Subject: [PATCH] Accepting request 953217 from home:dmdiss:liburing_2.1_no_git - add explicit liburing2-devel alias to reflect SLE/LEAP 15.4+ naming (bsc#1193522) OBS-URL: https://build.opensuse.org/request/show/953217 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/liburing?expand=0&rev=13 --- liburing.changes | 6 ++++++ liburing.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/liburing.changes b/liburing.changes index 435c832..de907af 100644 --- a/liburing.changes +++ b/liburing.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 10 13:32:35 UTC 2022 - David Disseldorp + +- add explicit liburing2-devel alias to reflect SLE/LEAP 15.4+ naming + (bsc#1193522) + ------------------------------------------------------------------- Wed Oct 13 10:31:43 UTC 2021 - David Disseldorp diff --git a/liburing.spec b/liburing.spec index 96713b1..97198ba 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,7 +1,7 @@ # # spec file for package liburing # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,8 @@ manner, for both buffered and O_DIRECT. %package devel Summary: Development files for Linux-native io_uring I/O access library Group: Development/Libraries/C and C++ +# SLE/Leap 15.4+ retain liburing-devel for the inherited 0.6 API. The v2 API is: +Provides: %{lname}-devel = %{version} Requires: %{lname} = %{version} Requires: pkgconfig