From 82eb0a22c32e5fbd1163b90b324220ea7afb2706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 13 Nov 2020 11:17:17 +0100 Subject: [PATCH] Use autoreconf in %build instead of plain autoconf This way, when stuff is fixed in automake, the source tarball does not need to be re-generated in upstream to use the fix. Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1897489 --- abrt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abrt.spec b/abrt.spec index b82ff38..22462d8 100644 --- a/abrt.spec +++ b/abrt.spec @@ -481,7 +481,7 @@ to the shell %build -autoconf +autoreconf %define default_dump_dir %{_localstatedir}/spool/abrt