5cf2ba090a
Signed-off-by: Michal Fabik <mfabik@redhat.com>
39 lines
965 B
Diff
39 lines
965 B
Diff
From 53159764cbdd4f5dc02bcabbc7e775b9c5cc1a96 Mon Sep 17 00:00:00 2001
|
|
From: Michal Fabik <mfabik@redhat.com>
|
|
Date: Mon, 11 Jan 2021 12:06:49 +0100
|
|
Subject: [PATCH] spec: Use autoreconf in %build
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
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 rhbz#1898063
|
|
|
|
Patch contributed by Miro Hrončok <miro@hroncok.cz>
|
|
Lifted from e17dd1d8 in libreport
|
|
Signed-off-by: Michal Fabik <mfabik@redhat.com>
|
|
---
|
|
Makefile.am | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 5aa296e..bebbc30 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -10,7 +10,9 @@ satyr_SOURCES = satyr.c
|
|
satyr_LDADD = lib/libsatyr.la
|
|
|
|
man_MANS = satyr.1
|
|
-EXTRA_DIST = satyr.1.in
|
|
+EXTRA_DIST = \
|
|
+ satyr.1.in \
|
|
+ satyr-version
|
|
|
|
dist_doc_DATA = README.md
|
|
|
|
--
|
|
2.29.2
|
|
|