diff --git a/SPECS/flatpak.spec b/SPECS/flatpak.spec index 9c93d27..265250c 100644 --- a/SPECS/flatpak.spec +++ b/SPECS/flatpak.spec @@ -3,7 +3,7 @@ Name: flatpak Version: 1.8.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -11,7 +11,7 @@ URL: http://flatpak.org/ Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz # https://bugzilla.redhat.com/show_bug.cgi?id=1918776 Patch0: flatpak-1.8.5-post-cve-fixes.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=1938063 +# https://bugzilla.redhat.com/show_bug.cgi?id=1938064 Patch1: flatpak-1.8.5-fix-CVE-2021-21381.patch BuildRequires: pkgconfig(appstream-glib) @@ -244,8 +244,11 @@ fi %changelog +* Wed Jul 28 2021 Tomas Popela - 1.8.5-4 +- Ship flatpak-devel in CRB (#1938064) + * Mon Mar 22 2021 David King - 1.8.5-3 -- Fix CVE-2021-21381 (#1938063) +- Fix CVE-2021-21381 (#1938064) * Mon Jan 25 2021 David King - 1.8.5-2 - Apply post-release CVE fixes (#1918776)