Fix previous changelog entry

It was a fix for CVE-2024-42472, not CVE-2024-32462.

Related: RHEL-54555
This commit is contained in:
Kalev Lember 2024-09-04 13:42:52 +02:00
parent 79f4d79cb9
commit eabaa9159c

View File

@ -3,7 +3,7 @@
Name: flatpak Name: flatpak
Version: 1.12.9 Version: 1.12.9
Release: 2%{?dist} Release: 3%{?dist}
Summary: Application deployment framework for desktop apps Summary: Application deployment framework for desktop apps
License: LGPLv2+ License: LGPLv2+
@ -278,10 +278,13 @@ fi
%changelog %changelog
* Wed Sep 04 2024 Kalev Lember <klember@redhat.com> - 1.12.9-3
- Fix previous changelog entry
* Mon Sep 02 2024 Kalev Lember <klember@redhat.com> - 1.12.9-2 * Mon Sep 02 2024 Kalev Lember <klember@redhat.com> - 1.12.9-2
- Backport upstream patches for CVE-2024-32462 - Backport upstream patches for CVE-2024-42472
- Require bubblewrap version that has new --bind-fd option backported for - Require bubblewrap version that has new --bind-fd option backported for
addressing CVE-2024-32462 addressing CVE-2024-42472
* Tue Apr 30 2024 Kalev Lember <klember@redhat.com> - 1.12.9-1 * Tue Apr 30 2024 Kalev Lember <klember@redhat.com> - 1.12.9-1
- Update to 1.12.9 (CVE-2024-32462) - Update to 1.12.9 (CVE-2024-32462)