diff --git a/cmake.attr b/cmake.attr index b1cb261..16ab59f 100644 --- a/cmake.attr +++ b/cmake.attr @@ -1,2 +1,2 @@ %__cmake_provides %{_rpmconfigdir}/cmake.prov -%__cmake_path ^/usr/lib(64)?/cmake/.*/.*(Config\.cmake|-config\.cmake)$ \ No newline at end of file +%__cmake_path ^/usr/(share|lib(64)?)/cmake/.*/.*(Config\.cmake|-config\.cmake)$ \ No newline at end of file diff --git a/cmake.changes b/cmake.changes index 9b04fcd..6ae4a52 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 29 12:08:21 UTC 2021 - Ferdinand Thiessen + +- Fix rpm cmake-module detection, when modules are installed into + datadir instead of libdir. + https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure + ------------------------------------------------------------------- Fri May 28 16:05:26 UTC 2021 - Andreas Stieger