Compare commits
No commits in common. "c8-stream-201902" and "c9s" have entirely different histories.
c8-stream-
...
c9s
@ -1 +0,0 @@
|
||||
76ca92cc36e00950f6701bb566f3a8f3a323a2f6 SOURCES/commons-parent-49.tar.gz
|
24
.gitignore
vendored
24
.gitignore
vendored
@ -1 +1,23 @@
|
||||
SOURCES/commons-parent-49.tar.gz
|
||||
/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
|
||||
|
@ -1,28 +1,37 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: apache-commons-parent
|
||||
Version: 49
|
||||
Release: 2%{?dist}
|
||||
Version: 52
|
||||
Release: 6%{?dist}
|
||||
Summary: Apache Commons Parent Pom
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/commons-parent-pom.html
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/apache/commons-parent/archive/commons-parent-%{version}.tar.gz
|
||||
Source0: https://github.com/apache/commons-parent/archive/rel/commons-parent-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
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
|
||||
|
||||
# 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)
|
||||
|
||||
%description
|
||||
The Project Object Model files for the apache-commons packages.
|
||||
|
||||
%prep
|
||||
%setup -q -n commons-parent-commons-parent-%{version}
|
||||
%setup -q -n commons-parent-rel-commons-parent-%{version}
|
||||
|
||||
# Plugin is not in fedora
|
||||
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
||||
@ -47,16 +56,57 @@ done
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc RELEASE-NOTES.txt
|
||||
%doc README.md RELEASE-NOTES.txt
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 52-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 52-5
|
||||
- Rebuild to workaround DistroBaker issue
|
||||
|
||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 52-4
|
||||
- Bootstrap Maven for CentOS Stream 9
|
||||
|
||||
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 52-3
|
||||
- Bootstrap build
|
||||
- Non-bootstrap build
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 52-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Sep 01 2020 Fabio Valentini <decathorpe@gmail.com> - 52-1
|
||||
- Update to version 52.
|
||||
|
||||
* Fri Aug 21 2020 Marian Koncek <mkoncek@redhat.com> - 52-1
|
||||
- Update to upstream version 52
|
||||
|
||||
* Tue Jul 28 2020 Marian Koncek <mkoncek@redhat.com> - 51-1
|
||||
- Update to upstream version 51
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 47-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 47-5
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Wed Jan 29 2020 Marian Koncek <mkoncek@redhat.com> - 50-1
|
||||
- Update to upstream version 50
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 47-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 49-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Wed Sep 18 2019 Marian Koncek <mkoncek@redhat.com> - 49-1
|
||||
- Update to upstream version 49
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 47-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 48-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
||||
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
Loading…
Reference in New Issue
Block a user