Workaround build issue with RPM 4.18
See https://bugzilla.redhat.com/show_bug.cgi?id=2079127
This commit is contained in:
parent
95812da2a3
commit
dd6c923b97
@ -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 <mizdebsk@redhat.com> - 26-2
|
||||
- Workaround build issue with RPM 4.18
|
||||
|
||||
* Thu Apr 21 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-1
|
||||
- Update to upstream version 26
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user