Accepting request 1180909 from home:pgajdos
- remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1180909 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=184
This commit is contained in:
parent
95f899e807
commit
13e3ca5def
@ -13,6 +13,12 @@ Fri Jun 14 07:23:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
- Synaptics Carrera devices.
|
||||
- Wacom Movink devices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 12:47:11 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- remove dependency on /usr/bin/python3 using
|
||||
%python3_fix_shebang_path macro, [bsc#1212476]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 07:51:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -287,6 +287,10 @@ rm -fr %{buildroot}%{_datadir}/installed-tests
|
||||
rm -fr %{buildroot}%{_datadir}/fish
|
||||
%endif
|
||||
|
||||
%if %{suse_version} >= 1600
|
||||
%python3_fix_shebang_path %{buildroot}%{_datadir}/%{name}/*
|
||||
%endif
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user