Skip to content

Postgis fix (14.19) #949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion postgis/postgis_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ get_sources(){
for file in $(ls | grep postgis); do
mv $file "percona-$file"
done
rm -f rules* control* percona-postgis.install
rm -f rules* control* percona-postgis.install patches/sfcgal*
wget https://raw.githubusercontent.com/percona/postgres-packaging/${PPG_VERSION}/postgis/debian/rules
wget https://raw.githubusercontent.com/percona/postgres-packaging/${PPG_VERSION}/postgis/debian/control
wget https://raw.githubusercontent.com/percona/postgres-packaging/${PPG_VERSION}/postgis/debian/percona-postgresql-14-postgis-3-scripts.install
Expand All @@ -139,6 +139,8 @@ get_sources(){
wget https://raw.githubusercontent.com/percona/postgres-packaging/${PPG_VERSION}/postgis/debian/percona-postgis.install
wget https://raw.githubusercontent.com/percona/postgres-packaging/${PPG_VERSION}/postgis/debian/percona-postgresql-14-postgis-3.lintian-overrides
cp control control.in
# Remove the sfcgal patch entry from patches/series
sed -i '/sfcgal/d' patches/series
# sed -i 's/postgresql-12/percona-postgresql-12/' percona-postgresql-12.templates
echo "9" > compat
cd ../
Expand Down
1 change: 0 additions & 1 deletion postgis/rpm/percona-postgis33.spec
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ Requires: hdf5
Requires: gdal%{gdalmajorversion}-libs >= %{gdalfullversion}
%endif

Requires: pcre
%if 0%{?suse_version} >= 1315
Requires: libjson-c5
Requires: libxerces-c-3_1
Expand Down