Accepting request 629079 from GNOME:Next
New unstable, but we seem to be running that branch in TW atm, so lets get the latest one pushed forward OBS-URL: https://build.opensuse.org/request/show/629079 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=55
This commit is contained in:
parent
7d1d4dc93a
commit
5749b53352
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/0.11.8.3</param>
|
||||
<param name="revision">refs/tags/0.99.3</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||
<param name="changesrevision">14560093b068e8f7bd7f1c4fb1fcec2d68858ee1</param></service></servicedata>
|
||||
<param name="changesrevision">2195848fea1a5bb9712ad5dab5895804310a33b2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75e4abf546c9d1df02c4714e9b9db290dcb59aabd80acb83b945915c5d9a231e
|
||||
size 661108
|
3
flatpak-0.99.3.tar.xz
Normal file
3
flatpak-0.99.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9afc2f092c9537c000cda83e1452c71ccd096cfd1fa3dd75c3d0d4c01bb5dc6e
|
||||
size 681672
|
@ -1,11 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 21:31:09 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.99.3:
|
||||
+ Fixed case where system install would sometimes fail due to the
|
||||
system-helper idle exiting.
|
||||
+ Support installing flatpakref files in FlatpakTransaction,
|
||||
including a new signal add-new-remote for when remotes might be
|
||||
added.
|
||||
+ Added some new FlatpakError codes.
|
||||
+ We now support .flatpakrepo files with no gpg signatures.
|
||||
+ Fix crash in system-helper when updating appstream.
|
||||
+ New command create-usb which can be used to prepare an repo for
|
||||
offline updates.
|
||||
+ Fix some non-handled cases of the CLI not working when
|
||||
/var/lib/flatpak doesn't exist.
|
||||
+ Fix crash when running with a gid that is not in /etc/groups.
|
||||
+ Add new permission-* commands to interact with the permissions
|
||||
store from the portals.
|
||||
+ Include appdata in OCI bundle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 15:13:44 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
- polkit_rules_usability.patch: Improve usability by allowing members of the
|
||||
group 'wheel' to bypass polkit authentication checks when locally logged in
|
||||
(bnc#984817). This adds a few polkit actions to the rules that are not
|
||||
covered by upstream, because they are set to 'yes' for active users by
|
||||
default. On SUSE we require 'auth_admin' for regular users, however.
|
||||
- polkit_rules_usability.patch: Improve usability by allowing
|
||||
members of the group 'wheel' to bypass polkit authentication
|
||||
checks when locally logged in (bnc#984817). This adds a few
|
||||
polkit actions to the rules that are not covered by upstream,
|
||||
because they are set to 'yes' for active users by default. On
|
||||
SUSE we require 'auth_admin' for regular users, however.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 28 02:54:24 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 0.99.2:
|
||||
+ Updated translations.
|
||||
- Changes from version 0.99.1:
|
||||
+ This is the first pre-release before flatpak 1.0. This is
|
||||
considered feature-complete and no features or major changes
|
||||
before 1.0 are expected, only bugfixes.
|
||||
+ Flatpak install/update/uninstall now lists all the operations
|
||||
that it will do and asks for confirmation before starting.
|
||||
+ In the above confirmation the permissions (new permissions for
|
||||
updates) are shown for all applications.
|
||||
+ P2P updates are more efficient.
|
||||
+ system-wide installation uses less fsync calls so installation
|
||||
should be faster.
|
||||
+ New ssh agent permissions allows granting an app ssh access.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 03:24:22 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 0.11.8.3
|
||||
Version: 0.99.3
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
@ -49,7 +49,7 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
||||
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2017.15
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2018.6
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(xau)
|
||||
Requires: %{libname} = %{version}
|
||||
@ -155,6 +155,7 @@ flatpak remote-list --system > /dev/null 2>&1
|
||||
%license COPYING
|
||||
%{_bindir}/flatpak
|
||||
%{_bindir}/flatpak-bisect
|
||||
%{_bindir}/flatpak-coredumpctl
|
||||
%{_libexecdir}/flatpak-dbus-proxy
|
||||
%{_libexecdir}/flatpak-portal
|
||||
%{_libexecdir}/flatpak-session-helper
|
||||
|
Loading…
Reference in New Issue
Block a user