Accepting request 572518 from home:olh:branches:Base:System
- The %prep section applies patches, the %build section builds. Remove mixup of patching and building from %prep for quilt setup Related to bsc#1065703 OBS-URL: https://build.opensuse.org/request/show/572518 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=288
This commit is contained in:
parent
c7ddc4afcf
commit
c33208660b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 08:52:20 UTC 2018 - olaf@aepfle.de
|
||||
|
||||
- The %prep section applies patches, the %build section builds.
|
||||
Remove mixup of patching and building from %prep for quilt setup
|
||||
Related to bsc#1065703
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 04:41:22 UTC 2018 - mchang@suse.com
|
||||
|
||||
|
@ -544,6 +544,8 @@ swap partition while in resuming
|
||||
%patch420 -p1
|
||||
%patch421 -p1
|
||||
%patch430 -p1
|
||||
|
||||
%build
|
||||
# patches above may update the timestamp of grub.texi
|
||||
# and via build-aux/mdate-sh they end up in grub2.info, breaking build-compare
|
||||
[ -z "$SOURCE_DATE_EPOCH" ] ||\
|
||||
@ -574,7 +576,6 @@ mkdir build-xen
|
||||
mkdir build-emu
|
||||
%endif
|
||||
|
||||
%build
|
||||
export PYTHON=%{_bindir}/python3
|
||||
# autogen calls autoreconf -vi
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user