diff --git a/gdal.changes b/gdal.changes index dd3f249..9d88ada 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 31 19:53:12 UTC 2021 - D. Berge + +- Fix build on Leap 15.3 + ------------------------------------------------------------------- Mon Nov 29 17:26:20 UTC 2021 - Bruno Friedmann diff --git a/gdal.spec b/gdal.spec index 82c1579..9e4af65 100644 --- a/gdal.spec +++ b/gdal.spec @@ -62,6 +62,9 @@ BuildRequires: perl-macros BuildRequires: pkgconfig BuildRequires: python3-numpy-devel BuildRequires: python3-setuptools +%if 0%{?sle_version} == 150300 && 0%{?is_opensuse} +BuildRequires: python-rpm-macros +%endif %if %{with tests_support} BuildRequires: python3-lxml BuildRequires: python3-pytest