diff --git a/postgresql14.changes b/postgresql14.changes index 5d345ca..9f333b6 100644 --- a/postgresql14.changes +++ b/postgresql14.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/postgresql14.spec b/postgresql14.spec index f5a2673..8fe5382 100644 --- a/postgresql14.spec +++ b/postgresql14.spec @@ -20,7 +20,7 @@ %define pgmajor 14 %define buildlibs 0 %define tarversion %{pgversion} -%define latest_supported_llvm_ver 18 +%define latest_supported_llvm_ver 17 ### CUT HERE ### %define pgname postgresql%pgmajor