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:
Marcus Meissner 2018-04-04 10:15:25 +00:00 committed by Git OBS Bridge
parent a985d0c655
commit 743c79e933
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -21,7 +21,6 @@
%else
%bcond_with efi_fw_update
%endif
Name: fwupd
Version: 1.0.6
Release: 0
@ -133,6 +132,9 @@ if this gets used on other non-desktop hardware.
%prep
%setup -q
for file in $(grep -l %{_bindir}/env . -r); do
sed -i "s|%{_bindir}/env python3|%{_bindir}/python3|" $file
done
%build
# Dell support requires direct SMBIOS access,