Update to 0.11.8 (#1588868)
This commit is contained in:
parent
be4506b082
commit
4d1afac7c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/flatpak-0.11.5.tar.xz
|
||||
/flatpak-0.11.6.tar.xz
|
||||
/flatpak-0.11.7.tar.xz
|
||||
/flatpak-0.11.8.tar.xz
|
||||
|
13
flatpak.spec
13
flatpak.spec
@ -1,9 +1,9 @@
|
||||
%global bubblewrap_version 0.1.8
|
||||
%global ostree_version 2017.14
|
||||
%global bubblewrap_version 0.2.1
|
||||
%global ostree_version 2017.15
|
||||
|
||||
Name: flatpak
|
||||
Version: 0.11.7
|
||||
Release: 2%{?dist}
|
||||
Version: 0.11.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Application deployment framework for desktop apps
|
||||
|
||||
License: LGPLv2+
|
||||
@ -34,6 +34,7 @@ BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
Requires: bubblewrap >= %{bubblewrap_version}
|
||||
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
||||
Recommends: /usr/bin/p11-kit
|
||||
|
||||
# Document portal moved to xdg-desktop-portal 0.10 (in flatpak 0.11.1).
|
||||
# Remove in F30.
|
||||
@ -111,6 +112,7 @@ flatpak remote-list --system &> /dev/null || :
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.Flatpak.policy
|
||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.Flatpak.rules
|
||||
%{_datadir}/zsh/site-functions
|
||||
%{_libexecdir}/flatpak-dbus-proxy
|
||||
%{_libexecdir}/flatpak-portal
|
||||
%{_libexecdir}/flatpak-session-helper
|
||||
@ -145,6 +147,9 @@ flatpak remote-list --system &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 08 2018 David King <amigadave@amigadave.com> - 0.11.8-1
|
||||
- Update to 0.11.8 (#1588868)
|
||||
|
||||
* Wed May 23 2018 Adam Jackson <ajax@redhat.com> - 0.11.7-2
|
||||
- Remove Requires: kernel >= 4.0.4-202, which corresponds to rawhide
|
||||
somewhere before Fedora 22 which this spec file certainly no longer
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-0.11.7.tar.xz) = 3850ee1b24f2beeecc6a8b22e3d7c4225af6d102b3be25138de1f93b67c0884e267730dba71b9ad55fe3f68980bc2f4822990ed8e1f9a95b1bf4dd3739a1477e
|
||||
SHA512 (flatpak-0.11.8.tar.xz) = 240ddfa1bd31cf0678818f84a5100113ffd353487dabc363768cc3ef2a7b3084d32d64d1f0a0ffddab3e4b55a1d9857a01732643a0db6efb1967cbf5801afcca
|
||||
|
Loading…
Reference in New Issue
Block a user