public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikolaj Izdebski <mizdebsk@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/plexus-i18n] epel10: Fix build with plexus-containers 2.2.0
Date: Wed, 15 Jul 2026 09:37:47 GMT [thread overview]
Message-ID: <178410826795.1.5049348295164056567.rpms-plexus-i18n-545124556ee3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/plexus-i18n
Branch : epel10
Commit : 545124556ee36635ac404c4de6d05edaf57d3e32
Author : Mikolaj Izdebski <mizdebsk@redhat.com>
Date : 2024-02-06T14:58:09+01:00
Stats : +10/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/plexus-i18n/c/545124556ee36635ac404c4de6d05edaf57d3e32?branch=epel10
Log:
Fix build with plexus-containers 2.2.0
---
diff --git a/plexus-i18n.spec b/plexus-i18n.spec
index c84f5bd..08d9140 100644
--- a/plexus-i18n.spec
+++ b/plexus-i18n.spec
@@ -1,6 +1,6 @@
Name: plexus-i18n
Version: 1.0
-Release: 0.29.b10.4%{?dist}
+Release: 0.30.b10.4%{?dist}
Summary: Plexus I18N Component
License: ASL 2.0
URL: https://github.com/codehaus-plexus/plexus-i18n
@@ -10,6 +10,8 @@ ExclusiveArch: %{java_arches} noarch
# tar cjf plexus-i18n-1.0-beta-10-src.tar.bz2 plexus-i18n-1.0-beta-10/
Source0: plexus-i18n-1.0-beta-10-src.tar.bz2
BuildRequires: maven-local
+BuildRequires: mvn(com.google.inject:guice)
+BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
@@ -33,8 +35,10 @@ is like a J2EE application server, without all the baggage.
%pom_xpath_set 'pom:plugin[pom:artifactId = "plexus-maven-plugin"]/pom:artifactId' plexus-component-metadata
# set goal to generate-metadata
%pom_xpath_set 'pom:goals[pom:goal = "descriptor"]/pom:goal' generate-metadata
-# add missing dep: plexus-container-default
-%pom_add_dep org.codehaus.plexus:plexus-container-default
+# add missing dependencies
+%pom_add_dep org.codehaus.plexus:plexus-container-default::provided
+%pom_add_dep com.google.inject:guice::test
+%pom_add_dep junit:junit::test
# remove maven-compiler-plugin configuration that is broken with Java 11
%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration'
@@ -47,6 +51,9 @@ is like a J2EE application server, without all the baggage.
%files -f .mfiles
%changelog
+* Tue Feb 06 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.30.b10.4
+- Fix build with plexus-containers 2.2.0
+
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.29.b10.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
reply other threads:[~2026-07-15 9:37 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=178410826795.1.5049348295164056567.rpms-plexus-i18n-545124556ee3@fedoraproject.org \
--to=mizdebsk@redhat.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