Compare commits
No commits in common. "stream-javapackages-bootstrap-202501-rhel-9.6.0" and "c10s" have entirely different histories.
stream-jav
...
c10s
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: maven-bundle-plugin
|
||||
Version: 5.1.9
|
||||
Release: 16%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Maven Bundle Plugin
|
||||
License: Apache-2.0
|
||||
URL: https://felix.apache.org
|
||||
@ -37,7 +37,11 @@ from the contents of the compilation classpath along with its
|
||||
resources and dependencies. Plus a zillion other features.
|
||||
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
# TODO remove Provides / Obsoletes on maven-plugin-bundle-javadoc in Fedora 41
|
||||
Provides: maven-plugin-bundle-javadoc = %{version}-%{release}
|
||||
Obsoletes: maven-plugin-bundle-javadoc < 5.1.1-9
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
@ -78,23 +82,18 @@ rm -f src/main/java/org/apache/felix/bundleplugin/baseline/BaselineReport.java
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Dec 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-15
|
||||
- Remove Provides/Obsoletes on maven-plugin-bundle-javadoc
|
||||
* Thu Jan 16 2025 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-8
|
||||
- Update Java compiler target settings
|
||||
|
||||
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-13
|
||||
- Update javapackages test plan to f42
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.1.9-7
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Fri Aug 23 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-12
|
||||
- Fix Maven compiler target setting
|
||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 5.1.9-6
|
||||
- Bump release for Aug 2024 java mass rebuild
|
||||
|
||||
* Tue Jul 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-7
|
||||
- Drop unneeded Obsoletes
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.9-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 5.1.9-5
|
||||
- bump of release for for java-21-openjdk as system jdk
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.1.9-5
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
@ -2,6 +2,6 @@ summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/javapackages
|
||||
ref: c9s
|
||||
ref: c10s
|
||||
execute:
|
||||
how: tmt
|
||||
|
Loading…
Reference in New Issue
Block a user