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