Compare commits
No commits in common. "c8" and "stream-tycho-rhel8-rhel-8.9.0" have entirely different histories.
c8
...
stream-tyc
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/r1.1.1.tar.gz
|
SOURCES/r1.2.0.tar.gz
|
||||||
|
/r1.2.0.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
f3c18434813fc664afdc5387342b6ec9698a486b SOURCES/r1.1.1.tar.gz
|
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_contexts:
|
||||||
|
- osci_compose_gate
|
||||||
|
rules:
|
||||||
|
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
||||||
|
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
49
opentest4j-1.2.0.pom
Normal file
49
opentest4j-1.2.0.pom
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>org.opentest4j</groupId>
|
||||||
|
<artifactId>opentest4j</artifactId>
|
||||||
|
<version>1.2.0</version>
|
||||||
|
<name>org.opentest4j:opentest4j</name>
|
||||||
|
<description>Open Test Alliance for the JVM</description>
|
||||||
|
<url>https://github.com/ota4j-team/opentest4j</url>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>The Apache License, Version 2.0</name>
|
||||||
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<id>bechte</id>
|
||||||
|
<name>Stefan Bechtold</name>
|
||||||
|
<email>stefan.bechtold@me.com</email>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>jlink</id>
|
||||||
|
<name>Johannes Link</name>
|
||||||
|
<email>business@johanneslink.net</email>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>marcphilipp</id>
|
||||||
|
<name>Marc Philipp</name>
|
||||||
|
<email>mail@marcphilipp.de</email>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>mmerdes</id>
|
||||||
|
<name>Matthias Merdes</name>
|
||||||
|
<email>Matthias.Merdes@heidelberg-mobil.com</email>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>sbrannen</id>
|
||||||
|
<name>Sam Brannen</name>
|
||||||
|
<email>sam@sambrannen.com</email>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:git://github.com/ota4j-team/opentest4j.git</connection>
|
||||||
|
<developerConnection>scm:git:git://github.com/ota4j-team/opentest4j.git</developerConnection>
|
||||||
|
<url>https://github.com/ota4j-team/opentest4j</url>
|
||||||
|
</scm>
|
||||||
|
</project>
|
@ -1,15 +1,15 @@
|
|||||||
Name: opentest4j
|
Name: opentest4j
|
||||||
Version: 1.1.1
|
Version: 1.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Test Alliance for the JVM
|
Summary: Open Test Alliance for the JVM
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
URL: https://github.com/ota4j-team/opentest4j
|
URL: https://github.com/ota4j-team/opentest4j
|
||||||
BuildArch: noarch
|
Source0: %{url}/archive/r%{version}.tar.gz
|
||||||
|
|
||||||
Source0: https://github.com/ota4j-team/opentest4j/archive/r%{version}.tar.gz
|
|
||||||
|
|
||||||
Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom
|
Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ API documentation for %{name}.
|
|||||||
find -name \*.jar -delete
|
find -name \*.jar -delete
|
||||||
cp -p %{SOURCE100} pom.xml
|
cp -p %{SOURCE100} pom.xml
|
||||||
|
|
||||||
%pom_add_dep junit:junit:4.12:test
|
%pom_add_dep junit:junit::test
|
||||||
|
|
||||||
%pom_xpath_inject pom:project "
|
%pom_xpath_inject pom:project "
|
||||||
<build>
|
<build>
|
||||||
@ -65,10 +65,6 @@ cp -p %{SOURCE100} pom.xml
|
|||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>"
|
</build>"
|
||||||
|
|
||||||
# Fix unused reference to unused dependency
|
|
||||||
# This is fixed upstream: https://github.com/ota4j-team/opentest4j/commit/70d3d54f2cd076a962e81d9510e6716f3cbf8060
|
|
||||||
sed -i -e '/org\.apache\.commons\.codec/d' src/test/java/org/opentest4j/AssertionFailedErrorTests.java
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
@ -83,6 +79,18 @@ sed -i -e '/org\.apache\.commons\.codec/d' src/test/java/org/opentest4j/Assertio
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 1.2.0-2
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* Wed Mar 04 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
|
||||||
|
- Update to version 1.2.0.
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Mar 05 2019 Mat Booth <mat.booth@redhat.com> - 1.1.1-1
|
* Tue Mar 05 2019 Mat Booth <mat.booth@redhat.com> - 1.1.1-1
|
||||||
- Update to latest upstream release
|
- Update to latest upstream release
|
||||||
|
|
||||||
@ -96,4 +104,4 @@ sed -i -e '/org\.apache\.commons\.codec/d' src/test/java/org/opentest4j/Assertio
|
|||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0-1
|
* Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0-1
|
||||||
- Initial packaging
|
- Initial packaging
|
Loading…
Reference in New Issue
Block a user