diff --git a/flatpak.spec b/flatpak.spec index c08d102977170621465a730de778fa2588113f80..a2a30eaceacefd0698f899629199d7889aba1a6e 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 2018.9 Name: flatpak Version: 1.8.5 -Release: 5%{?dist} +Release: 5%{anolis_release}%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -253,6 +254,9 @@ fi %changelog +* Thu Feb 24 2022 Weitao Zhou - 1.8.5-5.0.1 +- Rebuild on platform-python + * Tue Oct 26 2021 Debarshi Ray - 1.8.5-5 - Fix CVE-2021-41133 (#2012868)