Accepting request 765266 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/765266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2020-01-18 11:16:32 +00:00 committed by Git OBS Bridge
commit aea99a4439
2 changed files with 15 additions and 6 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>
@ -148,7 +155,7 @@ Thu Mar 28 13:05:50 UTC 2019 - Andrei Dziahel <develop7@develop7.info>
+ It has been discovered that the previous fix for CVE-2017-5226, + It has been discovered that the previous fix for CVE-2017-5226,
which uses seccomp to prevent sandboxed apps from using the which uses seccomp to prevent sandboxed apps from using the
(dangerous) TIOCSTI ioctl was only incomplete on 64bit arches. (dangerous) TIOCSTI ioctl was only incomplete on 64bit arches.
This is now fixed. This is now fixed (boo#1130637, gh#flatpak/flatpak#2782).
+ seccomp: Only compare the low 32bit of the TIOCSTI ioctl args. + seccomp: Only compare the low 32bit of the TIOCSTI ioctl args.
+ Support multiple nvidia cards on the machine + Support multiple nvidia cards on the machine
+ Fix support for systems where XDG_RUNTIME_DIR is /var/run which + Fix support for systems where XDG_RUNTIME_DIR is /var/run which

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