From 3b830ec0aa7154a1127bd1bde200d549b1441fb9 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 10 Nov 2018 22:11:51 +0100 Subject: [PATCH] fix rpm builds * spot.spec.in: Do not hardcode the Python version. --- spot.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spot.spec.in b/spot.spec.in index 32b51564a..cf829d684 100755 --- a/spot.spec.in +++ b/spot.spec.in @@ -116,8 +116,7 @@ Spot allows manipulation of omega-automata as well as linear-time temporal logic (LTL & PSL). %files -n python3-spot -%{python3_sitearch}/__pycache__/buddy.cpython-36.opt-1.pyc -%{python3_sitearch}/__pycache__/buddy.cpython-36.pyc +%{python3_sitearch}/__pycache__/buddy.cpython-*.pyc %{python3_sitearch}/buddy.py %dir %{python3_sitearch}/spot %{python3_sitearch}/spot/*