From 87d190a5b0e23a5fe0c5f99abd765441baf52f5d9a77a45172a73a1b2ba51b6a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 22 Oct 2016 10:59:13 +0000 Subject: [PATCH] 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 --- _service | 2 +- _servicedata | 2 +- flatpak-0.6.10.tar.xz | 3 --- flatpak-0.6.12.tar.xz | 3 +++ flatpak-rpmlintrc | 4 ---- flatpak.changes | 34 +++++++++++++++++++++++++++++++++- flatpak.spec | 8 +++++--- 7 files changed, 43 insertions(+), 13 deletions(-) delete mode 100644 flatpak-0.6.10.tar.xz create mode 100644 flatpak-0.6.12.tar.xz delete mode 100644 flatpak-rpmlintrc diff --git a/_service b/_service index ee174dd..20fda58 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/0.6.10 + refs/tags/0.6.12 *.tar diff --git a/_servicedata b/_servicedata index 8a3a60f..386a909 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/flatpak/flatpak.git - 95891501a0a9e255a12d75906b87d88c170672dd \ No newline at end of file + 41d2e453622409e4387c36d64a72af589d87e345 \ No newline at end of file diff --git a/flatpak-0.6.10.tar.xz b/flatpak-0.6.10.tar.xz deleted file mode 100644 index edadaa0..0000000 --- a/flatpak-0.6.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d2f95940e5ac7410a479b40cbf7708b489b3c62e1b9f5a169a5775cc91694d3 -size 476676 diff --git a/flatpak-0.6.12.tar.xz b/flatpak-0.6.12.tar.xz new file mode 100644 index 0000000..44789e2 --- /dev/null +++ b/flatpak-0.6.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c614f0dc7bb2a6f04f02b8798b18576db5bd4152d4b9caa6ccb6174047aca8 +size 486256 diff --git a/flatpak-rpmlintrc b/flatpak-rpmlintrc deleted file mode 100644 index 3a4d164..0000000 --- a/flatpak-rpmlintrc +++ /dev/null @@ -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) diff --git a/flatpak.changes b/flatpak.changes index ec11835..11b4851 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -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 diff --git a/flatpak.spec b/flatpak.spec index 917e523..34843e3 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -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