Accepting request 1003768 from home:dimstar:Factory
Needed for GNOME 43 - glib2 migrated to pcre2 OBS-URL: https://build.opensuse.org/request/show/1003768 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=730
This commit is contained in:
parent
828311e5ea
commit
cfd2438e0a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 15 09:44:38 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- pcre-devel-static is only needed when building against
|
||||||
|
glib2 < 2.73. After that, glib2 was migrated to pcre2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 21 12:14:28 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
Thu Jul 21 12:14:28 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
@ -248,8 +248,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
# Build dependencies exclusive to qemu-linux-user
|
# Build dependencies exclusive to qemu-linux-user
|
||||||
BuildRequires: glib2-devel-static >= 2.56
|
BuildRequires: glib2-devel-static >= 2.56
|
||||||
BuildRequires: glibc-devel-static
|
BuildRequires: glibc-devel-static
|
||||||
BuildRequires: pcre-devel-static
|
|
||||||
BuildRequires: zlib-devel-static
|
BuildRequires: zlib-devel-static
|
||||||
|
BuildRequires: (pcre-devel-static if glib2-devel-static < 2.73 else pcre2-devel-static)
|
||||||
# we must not install the qemu-linux-user package when under QEMU build
|
# we must not install the qemu-linux-user package when under QEMU build
|
||||||
%if 0%{?qemu_user_space_build:1}
|
%if 0%{?qemu_user_space_build:1}
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
@ -167,7 +167,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
# Build dependencies exclusive to qemu-linux-user
|
# Build dependencies exclusive to qemu-linux-user
|
||||||
BuildRequires: glib2-devel-static >= 2.56
|
BuildRequires: glib2-devel-static >= 2.56
|
||||||
BuildRequires: glibc-devel-static
|
BuildRequires: glibc-devel-static
|
||||||
BuildRequires: pcre-devel-static
|
BuildRequires: (pcre-devel-static if glib2-devel-static < 2.73 else pcre2-devel-static)
|
||||||
BuildRequires: zlib-devel-static
|
BuildRequires: zlib-devel-static
|
||||||
# we must not install the qemu-linux-user package when under QEMU build
|
# we must not install the qemu-linux-user package when under QEMU build
|
||||||
%if 0%{?qemu_user_space_build:1}
|
%if 0%{?qemu_user_space_build:1}
|
||||||
|
Loading…
Reference in New Issue
Block a user