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
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-9
|
- rhel-10
|
||||||
decision_contexts:
|
decision_contexts:
|
||||||
- osci_compose_gate
|
- osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven-bundle-plugin
|
Name: maven-bundle-plugin
|
||||||
Version: 5.1.9
|
Version: 5.1.9
|
||||||
Release: 16%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Maven Bundle Plugin
|
Summary: Maven Bundle Plugin
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://felix.apache.org
|
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.
|
resources and dependencies. Plus a zillion other features.
|
||||||
|
|
||||||
%package javadoc
|
%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
|
%description javadoc
|
||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
@ -78,23 +82,18 @@ rm -f src/main/java/org/apache/felix/bundleplugin/baseline/BaselineReport.java
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-15
|
* Thu Jan 16 2025 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-8
|
||||||
- Remove Provides/Obsoletes on maven-plugin-bundle-javadoc
|
- Update Java compiler target settings
|
||||||
|
|
||||||
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-13
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.1.9-7
|
||||||
- Update javapackages test plan to f42
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
* Fri Aug 23 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-12
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 5.1.9-6
|
||||||
- Fix Maven compiler target setting
|
- Bump release for Aug 2024 java mass rebuild
|
||||||
|
|
||||||
* Tue Jul 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.9-7
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.1.9-5
|
||||||
- Drop unneeded Obsoletes
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.9-4
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.9-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
@ -2,6 +2,6 @@ summary: Run javapackages-specific tests
|
|||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://src.fedoraproject.org/tests/javapackages
|
url: https://src.fedoraproject.org/tests/javapackages
|
||||||
ref: c9s
|
ref: c10s
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
Loading…
Reference in New Issue
Block a user