From dd6c923b97fb137d1368a7e0b9f7acdaa19a8f75 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 27 Apr 2022 08:02:27 +0200 Subject: [PATCH] Workaround build issue with RPM 4.18 See https://bugzilla.redhat.com/show_bug.cgi?id=2079127 --- apache-parent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-parent.spec b/apache-parent.spec index 1f8eeb3..8365e1b 100644 --- a/apache-parent.spec +++ b/apache-parent.spec @@ -2,7 +2,7 @@ Name: apache-parent Version: 26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parent POM file for Apache projects License: ASL 2.0 URL: http://apache.org/ @@ -27,7 +27,7 @@ Requires: mvn(org.apache:apache-jar-resource-bundle) This package contains the parent pom file for apache projects. %prep -%setup -n apache-%{version} +%setup -q -n apache-%{version} %pom_remove_plugin :maven-site-plugin @@ -41,6 +41,9 @@ This package contains the parent pom file for apache projects. %doc LICENSE NOTICE %changelog +* Wed Apr 27 2022 Mikolaj Izdebski - 26-2 +- Workaround build issue with RPM 4.18 + * Thu Apr 21 2022 Mikolaj Izdebski - 26-1 - Update to upstream version 26