Accepting request 593443 from home:dimstar:Factory
- Update hasbang in installed files from /usr/bin/env python3 to /usr/bin/python3. OBS-URL: https://build.opensuse.org/request/show/593443 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=27
This commit is contained in:
parent
a985d0c655
commit
743c79e933
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 4 09:43:55 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update hasbang in installed files from /usr/bin/env python3 to
|
||||||
|
/usr/bin/python3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 3 13:14:02 UTC 2018 - mpluskal@suse.com
|
Tue Apr 3 13:14:02 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with efi_fw_update
|
%bcond_with efi_fw_update
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -133,6 +132,9 @@ if this gets used on other non-desktop hardware.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
for file in $(grep -l %{_bindir}/env . -r); do
|
||||||
|
sed -i "s|%{_bindir}/env python3|%{_bindir}/python3|" $file
|
||||||
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Dell support requires direct SMBIOS access,
|
# Dell support requires direct SMBIOS access,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user