public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: Use autoreconf in %build instead of plain autoconf
@ 2026-08-03 10:24
0 siblings, 0 replies; only message in thread
From: @ 2026-08-03 10:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : 82eb0a22c32e5fbd1163b90b324220ea7afb2706
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2020-11-13T11:17:17+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/82eb0a22c32e5fbd1163b90b324220ea7afb2706?branch=update-2.17.8
Log:
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
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:24 [rpms/abrt] update-2.17.8: Use autoreconf in %build instead of plain autoconf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox