- Prefer libsoup 3.0 over libsoup 2.4 for newer SLE versions
OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=115
This commit is contained in:
parent
50cf718aed
commit
48309c15f5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 14:24:21 MST 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
- Prefer libsoup 3.0 over libsoup 2.4 for newer SLE versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 16 16:07:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Jan 16 16:07:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -36,10 +36,10 @@ BuildRequires: pkgconfig(check)
|
|||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
%if 0%{suse_version} > 1550
|
%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150600
|
||||||
BuildRequires: pkgconfig(libsoup-3.0)
|
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
|
%else
|
||||||
|
BuildRequires: pkgconfig(libsoup-3.0)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libxslt) >= 1.0.0
|
BuildRequires: pkgconfig(libxslt) >= 1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user