Accepting request 672486 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/672486 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=26
This commit is contained in:
commit
510631c560
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/1.0.6</param>
|
||||
<param name="revision">refs/tags/1.2.0</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">38b5560c66a5b28287df964b6a61d928ec163ed2</param></service></servicedata>
|
||||
<param name="changesrevision">7baac10cdbb9096e675377d8adf21a09e2ffd2e8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0da41c8a5ee5782188fea4fd0376275dd6eba1c21e3bd59b1fd03cb367d7b4c4
|
||||
size 719476
|
3
flatpak-1.2.0.tar.xz
Normal file
3
flatpak-1.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6291e612f3e8bc10c896a4908d4817d34a43522d39380645a215b3a2f798f39d
|
||||
size 795844
|
@ -1,23 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 20:58:56 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.2.0:
|
||||
+ Ensure DeployCollectionID works in flatpakrepo files in all
|
||||
cases.
|
||||
+ Don't error out with empty installations in uninstall.
|
||||
+ Add helper that validates icon files during export.
|
||||
+ Don't allow root to modify the (non-root) per-user flatpak
|
||||
installation, as this risks causing problems later.
|
||||
+ Remove some incorrect warnings from flatpak repair.
|
||||
+ Allow multiple name segments after prefix when exporting files.
|
||||
+ Allow specification of ellipsization in --colums options.
|
||||
+ Handle dates as well as timestamps in appdata
|
||||
+ Fixed a bug where flatpak remote-delete removed too many refs.
|
||||
+ Now we use raw terminal mode during a transaction to a avoid
|
||||
problems with input during the operation causing problems with
|
||||
escape sequences.
|
||||
+ Generate a fontconfig directory remapping snippet as will be
|
||||
needed for newer versions of fontconfig.
|
||||
+ Support --extra-collection-id in build-commit-from to bind the
|
||||
commit to multiple collection ids. This is work in progress in
|
||||
ostree.
|
||||
- Add pkgconfig(dconf) BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 12:54:42 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
- Update to version 1.0.6:
|
||||
* This release fixes an issue that lets system-wide installed
|
||||
+ This release fixes an issue that lets system-wide installed
|
||||
applications create setuid root files inside their app dir
|
||||
(somewhere in /var/lib/flatpak/app). Setuid support is disabled
|
||||
inside flatpaks, so such files are only a risk if the user runs
|
||||
them manually outside flatpak. Installing a flatpak system-wide
|
||||
needs root access, so this isn't a privilege elevation for
|
||||
non-root users.
|
||||
* The permissions of the files created by the apply_extra script is
|
||||
canonicalized and the script itself is run without any capabilities.
|
||||
* Better matching of existing remotes when the local and remote configuration
|
||||
differs wrt collection ids.
|
||||
* New flatpakrepo DeployCollectionID replaces CollectionID, doing the
|
||||
same thing. It is recommended to use this instead because older versions
|
||||
of flatpak has bugs in the support of collection ids, and this key
|
||||
will only be respected in versions where it works.
|
||||
* The X11 socket is now mounted read-only.
|
||||
+ The permissions of the files created by the apply_extra script
|
||||
is canonicalized and the script itself is run without any
|
||||
capabilities.
|
||||
+ Better matching of existing remotes when the local and remote
|
||||
configuration differs wrt collection ids.
|
||||
+ New flatpakrepo DeployCollectionID replaces CollectionID, doing
|
||||
the same thing. It is recommended to use this instead because
|
||||
older versions of flatpak has bugs in the support of collection
|
||||
ids, and this key will only be respected in versions where it
|
||||
works.
|
||||
+ The X11 socket is now mounted read-only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 12:29:18 UTC 2018 - alarrosa@suse.com
|
||||
|
10
flatpak.spec
10
flatpak.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flatpak
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 1.0.6
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
@ -38,6 +38,7 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
BuildRequires: pkgconfig(dconf)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
@ -164,6 +165,7 @@ mv %{buildroot}/%{_datadir}/polkit-1/rules.d/{,60-}org.freedesktop.Flatpak.rules
|
||||
%{_libexecdir}/flatpak-portal
|
||||
%{_libexecdir}/flatpak-session-helper
|
||||
%{_libexecdir}/flatpak-system-helper
|
||||
%{_libexecdir}/flatpak-validate-icon
|
||||
%{_datadir}/bash-completion/completions/flatpak
|
||||
# # Own dirs so we don't have to depend on dbus for building.
|
||||
%dir %{_datadir}/dbus-1
|
||||
@ -195,9 +197,7 @@ mv %{buildroot}/%{_datadir}/polkit-1/rules.d/{,60-}org.freedesktop.Flatpak.rules
|
||||
%{_userunitdir}/flatpak-session-helper.service
|
||||
%{_userunitdir}/flatpak-portal.service
|
||||
%ghost %dir %{_localstatedir}/lib/flatpak
|
||||
%dir %{_userunitdir}
|
||||
%dir %{_userunitdir}/dbus.service.d
|
||||
%{_userunitdir}/dbus.service.d/flatpak.conf
|
||||
%{_libexecdir}/systemd/user-environment-generators/60-flatpak
|
||||
|
||||
%files -n %{libname}
|
||||
%{_libdir}/libflatpak.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user