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