Updates for 2.5.3

This commit is contained in:
Devrim Gündüz 2019-09-04 21:35:18 +01:00
parent 13c3df61f3
commit 65931ec089
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ cd %{name}-%{prevversion}
make %{?_smp_mflags}
mkdir ../compat-build
for so in %so_files; do
find -name $so-%prevmajorversion.so -exec cp -t ../compat-build/ {} +
find -name $so.so -exec cp -t ../compat-build/ {} +
done
# Second, build feature-full build against previous PostgreSQL version. We