diff --git a/0373-autogen-don-t-run-autoreconf-in-the-topdir.patch b/0373-autogen-don-t-run-autoreconf-in-the-topdir.patch new file mode 100644 index 0000000..e780e3c --- /dev/null +++ b/0373-autogen-don-t-run-autoreconf-in-the-topdir.patch @@ -0,0 +1,21 @@ +0rom 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Peter Jones +Date: Thu, 26 Jul 2018 15:47:48 -0400 +Subject: [PATCH] autogen: don't run autoreconf in the topdir + +Signed-off-by: Peter Jones +--- + autogen.sh | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/autogen.sh b/autogen.sh +index 7537561ad0d..f608b9467a0 100755 +--- a/autogen.sh ++++ b/autogen.sh +@@ -82,6 +82,4 @@ done + echo "Saving timestamps..." + echo timestamp > stamp-h.in + +-echo "Running autoreconf..." +-autoreconf -vi + exit 0 diff --git a/Force-everything-to-use-python3.patch b/0374-Force-everything-to-use-python3.patch similarity index 89% rename from Force-everything-to-use-python3.patch rename to 0374-Force-everything-to-use-python3.patch index 7491dae..577f9f0 100644 --- a/Force-everything-to-use-python3.patch +++ b/0374-Force-everything-to-use-python3.patch @@ -1,4 +1,4 @@ -From b5c1a6068757af5b45297f7a981677681a534c2e Mon Sep 17 00:00:00 2001 +0rom 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 10 Jul 2018 16:54:02 -0400 Subject: [PATCH] Force everything to use python3 @@ -13,10 +13,10 @@ Signed-off-by: Peter Jones 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/Makefile.common b/conf/Makefile.common -index d2fedeaa3a5..3d21ed54031 100644 +index c4d72cd96e1..657253d5e46 100644 --- a/conf/Makefile.common +++ b/conf/Makefile.common -@@ -128,11 +128,11 @@ BUILT_SOURCES = +@@ -129,11 +129,11 @@ BUILT_SOURCES = .PRECIOUS: $(top_srcdir)/Makefile.util.am $(top_srcdir)/Makefile.util.am: $(top_srcdir)/gentpl.py $(top_srcdir)/Makefile.util.def $(top_srcdir)/Makefile.utilgcry.def @@ -31,7 +31,7 @@ index d2fedeaa3a5..3d21ed54031 100644 + python3 $^ > $@.new || (rm -f $@.new; exit 1) mv $@.new $@ diff --git a/gentpl.py b/gentpl.py -index bf8439fa743..6ab9eb3af71 100644 +index baac6a2af69..6409736e81c 100644 --- a/gentpl.py +++ b/gentpl.py @@ -1,4 +1,4 @@ @@ -40,4 +40,3 @@ index bf8439fa743..6ab9eb3af71 100644 # GRUB -- GRand Unified Bootloader # Copyright (C) 2010,2011,2012,2013 Free Software Foundation, Inc. # - diff --git a/grub.macros b/grub.macros index 2de8e10..be66b37 100644 --- a/grub.macros +++ b/grub.macros @@ -278,14 +278,18 @@ git init \ echo '![[:digit:]][[:digit:]]_*.in' > util/grub.d/.gitignore \ echo '!*.[[:digit:]]' > util/.gitignore \ echo '!config.h' > include/grub/emu/.gitignore \ -patch -p1 < %{SOURCE10} \ -PYTHON=python3 ./autogen.sh \ git config user.email "%{name}-owner@fedoraproject.org" \ git config user.name "Fedora Ninjas" \ git config gc.auto 0 \ +rm -f configure \ git add . \ git commit -a -q -m "%{tarversion} baseline." \ git am %%{patches}