From f7a6f4a20f141bbf0124fd4f4ba80e054ef2ff6f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 6 Jul 2018 13:38:03 +1000 Subject: [PATCH] Replace all python3 calls with the rpm macro --- libinput.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libinput.spec b/libinput.spec index 2964453..a855332 100644 --- a/libinput.spec +++ b/libinput.spec @@ -5,7 +5,7 @@ Name: libinput Version: 1.11.2 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Summary: Input device library License: MIT @@ -25,6 +25,7 @@ BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(mtdev) >= 1.1.0 BuildRequires: pkgconfig(libevdev) >= 0.4 BuildRequires: pkgconfig(libwacom) >= 0.20 +BuildRequires: python3-devel %description libinput is a library that handles input devices for display servers and other @@ -54,6 +55,8 @@ The %{name}-utils package contains tools to debug hardware and analyze %prep %autosetup -S git +# Replace whatever the source uses with the approved call +pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3') %build %meson -Ddebug-gui=false \ @@ -113,6 +116,9 @@ The %{name}-utils package contains tools to debug hardware and analyze %{_mandir}/man1/libinput-replay.1* %changelog +* Fri Jul 06 2018 Peter Hutterer 1.11.2-2 +- Replace all python3 calls with the rpm macro + * Tue Jul 03 2018 Peter Hutterer 1.11.2-1 - libinput 1.11.2