public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jacoco] rawhide: move to Forge macros, add a check session and it's comments to silent rpmlint
Date: Wed, 19 Aug 2026 01:31:11 GMT	[thread overview]
Message-ID: <178710307122.1.2160705662009812053.rpms-jacoco-ecf6260b5381@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-19  1:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178710307122.1.2160705662009812053.rpms-jacoco-ecf6260b5381@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox