From 0aef5d178905c901a1fe6427e2782288501f444d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 19 2019 16:36:21 +0000 Subject: use %python3_pkgversion yay, less conditionals! --- diff --git a/lensfun.spec b/lensfun.spec index 696bc10..2dd2e0d 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -1,9 +1,6 @@ %if !0%{?bootstrap} && (0%{?fedora} || 0%{?rhel} > 6) %global tests 1 -%global python3 python3 -%if 0%{?rhel} == 7 -%global python3 python34 -%endif +%global python3 python%{python3_pkgversion} %endif Name: lensfun @@ -170,6 +167,9 @@ popd %changelog +* Wed Jun 19 2019 Rex Dieter - 0.3.2-19 +- use %%python3_pkgversion + * Fri Feb 01 2019 Fedora Release Engineering - 0.3.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild