Compare commits
No commits in common. "c10s" and "stream-javapackages-bootstrap-202501-rhel-9.6.0" have entirely different histories.
c10s
...
stream-jav
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
- rhel-9
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
|
@ -2,6 +2,6 @@ summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/javapackages
|
||||
ref: c10s
|
||||
ref: c9s
|
||||
execute:
|
||||
how: tmt
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: plexus-build-api0
|
||||
Version: 0.0.7
|
||||
Release: 46%{?dist}
|
||||
Release: 49%{?dist}
|
||||
Summary: Plexus Build API
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/codehaus-plexus/plexus-build-api
|
||||
@ -13,8 +13,8 @@ Source0: https://github.com/codehaus-plexus/plexus-build-api/archive/refs
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
# Forwarded upstream: https://github.com/sonatype/sisu-build-api/pull/2
|
||||
Patch0: %{name}-migration-to-component-metadata.patch
|
||||
Patch1: 0000-Port-to-plexus-utils-3.3.0.patch
|
||||
Patch: %{name}-migration-to-component-metadata.patch
|
||||
Patch: 0000-Port-to-plexus-utils-3.3.0.patch
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
@ -29,17 +29,15 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
Plexus Build API
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
Summary: API documentation for %{name}
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n plexus-build-api-plexus-build-api-0.0.7
|
||||
%autosetup -p1 -n plexus-build-api-plexus-build-api-%{version}
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%pom_remove_parent
|
||||
# From upstream commit: https://github.com/codehaus-plexus/plexus-build-api/commit/6566292a7d85e275b824857bdf92d6504bc4824e
|
||||
@ -57,21 +55,26 @@ cp -p %{SOURCE1} .
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE-2.0.txt
|
||||
%license LICENSE-2.0.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE-2.0.txt
|
||||
%license LICENSE-2.0.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.7-46
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.0.7-48
|
||||
- Update javapackages test plan to f42
|
||||
|
||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 0.0.7-45
|
||||
- Bump release for Aug 2024 java mass rebuild
|
||||
* Wed Jul 24 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.0.7-47
|
||||
- Install license files in licensedir instead of docdir
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.7-44
|
||||
- Bump release for June 2024 mass rebuild
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.7-46
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.0.7-45
|
||||
- Switch to a newer patch macro syntax
|
||||
|
||||
* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 0.0.7-44
|
||||
- bump of release for for java-21-openjdk as system jdk
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.7-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user