Compare commits
1 Commits
c10s
...
c9-beta-st
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f19831b1d |
@ -1 +0,0 @@
|
||||
1
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/moditect-1.0.0.Final.tar.gz
|
||||
/moditect-1.1.0.tar.gz
|
||||
SOURCES/moditect-1.1.0.tar.gz
|
||||
|
||||
1
.moditect.metadata
Normal file
1
.moditect.metadata
Normal file
@ -0,0 +1 @@
|
||||
3310c3cc8aae9ee007cf7eb58335996ef86ea084 SOURCES/moditect-1.1.0.tar.gz
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: moditect
|
||||
Version: 1.1.0
|
||||
Release: 4%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Tooling for the Java Module System
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/moditect/moditect
|
||||
@ -44,13 +44,13 @@ to add a module descriptor to your project JAR while staying on Java 8 with your
|
||||
own build.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
Summary: API documentation for %{name}
|
||||
|
||||
%description javadoc
|
||||
Javadoc for %{name}.
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%pom_remove_parent parent
|
||||
%pom_xpath_inject 'pom:project' '<groupId>org.moditect</groupId>' parent
|
||||
@ -78,15 +78,14 @@ rm core/src/test/java/org/moditect/test/AddModuleInfoTest.java
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.1.0-4
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.0-7
|
||||
- Update javapackages test plan to f42
|
||||
|
||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 1.1.0-3
|
||||
- Bump release for Aug 2024 java mass rebuild
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.1.0-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 1.1.0-2
|
||||
- bump of release for for java-21-openjdk as system jdk
|
||||
|
||||
* Thu Feb 01 2024 Marian Koncek <mkoncek@redhat.com> - 1.1.0-1
|
||||
- Update to upstream version 1.1.0
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
||||
@ -1,7 +0,0 @@
|
||||
summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/javapackages
|
||||
ref: c10s
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Reference in New Issue
Block a user