Accepting request 546704 from home:dimstar:Factory

- Change the shebang of check_whence.py (installed as a
  non-executable) to point to python3.

OBS-URL: https://build.opensuse.org/request/show/546704
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=183
This commit is contained in:
Takashi Iwai 2017-11-30 14:48:41 +00:00 committed by Git OBS Bridge
parent b2ee5a4030
commit 87777adc2d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 30 13:45:13 UTC 2017 - dimstar@opensuse.org
- Change the shebang of check_whence.py (installed as a
non-executable) to point to python3.
-------------------------------------------------------------------
Thu Nov 30 10:24:19 UTC 2017 - mpluskal@suse.com

View File

@ -92,6 +92,8 @@ This package contains the microcode files used by AMD CPUs.
%prep
%setup -q
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
# change ./check_whence.py to be a python3 program
sed -i "s|/usr/bin/python$|/usr/bin/python3|" ./check_whence.py
%build
# nothing to do