From 66a74be98ade2e0ccdbc3002c2dbf5b7c8dfdc668fbda53752cc7ec0651e4fca Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 26 Mar 2024 09:26:22 +0000 Subject: [PATCH] Accepting request 1161671 from home:pgajdos - remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1161671 OBS-URL: https://build.opensuse.org/package/show/hardware/libwacom?expand=0&rev=32 --- libwacom.changes | 6 ++++++ libwacom.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libwacom.changes b/libwacom.changes index 52e0532..c4928b8 100644 --- a/libwacom.changes +++ b/libwacom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 26 08:58:37 UTC 2024 - pgajdos@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + ------------------------------------------------------------------- Thu Mar 7 23:50:38 UTC 2024 - Aeneas Jaißle diff --git a/libwacom.spec b/libwacom.spec index ae78ba2..8b58da3 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -82,7 +82,7 @@ features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. %prep -%setup -q +%autosetup -p1 %build %meson -Db_lto=true -Dtests=disabled @@ -93,6 +93,7 @@ built-in on-screen tablet", "what is the size of this model", etc. sed -e 's-#!/usr/bin/env python3-#!/usr/bin/python3-g' -i %{buildroot}%{_bindir}/* find %{buildroot} -type f -name "*.la" -delete -print +%python3_fix_shebang %check %meson_test