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.