diff --git a/postgresql.spec b/postgresql.spec index 7f7ccf8e3b51ae22e35a90ab9562857a4a594ec4..ea9454a5f2099893996de6ecbb93388926d3fac8 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global beta 0 %global test 1 @@ -1244,6 +1244,11 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Fri Aug 16 2024 Ales Nezbeda - 15.8-2 +- Fix build on 15.8 +- Sync upstream changes from commit bcf6dadbd0b8f72cef5e914c6482894a2d4e8a0d +- Apply fix for CVE-2024-4317 via included SQL script + * Thu Jul 10 2025 mgb01105731 - 15.13-1 - Update to 15.13 to fix CVE-2025-4207