diff --git a/PDAL.spec b/PDAL.spec index ebaf471..d62e1e8 100644 --- a/PDAL.spec +++ b/PDAL.spec @@ -89,7 +89,10 @@ BuildRequires: libboost_program_options-devel BuildRequires: boost-devel %endif BuildRequires: postgresql-devel +%if 0%{?sle_version} >= 150000 && 0%{?sle_version} <= 150100 && 0%{?is_opensuse} +%else BuildRequires: postgresql-server-devel +%endif %description PDAL is a C++ BSD library for translating and manipulating point cloud data.