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