diff --git a/postgresql13.changes b/postgresql13.changes index a83e650..dcff32b 100644 --- a/postgresql13.changes +++ b/postgresql13.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 1 15:24:39 UTC 2024 - Aaron Puchert + +- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. + ------------------------------------------------------------------- Thu Mar 7 15:04:40 UTC 2024 - Sarah Kriesch diff --git a/postgresql13.spec b/postgresql13.spec index a57f148..72e7caa 100644 --- a/postgresql13.spec +++ b/postgresql13.spec @@ -20,7 +20,7 @@ %define pgmajor 13 %define buildlibs 0 %define tarversion %{pgversion} -%define latest_supported_llvm_ver 18 +%define latest_supported_llvm_ver 17 ### CUT HERE ### %define pgname postgresql%pgmajor