public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jaromir Capik <jcapik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/plexus-i18n] epel10: Missing plexus-container-default dependency added in the pom.xml
Date: Wed, 15 Jul 2026 09:37:32 GMT	[thread overview]
Message-ID: <178410825243.1.5993946681628335370.rpms-plexus-i18n-468752805f20@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/plexus-i18n
Branch : epel10
Commit : 468752805f204b61a1581e8ca3fe894b9ec0e8b1
Author : Jaromir Capik <jcapik@redhat.com>
Date   : 2012-03-06T15:59:26+01:00
Stats  : +21/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/plexus-i18n/c/468752805f204b61a1581e8ca3fe894b9ec0e8b1?branch=epel10

Log:
Missing plexus-container-default dependency added in the pom.xml

---
diff --git a/plexus-i18n-plexus-container-default-missing.patch b/plexus-i18n-plexus-container-default-missing.patch
new file mode 100644
index 0000000..2238438
--- /dev/null
+++ b/plexus-i18n-plexus-container-default-missing.patch
@@ -0,0 +1,15 @@
+diff -Naur plexus-i18n-1.0-beta-10.orig/pom.xml plexus-i18n-1.0-beta-10/pom.xml
+--- plexus-i18n-1.0-beta-10.orig/pom.xml	2012-03-06 15:41:05.000000000 +0100
++++ plexus-i18n-1.0-beta-10/pom.xml	2012-03-06 15:54:20.383999743 +0100
+@@ -50,6 +50,11 @@
+       <artifactId>plexus-utils</artifactId>
+       <version>1.4.5</version>
+     </dependency>
++    <dependency>
++      <groupId>org.codehaus.plexus</groupId>
++      <artifactId>plexus-container-default</artifactId>
++      <version>1.0-alpha-9-stable-1</version>
++    </dependency>
+   </dependencies>
+ 
+   <scm>

diff --git a/plexus-i18n.spec b/plexus-i18n.spec
index e5fa38e..9763f51 100644
--- a/plexus-i18n.spec
+++ b/plexus-i18n.spec
@@ -33,7 +33,7 @@
 
 Name:           plexus-i18n
 Version:        1.0
-Release:        0.b10.2%{?dist}.3
+Release:        0.b10.2%{?dist}.4
 Summary:        Plexus I18N Component
 License:        ASL 2.0
 Group:          Development/Java
@@ -43,6 +43,7 @@ Source0:        plexus-i18n-1.0-beta-10-src.tar.bz2
 # tar cjf plexus-i18n-1.0-beta-10-src.tar.bz2 plexus-i18n-1.0-beta-10/
 
 Patch0:         %{name}-migration-to-component-metadata.patch
+Patch1:         %{name}-plexus-container-default-missing.patch
 
 BuildArch:      noarch
 BuildRequires:  jpackage-utils >= 0:1.7.2
@@ -85,6 +86,7 @@ Javadoc for %{name}.
 %prep
 %setup -q -n plexus-i18n-1.0-beta-10
 %patch0 -p1
+%patch1 -p1
 
 %build
 mvn-rpmbuild -e install javadoc:aggregate
@@ -116,6 +118,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Tue Mar 06 2012 Jaromir Capik <jcapik@redhat.com> - 1.0-0.b10.2.4
+- Missing plexus-container-default dependency added in the pom.xml
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.b10.2.3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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=178410825243.1.5993946681628335370.rpms-plexus-i18n-468752805f20@fedoraproject.org \
    --to=jcapik@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