From aa731c97b58294d8572129eab5b7f4f7d4f6e3ed Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 13 2020 19:04:22 +0000 Subject: Replace Python version glob with macro (needed for Python 3.10+) See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/ Co-authored-by: Tomas Hrnciar --- diff --git a/grpc.spec b/grpc.spec index 72c9ed0..e4b39bd 100644 --- a/grpc.spec +++ b/grpc.spec @@ -147,7 +147,7 @@ find %{buildroot} -type f -name '*.a' -exec rm -f {} \; %files -n python3-grpcio %license LICENSE %{python3_sitearch}/grpc -%{python3_sitearch}/grpcio-%{version}-py?.?.egg-info +%{python3_sitearch}/grpcio-%{version}-py%{python3_version}.egg-info %changelog * Sun Jun 14 2020 Adrian Reber - 1.26.0-4