Accepting request 1003150 from GNOME:Factory
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) (forwarded request 1002618 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1003150 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=73
This commit is contained in:
commit
443c5e98f1
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 07:20:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Drop pkgconfig(libsoup-2.4) BuildRequires: rely on the curl
|
||||||
|
backend. Following this, pass --with-curl to configure.
|
||||||
|
- Add pkgconfig(libxml-2.0) BuildRequires, exsisting dependency,
|
||||||
|
previously pulled in by libsoup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 30 19:50:38 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
Tue Aug 30 19:50:38 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -67,8 +67,8 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
|||||||
BuildRequires: pkgconfig(libcurl) >= 7.29.0
|
BuildRequires: pkgconfig(libcurl) >= 7.29.0
|
||||||
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4
|
||||||
BuildRequires: pkgconfig(libzstd) >= 0.8.1
|
BuildRequires: pkgconfig(libzstd) >= 0.8.1
|
||||||
BuildRequires: pkgconfig(ostree-1) >= 2020.8
|
BuildRequires: pkgconfig(ostree-1) >= 2020.8
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
@ -151,6 +151,7 @@ sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--with-system-bubblewrap \
|
--with-system-bubblewrap \
|
||||||
|
--with-curl \
|
||||||
--with-priv-mode=none \
|
--with-priv-mode=none \
|
||||||
--with-dbus-config-dir=%{_dbusconfigdir} \
|
--with-dbus-config-dir=%{_dbusconfigdir} \
|
||||||
--with-system-dbus-proxy=%{_bindir}/xdg-dbus-proxy \
|
--with-system-dbus-proxy=%{_bindir}/xdg-dbus-proxy \
|
||||||
|
Loading…
Reference in New Issue
Block a user