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