diff --git a/download b/download index c36a0c9947c017af06cbd1f4a55fa95e5d11107e..09412f7a33ecfa06a3aee76aebeb297c1305df90 100644 --- a/download +++ b/download @@ -1 +1 @@ -a711d9a1b056975bf4169be191c6bb8d flatpak-1.10.7.tar.xz +25ee921580f591e87b1a8a476026e67f flatpak-1.10.8.tar.xz diff --git a/flatpak.spec b/flatpak.spec index 9e50902efc45a52f30f6eabeb8dcacfda8ede9fd..557e76cff37f904845cc9b13557387f071044fea 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -1,9 +1,10 @@ +%define anolis_release .0.1 %global bubblewrap_version 0.4.0 %global ostree_version 2020.8 Name: flatpak -Version: 1.10.7 -Release: 1%{?dist} +Version: 1.10.8 +Release: 1%{anolis_release}%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -16,6 +17,7 @@ BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0 +BuildRequires: pkgconfig(gpgme) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libarchive) >= 2.8.0 BuildRequires: pkgconfig(libseccomp) @@ -31,7 +33,7 @@ BuildRequires: bubblewrap >= %{bubblewrap_version} BuildRequires: docbook-dtds BuildRequires: docbook-style-xsl BuildRequires: gettext -BuildRequires: gpgme-devel +BuildRequires: libassuan-devel BuildRequires: libcap-devel BuildRequires: python3-pyparsing BuildRequires: systemd @@ -245,6 +247,13 @@ fi %changelog +* Tue Jan 02 2024 Zhao Hang - 1.10.8-1.0.1 +- Modify dependency version + +* Tue Jul 11 2023 Debarshi Ray - 1.10.8-1 +- Rebase to 1.10.8 (#2222103) +- Fix CVE-2023-28100 and CVE-2023-28101 (#2180311) + * Wed Mar 09 2022 Debarshi Ray - 1.10.7-1 - Rebase to 1.10.7 (#2062417)