diff --git a/SPECS/flatpak.spec b/SPECS/flatpak.spec index 7a0a672..c08d102 100644 --- a/SPECS/flatpak.spec +++ b/SPECS/flatpak.spec @@ -3,7 +3,7 @@ Name: flatpak Version: 1.8.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -11,9 +11,9 @@ 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 -# https://bugzilla.redhat.com/show_bug.cgi?id=2012867 +# https://bugzilla.redhat.com/show_bug.cgi?id=2012868 Patch2: flatpak-1.8.5-fix-CVE-2021-41133.patch BuildRequires: autoconf @@ -253,11 +253,14 @@ fi %changelog -* Tue Oct 26 2021 Debarshi Ray - 1.8.5-4 -- Fix CVE-2021-41133 (#2012867) +* Tue Oct 26 2021 Debarshi Ray - 1.8.5-5 +- Fix CVE-2021-41133 (#2012868) + +* 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)