From e88c9d806475bf2bd3f61acbe4ba282a1380659dcf99d2372c2e790b06dcd142 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Sat, 1 Jan 2022 08:47:59 +0000 Subject: [PATCH] Accepting request 943364 from home:licehunter:branches:Application:Geo - Fix build on Leap 15.3 OBS-URL: https://build.opensuse.org/request/show/943364 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=145 --- gdal.changes | 5 +++++ gdal.spec | 3 +++ 2 files changed, 8 insertions(+) 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