From c33208660b301a0e3ed0e5a689d74185c0b771e27dcf7c27d8c2167514a5f4a1 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Tue, 6 Feb 2018 06:29:18 +0000 Subject: [PATCH] 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 --- grub2.changes | 7 +++++++ grub2.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/grub2.changes b/grub2.changes index 07e27f1..1dbff48 100644 --- a/grub2.changes +++ b/grub2.changes @@ -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 diff --git a/grub2.spec b/grub2.spec index 68a6634..e44127a 100644 --- a/grub2.spec +++ b/grub2.spec @@ -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