From 8bfb53d7a4e9671b56804371ff127e64db439c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 19 May 2023 16:43:42 +0200 Subject: [PATCH] Rebuild against rpm-4.19 (https://fedoraproject.org/wiki/Changes/RPM-4.19) --- satyr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/satyr.spec b/satyr.spec index 785809b..c22bf3c 100644 --- a/satyr.spec +++ b/satyr.spec @@ -17,7 +17,7 @@ Name: satyr Version: 0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to create anonymous, machine-friendly problem reports License: GPL-2.0-or-later URL: https://github.com/abrt/satyr @@ -129,6 +129,9 @@ make check|| { %endif %changelog +* Fri May 19 2023 Petr Pisar - 0.42-2 +- Rebuild against rpm-4.19 (https://fedoraproject.org/wiki/Changes/RPM-4.19) + * Wed Mar 01 2023 Michal Srb - 0.42-1 - Update to 0.42 - Resolves: rhbz#2168223