From a15ff1895cdbe8ec5ba6e8aff262ad32f903546a12e7787b3f0d1f2db879ba84 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Fri, 7 Jan 2022 12:29:07 +0000 Subject: [PATCH] Accepting request 944722 from home:licehunter:branches:Application:Geo - Add `Provides:` so that PDAL-devel can find libPDAL. This should allow QGIS 3.22 to build for Tumbleweed (though not for Leap, as Python dependencies are not fulfilled there). OBS-URL: https://build.opensuse.org/request/show/944722 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=28 --- PDAL.changes | 5 +++++ PDAL.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/PDAL.changes b/PDAL.changes index 6f76841..4489a06 100644 --- a/PDAL.changes +++ b/PDAL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 7 10:37:32 UTC 2022 - D. Berge + +- Add `Provides:` so that PDAL-devel can find libPDAL. + ------------------------------------------------------------------- Wed Dec 29 17:17:47 UTC 2021 - Bruno Friedmann diff --git a/PDAL.spec b/PDAL.spec index 371e8bc..ef30c44 100644 --- a/PDAL.spec +++ b/PDAL.spec @@ -112,6 +112,8 @@ This package provides tools & utilities using PDAL library libpdal %package -n lib%{name}%{soname} Summary: Point Data Abstraction Library (GDAL for point cloud data) Group: System/Libraries +Provides: lib%{lname}_base.so.%{soname} = %{version} +Provides: lib%{name}%{soname} = %{version} %description -n lib%{name}%{soname} PDAL is a C++ BSD library for translating and manipulating point cloud data.