Accepting request 890065 from GNOME:Next
Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/890065 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=139
This commit is contained in:
parent
4d590dc423
commit
ed13647f22
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db152739d072f8ff299e4e888d8963a1b4538da7b10e0b86525be438f2e1dde4
|
|
||||||
size 1507856
|
|
3
flatpak-1.11.1.tar.xz
Normal file
3
flatpak-1.11.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a21ce530496a394227719dfbe4340c64b6ccc09e193c9a63d2856c83bbccbce5
|
||||||
|
size 1534700
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 27 10:41:14 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.11.1:
|
||||||
|
+ New features:
|
||||||
|
- All instances of the same app-ID share their /tmp directory
|
||||||
|
- All instances of the same app-ID share their $XDG_RUNTIME_DIR
|
||||||
|
- Instances of the same app-ID can optionally share their
|
||||||
|
/dev/shm directory (enabled by a new --allow flag,
|
||||||
|
--allow=per-app-dev-shm)
|
||||||
|
- Allow a subsandbox to have a different /usr and/or /app.
|
||||||
|
- Steam will use this to launch games with its own container
|
||||||
|
runtime as /usr (the "Steam Linux Runtime" mechanism).
|
||||||
|
- enter: Improve support for TUI programs like gdb
|
||||||
|
- build-update-repo: Add a higher-performance reimplementation
|
||||||
|
of ostree prune specialized for archive-mode repositories
|
||||||
|
+ Bug fixes:
|
||||||
|
- Fix deploys of local remotes in system-helper
|
||||||
|
- Fix test failures on non-x86_64 systems
|
||||||
|
- Fix two intermittent test failures
|
||||||
|
- Make polkit queries non-interactive when operating in
|
||||||
|
non-interactive mode
|
||||||
|
- Use a local main-context when using libsoup in a thread
|
||||||
|
- create-usb: Skip copying extra-data flatpaks
|
||||||
|
- OCI: Switch to pax-format tar archives
|
||||||
|
- history: Handle transaction log entries with empty REF field
|
||||||
|
- portal: Fix flatpak-spawn --clear-env on OSs where flatpak
|
||||||
|
is not on the fallback PATH, such as NixOS
|
||||||
|
- Fix various issues detected by scan-build
|
||||||
|
+ Internal changes:
|
||||||
|
- Use GNU bison to build parse-datetime.y
|
||||||
|
- Add information about security support and security
|
||||||
|
vulnerability reporting (see SECURITY.md)
|
||||||
|
- Move all git submodules into subprojects/ directory
|
||||||
|
- Several sockets are now created in /run/flatpak in the
|
||||||
|
sandbox, with symbolic links in $XDG_RUNTIME_DIR
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 10 14:27:26 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
Wed Mar 10 14:27:26 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
%define support_environment_generators 1
|
%define support_environment_generators 1
|
||||||
%endif
|
%endif
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 1.10.2
|
Version: 1.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OSTree based application bundles management
|
Summary: OSTree based application bundles management
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -181,6 +181,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/flatpak/remotes.d
|
|||||||
%pre -n system-user-flatpak -f system-user-flatpak.pre
|
%pre -n system-user-flatpak -f system-user-flatpak.pre
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre flatpak-system-helper.service
|
%service_add_pre flatpak-system-helper.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user