Compare commits

...

No commits in common. "c10s" and "stream-javapackages-bootstrap-202501-rhel-9.9.0" have entirely different histories.

3 changed files with 18 additions and 13 deletions

View File

@ -1,6 +1,6 @@
--- !Policy
product_versions:
- rhel-10
- rhel-9
decision_contexts:
- osci_compose_gate
rules:

View File

@ -1,7 +1,7 @@
summary: Run javapackages-specific tests
discover:
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/javapackages.git
ref: c10s
url: https://src.fedoraproject.org/tests/javapackages
ref: c9s
execute:
how: tmt

View File

@ -2,7 +2,7 @@
Name: plexus-testing
Version: 1.3.0
Release: 4%{?dist}
Release: 8%{?dist}
Summary: Plexus Testing
License: Apache-2.0
URL: https://github.com/codehaus-plexus/plexus-testing
@ -26,10 +26,14 @@ BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
The Plexus Testing contains the necessary classes to be able to test
Plexus components.
%{?javadoc_package}
%package javadoc
Summary: API documentation for %{name}
%description javadoc
API documentation for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
%autosetup -p1 -n %{name}-%{name}-%{version}
# Some tests rely on Jakarta Injection API, which is not packaged
rm src/test/java/org/codehaus/plexus/testing/TestJakartaComponent.java
@ -45,16 +49,17 @@ rm src/test/java/org/codehaus/plexus/testing/PlexusTestJakartaTest.java
%doc README.md
%license LICENSE
%files javadoc -f .mfiles-javadoc
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-4
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.0-7
- Update javapackages test plan to f42
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-3
- Bump release for Aug 2024 java mass rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-2
- Bump release for June 2024 mass rebuild
* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 1.3.0-2
- bump of release for for java-21-openjdk as system jdk
* Fri Feb 02 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.0-1
- Initial packaging