Compare commits

...

No commits in common. 'stream-javapackages-tools-202201-rhel-9.1.0' and 'cs10' have entirely different histories.

@ -0,0 +1 @@
10217168280e9c9a40fa02c3de0d02321bbd0dac SOURCES/commons-parent-66.tar.gz

25
.gitignore vendored

@ -1,24 +1 @@
/results_*
/*.src.rpm
/commons-parent-15.tar.xz
/commons-parent-20.tar.xz
/commons-parent-22.tar.xz
/commons-parent-26.tar.xz
/commons-parent-32.tar.xz
/commons-parent-33.tar.xz
/commons-parent-34.tar.xz
/commons-parent-35.tar.xz
/commons-parent-37.tar.xz
/commons-parent-38.tar.xz
/commons-parent-39.tar.xz
/commons-parent-40.tar.xz
/commons-parent-42.tar.xz
/commons-parent-43-src.zip
/commons-parent-47.tar.gz
/commons-parent-48.tar.gz
/commons-parent-49.tar.gz
/commons-parent-50.tar.gz
/commons-parent-51.tar.gz
/commons-parent-52.tar.gz
/commons-parent-53.tar.gz
SOURCES/commons-parent-66.tar.gz

@ -1,10 +1,10 @@
%bcond_with bootstrap
Name: apache-commons-parent
Version: 53
Release: 2%{?dist}
Version: 66
Release: 4%{?dist}
Summary: Apache Commons Parent Pom
License: ASL 2.0
License: Apache-2.0
URL: https://commons.apache.org/commons-parent-pom.html
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
@ -15,19 +15,18 @@ Source0: https://github.com/apache/commons-parent/archive/rel/commons-par
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local
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:)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
%endif
BuildRequires: mvn(org.moditect:moditect-maven-plugin)
# Not generated automatically
%if %{without bootstrap}
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
%endif
Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
Requires: mvn(org.moditect:moditect-maven-plugin)
%description
The Project Object Model files for the apache-commons packages.
@ -38,18 +37,22 @@ The Project Object Model files for the apache-commons packages.
# Plugin is not in fedora
%pom_remove_plugin org.apache.commons:commons-build-plugin
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
%pom_remove_plugin org.spdx:spdx-maven-plugin
%pom_remove_plugin org.cyclonedx:cyclonedx-maven-plugin
# Plugins useless in package builds
%pom_remove_plugin :apache-rat-plugin
%pom_remove_plugin :buildnumber-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :versions-maven-plugin
%pom_remove_plugin :maven-artifact-plugin
%pom_remove_dep org.junit:junit-bom
# Remove profiles for plugins that are useless in package builds
for profile in animal-sniffer japicmp jacoco cobertura clirr; do
%pom_xpath_remove "pom:profile[pom:id='$profile']"
for profile in animal-sniffer japicmp jacoco cobertura; do
%pom_xpath_remove "pom:profile[pom:id='${profile}']"
done
%build
@ -63,6 +66,49 @@ done
%license LICENSE.txt NOTICE.txt
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 66-4
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 66-3
- Bump release for Aug 2024 java mass rebuild
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 66-2
- Bump release for June 2024 mass rebuild
* Fri Feb 02 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 66-1
- Update to upstream version 66
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 65-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 65-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 04 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 65-2
- Enable moditect-maven-plugin
* Mon Dec 04 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 65-1
- Update to upstream version 65
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 61-2
- Rebuild
* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 61-1
- Update to upstream version 61
* Fri Aug 25 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 60-1
- Update to upstream version 60
* Fri Aug 11 2023 Marian Koncek <mkoncek@redhat.com> - 59-1
- Update to upstream version 59
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 53-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 53-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 53-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (commons-parent-53.tar.gz) = c0f2567111191c4623647c35b1b316aaa55de66096a83f07ec69cf823faf2faf6ade1619a45948179a72c917fba532f289f37509c5933b745c306b3223ffe0eb
Loading…
Cancel
Save