Add CMake files to the files list for the -devel package

This commit is contained in:
Benjamin A. Beasley 2021-03-15 09:54:38 -04:00
parent 5c54e1625e
commit 3ac80eca71
1 changed files with 5 additions and 0 deletions

View File

@ -817,6 +817,10 @@ fi
%{_libdir}/lib%{name}pp_channelz.so
%{_includedir}/%{name}pp
%if %{with cmake}
%{_libdir}/cmake/*.cmake
%endif
%files -n python3-grpcio
%license LICENSE NOTICE.txt
@ -876,6 +880,7 @@ fi
mandatory when we depend on abseil-cpp and switch to C++17
* Fix a link error in the core tests when using CMake
* Manually install grpc_cli (CMake)
* Add CMake files to the files list for the -devel package
- Python:
* Add several patches required for the tests
* BR gevent for gevent_tests