forked from pool/grub2
Accepting request 539336 from home:matejcik:py3port
- use python3 for autogen.sh (fate#323526) OBS-URL: https://build.opensuse.org/request/show/539336 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=282
This commit is contained in:
parent
1d85774cd1
commit
aa3a0e85b0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 15:34:03 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- use python3 for autogen.sh (fate#323526)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 13:36:02 UTC 2017 - msuchanek@suse.com
|
||||
|
||||
|
@ -44,7 +44,7 @@ BuildRequires: makeinfo
|
||||
%else
|
||||
BuildRequires: texinfo
|
||||
%endif
|
||||
BuildRequires: python
|
||||
BuildRequires: python3
|
||||
BuildRequires: xz-devel
|
||||
%ifarch x86_64
|
||||
%if 0%{?suse_version} >= 1230 || 0%{?suse_version} == 1110
|
||||
@ -566,6 +566,7 @@ mkdir build-emu
|
||||
%endif
|
||||
|
||||
%build
|
||||
export PYTHON=%{_bindir}/python3
|
||||
# autogen calls autoreconf -vi
|
||||
./autogen.sh
|
||||
# Not yet:
|
||||
|
Loading…
Reference in New Issue
Block a user