Compare commits
No commits in common. "c10s" and "stream-javapackages-bootstrap-202501-rhel-9.6.0" have entirely different histories.
c10s
...
stream-jav
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/plexus-xml-3.0.0.tar.gz
|
/plexus-xml-3.0.0.tar.gz
|
||||||
|
/plexus-xml-3.0.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-10
|
- rhel-9
|
||||||
decision_contexts:
|
decision_contexts:
|
||||||
- osci_compose_gate
|
- osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
|
@ -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: c10s
|
ref: c9s
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: plexus-xml
|
Name: plexus-xml
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 4%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Plexus XML Utilities
|
Summary: Plexus XML Utilities
|
||||||
# Licensing breakdown:
|
# Licensing breakdown:
|
||||||
@ -25,10 +25,14 @@ BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
|||||||
%description
|
%description
|
||||||
A collection of various utility classes to ease working with XML.
|
A collection of various utility classes to ease working with XML.
|
||||||
|
|
||||||
%{?javadoc_package}
|
%package javadoc
|
||||||
|
Summary: API documentation for %{name}
|
||||||
|
|
||||||
|
%description javadoc
|
||||||
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%autosetup -p1 -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Test dependencies are not packaged
|
# Test dependencies are not packaged
|
||||||
@ -41,16 +45,20 @@ A collection of various utility classes to ease working with XML.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license NOTICE.txt LICENSE.txt
|
%license NOTICE.txt LICENSE.txt
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.0-4
|
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-3
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Update javapackages test plan to f42
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 3.0.0-3
|
* Wed Aug 21 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-1
|
||||||
- Bump release for Aug 2024 java mass rebuild
|
- Update to upstream version 3.0.1
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.0.0-2
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
|
||||||
- Bump release for June 2024 mass rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 3.0.0-2
|
||||||
|
- bump of release for for java-21-openjdk as system jdk
|
||||||
|
|
||||||
* Fri Feb 2 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
* Fri Feb 2 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (plexus-xml-3.0.0.tar.gz) = 43a5e35a11b7c245fb0751d3dc5e33a223ae50e1dc5da11ba4dc1730f133bea334a856b4bf0f0259c66c70916178335f9f49a50c4a677fd280176807ee81c33f
|
SHA512 (plexus-xml-3.0.1.tar.gz) = cf2096d3ebfed5acdc4cb41d16ff46f144e2eae84f5a2896e14946c4ab5d9af72cff43faa8f97add5f9a57dd2718f8d327846ffcc9d67a288692794f6840253f
|
||||||
|
Loading…
Reference in New Issue
Block a user