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
|
Name: apache-parent
|
||||||
Version: 26
|
Version: 26
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Parent POM file for Apache projects
|
Summary: Parent POM file for Apache projects
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://apache.org/
|
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.
|
This package contains the parent pom file for apache projects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n apache-%{version}
|
%setup -q -n apache-%{version}
|
||||||
|
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
|
|
||||||
@ -41,6 +41,9 @@ This package contains the parent pom file for apache projects.
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 21 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-1
|
||||||
- Update to upstream version 26
|
- Update to upstream version 26
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user