SHA256
1
0
forked from pool/flatpak

Accepting request 764305 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/764305
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=93
This commit is contained in:
Bjørn Lie 2020-01-15 12:34:31 +00:00 committed by Git OBS Bridge
parent 1be2588aee
commit 66025defbc
2 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 14 11:23:06 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update dependencies required by flatpak 1.6.0 .
- Require xdg-dbus-proxy instead of building the (outdated)
builtin version.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 30 10:00:24 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org> Mon Dec 30 10:00:24 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package flatpak # spec file for package flatpak
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 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
@ -52,6 +52,7 @@ BuildRequires: libgpgme-devel >= 1.1.8
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: sysuser-tools BuildRequires: sysuser-tools
BuildRequires: xdg-dbus-proxy >= 0.1.0
BuildRequires: xsltproc BuildRequires: xsltproc
BuildRequires: pkgconfig(appstream-glib) BuildRequires: pkgconfig(appstream-glib)
BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(dconf)
@ -67,13 +68,14 @@ BuildRequires: pkgconfig(libelf) >= 0.8.12
BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(ostree-1) >= 2018.7 BuildRequires: pkgconfig(ostree-1) >= 2018.9
BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xau)
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
Requires: bubblewrap >= 0.2.1 Requires: bubblewrap >= 0.4.0
Requires: ostree >= 2018.7 Requires: ostree >= 2018.9
Requires: xdg-dbus-proxy >= 0.1.0
Requires: xdg-desktop-portal >= 0.10 Requires: xdg-desktop-portal >= 0.10
Requires: user(flatpak) Requires: user(flatpak)
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
@ -153,6 +155,7 @@ NOCONFIGURE=1 ./autogen.sh
--with-system-bubblewrap \ --with-system-bubblewrap \
--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 \
%{nil} %{nil}
%make_build %make_build
%sysusers_generate_pre %{SOURCE1} system-user-flatpak %sysusers_generate_pre %{SOURCE1} system-user-flatpak
@ -201,7 +204,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/flatpak/remotes.d
%{_bindir}/flatpak %{_bindir}/flatpak
%{_bindir}/flatpak-bisect %{_bindir}/flatpak-bisect
%{_bindir}/flatpak-coredumpctl %{_bindir}/flatpak-coredumpctl
%{_libexecdir}/flatpak-dbus-proxy
%{_libexecdir}/flatpak-portal %{_libexecdir}/flatpak-portal
%{_libexecdir}/flatpak-session-helper %{_libexecdir}/flatpak-session-helper
%{_libexecdir}/flatpak-system-helper %{_libexecdir}/flatpak-system-helper