diff --git a/0001-spec-Use-autoreconf-in-build.patch b/0001-spec-Use-autoreconf-in-build.patch deleted file mode 100644 index 77b30e9..0000000 --- a/0001-spec-Use-autoreconf-in-build.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 53159764cbdd4f5dc02bcabbc7e775b9c5cc1a96 Mon Sep 17 00:00:00 2001 -From: Michal Fabik -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 -Lifted from e17dd1d8 in libreport -Signed-off-by: Michal Fabik ---- - 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 - diff --git a/satyr.spec b/satyr.spec index a128051..9987913 100644 --- a/satyr.spec +++ b/satyr.spec @@ -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 - 0.39-3 +- Drop unused patch + * Thu Jan 06 2022 Matěj Grabovský - 0.39-2 - Bump release for rebuild