public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jacoco] rawhide: move to Forge macros, add a check session and it's comments to silent rpmlint
@ 2026-08-19  1:31 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-19  1:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/jacoco
Branch : rawhide
Commit : ecf6260b53819fbaf7163928247a70dd04a36558
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-12T13:13:23-03:00
Stats  : +11/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jacoco/c/ecf6260b53819fbaf7163928247a70dd04a36558?branch=rawhide

Log:
move to Forge macros, add a check session and it's comments to silent rpmlint

---
diff --git a/jacoco.spec b/jacoco.spec
index 69219f9..42f6e90 100644
--- a/jacoco.spec
+++ b/jacoco.spec
@@ -1,12 +1,15 @@
-Name:           jacoco
+%global forgeurl https://github.com/jacoco/jacoco
 Version:        0.8.15
+%forgemeta
+
+Name:           jacoco
 Release:        %autorelease
 Summary:        Java Code Coverage for Eclipse
 License:        EPL-2.0
 URL:            https://www.eclemma.org/jacoco/
 BuildArch:      noarch
 ExclusiveArch:  %{java_arches} noarch
-Source0:        https://github.com/jacoco/jacoco/archive/v%{version}/%{name}-%{version}.tar.gz
+Source0:        %{forgesource}
 # Adapt to maven-doxia 2.0.0
 # The deprecated org.codehaus.doxia.sink.Sink interface was removed
 Patch:          %{name}-maven-doxia-2.patch
@@ -121,6 +124,12 @@ echo %{name} %{name}/org.jacoco.ant objectweb-asm/asm > %{buildroot}%{_sysconfdi
 # wrapper script
 %jpackage_script org.jacoco.cli.internal.Main "" "" jacoco/org.jacoco.cli:args4j:objectweb-asm:jacoco/org.jacoco.core:jacoco/org.jacoco.report jacococli true
 
+%check
+# The Jacoco test suite has missing/unpackaged dependencies (e.g. JMH, JOL, Kotlin/Groovy/Scala compilers)
+# and attempts self-instrumentation and VM forking that fail in restricted mock/chroot container sandboxes.
+# Therefore, tests cannot be run at build time, this is why we cannot enable the tests in Fedora for now.
+:
+
 %files -f .mfiles
 %config(noreplace) %{_sysconfdir}/ant.d/%{name}
 %doc README.md

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-19  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19  1:31 [rpms/jacoco] rawhide: move to Forge macros, add a check session and it's comments to silent rpmlint Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox