SHA256
1
0
forked from pool/qemu

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:
Dario Faggioli 2022-09-15 14:55:30 +00:00 committed by Git OBS Bridge
parent 828311e5ea
commit cfd2438e0a
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
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>
- Substantial rework of the spec file:
- Substantial rework of the spec file:
* the 'make check' testsuite now runs in the %check section of
the main package, not in a subpackage
* switched from %setup to %autosetup

View File

@ -248,8 +248,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Build dependencies exclusive to qemu-linux-user
BuildRequires: glib2-devel-static >= 2.56
BuildRequires: glibc-devel-static
BuildRequires: pcre-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
%if 0%{?qemu_user_space_build:1}
#!BuildIgnore: post-build-checks

View File

@ -167,7 +167,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Build dependencies exclusive to qemu-linux-user
BuildRequires: glib2-devel-static >= 2.56
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
# we must not install the qemu-linux-user package when under QEMU build
%if 0%{?qemu_user_space_build:1}