Accepting request 436718 from GNOME:Next
We should slowly but surely start moving this up a level OBS-URL: https://build.opensuse.org/request/show/436718 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=4
This commit is contained in:
parent
fcaed2849d
commit
87d190a5b0
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.6.10</param>
|
||||
<param name="revision">refs/tags/0.6.12</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">95891501a0a9e255a12d75906b87d88c170672dd</param></service></servicedata>
|
||||
<param name="changesrevision">41d2e453622409e4387c36d64a72af589d87e345</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d2f95940e5ac7410a479b40cbf7708b489b3c62e1b9f5a169a5775cc91694d3
|
||||
size 476676
|
3
flatpak-0.6.12.tar.xz
Normal file
3
flatpak-0.6.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8c614f0dc7bb2a6f04f02b8798b18576db5bd4152d4b9caa6ccb6174047aca8
|
||||
size 486256
|
@ -1,4 +0,0 @@
|
||||
# needed until bsc#984817 is resolved
|
||||
setBadness("suse-dbus-unauthorized-service", 0)
|
||||
setBadness("polkit-untracked-privilege", 0)
|
||||
setBadness("polkit-unauthorized-privilege",0)
|
@ -1,5 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 17:51:42 UTC 2016 - opensuse-packaging@opensuse.org
|
||||
Mon Oct 10 17:41:27 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.12:
|
||||
+ Partial revert in application id rules. Application ids can now
|
||||
only have dashes in the last element. This allows apps to
|
||||
export files such as org.my.App-extra.desktop which was used by
|
||||
the libreoffice builds.
|
||||
+ By default the kernel keyring is not accessable, as it is not
|
||||
containable.
|
||||
+ Some robustness fixes for build-commit-from.
|
||||
+ Better error messages.
|
||||
+ flatpak update --appstream now updates for all remotes.
|
||||
+ Made flatpak enter work, and you can now use any pid in the
|
||||
sandbox. However, it requires root permissions.
|
||||
+ Support for --device=kvm for /dev/kvm access.
|
||||
+ Support for --allow=multiarch to support non-primary arch
|
||||
support. For example running i686 code in an x86_64 app.
|
||||
+ Add new default-branch setting for the remote configuration.
|
||||
- Changes from version 0.6.11:
|
||||
+ Dashes are now allowed in application ids. However, to still
|
||||
work with symbolic icon names, they may not end with
|
||||
"-symbolic".
|
||||
+ HostCommand now handles ptys correctly.
|
||||
+ Various documentation updates.
|
||||
+ New FLATPAK_CHECK_VERSION macro in libflatpak.
|
||||
+ HostCommand now returns the real PID rather than a fake one.
|
||||
+ Fix regression in flatpak update --appstream.
|
||||
+ Fix regression installing bundles without origin urls.
|
||||
+ New flatpak-builder option --show-deps lists all the files the
|
||||
manifest depends on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 17:51:42 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.10:
|
||||
+ Dropped requirement for systemd --user. The way we detect if an
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 0.6.10
|
||||
Version: 0.6.12
|
||||
Release: 0
|
||||
Summary: Manage OSTree based application bundles
|
||||
License: LGPL-2.1+
|
||||
@ -47,13 +47,13 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
||||
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2016.10
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2016.11
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(xau)
|
||||
Requires: ostree >= 2016.5
|
||||
# Remove after openSUSE Leap 42 is out of scope
|
||||
Provides: xdg-app = %{version}
|
||||
Obsoletes: xdg-app <= 0.5.2-2
|
||||
Obsoletes: xdg-app < %{version}
|
||||
Recommends: %{name}-lang = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_requires}
|
||||
@ -174,6 +174,8 @@ flatpak remote-list --system > /dev/null 2>&1
|
||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.Flatpak.rules
|
||||
%{_mandir}/man1/%{name}*.1%{ext_man}
|
||||
%{_mandir}/man5/flatpak-metadata.5%{ext_man}
|
||||
%{_mandir}/man5/flatpak-flatpakref.5%{ext_man}
|
||||
%{_mandir}/man5/flatpak-flatpakrepo.5%{ext_man}
|
||||
%exclude %{_mandir}/man1/flatpak-builder.1%{ext_man}
|
||||
%{_datadir}/%{name}/
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user