Drop unused patch
This commit is contained in:
parent
04811faa94
commit
4f0609a695
@ -1,38 +0,0 @@
|
||||
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
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
Name: satyr
|
||||
Version: 0.39
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
License: GPLv2+
|
||||
URL: https://github.com/abrt/satyr
|
||||
@ -129,6 +129,9 @@ make check|| {
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 Michal Srb <michal@redhat.com> - 0.39-3
|
||||
- Drop unused patch
|
||||
|
||||
* Thu Jan 06 2022 Matěj Grabovský <mgrabovs@redhat.com> - 0.39-2
|
||||
- Bump release for rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user