forked from pool/liburing
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
This commit is contained in:
parent
2c3c6dc428
commit
2d291dfa00
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 10 13:32:35 UTC 2022 - David Disseldorp <ddiss@suse.com>
|
||||||
|
|
||||||
|
- add explicit liburing2-devel alias to reflect SLE/LEAP 15.4+ naming
|
||||||
|
(bsc#1193522)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 13 10:31:43 UTC 2021 - David Disseldorp <ddiss@suse.com>
|
Wed Oct 13 10:31:43 UTC 2021 - David Disseldorp <ddiss@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package liburing
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -44,6 +44,8 @@ manner, for both buffered and O_DIRECT.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for Linux-native io_uring I/O access library
|
Summary: Development files for Linux-native io_uring I/O access library
|
||||||
Group: Development/Libraries/C and C++
|
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: %{lname} = %{version}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user