diff --git a/flatpak.changes b/flatpak.changes index eab144b..f823035 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 3 17:10:34 UTC 2016 - dimstar@opensuse.org + +- Require flatpak by flatpak-devel: xdg-desktop-portal expects to + find org.freedesktop.portal.Documents.xml, which is part of + flatpak. It's fair to assume everything to be present when + pulling in the -devel package. + ------------------------------------------------------------------- Wed Oct 26 09:23:14 UTC 2016 - dimstar@opensuse.org diff --git a/flatpak.spec b/flatpak.spec index 4ed9833..f7bda59 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %if 0%{suse_version} == 1315 %define _userunitdir /usr/lib/systemd/user/ %endif @@ -70,9 +71,9 @@ Requires: %{_bindir}/bzr Requires: %{_bindir}/git Requires: %{_bindir}/patch Requires: %{_bindir}/strip -Requires: /bin/tar Requires: %{_bindir}/unzip Requires: %{name} = %{version} +Requires: /bin/tar %description builder flatpak-builder is a tool that makes it easy to build applications and their @@ -100,6 +101,7 @@ more information. Summary: Manage OSTree based application bundles -- Development files Group: Development/Languages/C and C++ Requires: %{libname} = %{version} +Requires: %{name} = %{version} Requires: typelib-1_0-Flatpak-1_0 = %{version} %description devel