Update to upstream version 53
This commit is contained in:
parent
b5beb45fa6
commit
d1b5c87cae
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/commons-parent-50.tar.gz
|
||||
/commons-parent-51.tar.gz
|
||||
/commons-parent-52.tar.gz
|
||||
/commons-parent-53.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: apache-commons-parent
|
||||
Version: 52
|
||||
Release: 6%{?dist}
|
||||
Version: 53
|
||||
Release: 1%{?dist}
|
||||
Summary: Apache Commons Parent Pom
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/commons-parent-pom.html
|
||||
@ -15,6 +15,7 @@ BuildRequires: maven-local
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
@ -43,6 +44,7 @@ The Project Object Model files for the apache-commons packages.
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :versions-maven-plugin
|
||||
|
||||
# Remove profiles for plugins that are useless in package builds
|
||||
for profile in animal-sniffer japicmp jacoco cobertura clirr; do
|
||||
@ -60,6 +62,9 @@ done
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Sun Apr 24 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 53-1
|
||||
- Update to upstream version 53
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 52-6
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (commons-parent-52.tar.gz) = d7ff5082c29f6d0297a11098b5df10811e83041bfbd9f0afba78b09d25e4446d604f3f2f29383ae2ed066d0e7d3f4b1a11ce0eb9443e84274d815e36ebff3b97
|
||||
SHA512 (commons-parent-53.tar.gz) = c0f2567111191c4623647c35b1b316aaa55de66096a83f07ec69cf823faf2faf6ade1619a45948179a72c917fba532f289f37509c5933b745c306b3223ffe0eb
|
||||
|
Loading…
Reference in New Issue
Block a user