Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 641668 Details for
Bug 875162
maven2: Don't depend on backport-util-concurrent
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Remove backport-util-concurrent from maven2
0001-Don-t-depend-on-backport-util-concurrent.patch (text/plain), 1.84 KB, created by
Mikolaj Izdebski
on 2012-11-09 16:55:04 UTC
(
hide
)
Description:
Remove backport-util-concurrent from maven2
Filename:
MIME Type:
Creator:
Mikolaj Izdebski
Created:
2012-11-09 16:55:04 UTC
Size:
1.84 KB
patch
obsolete
>From 2adad566d51d7aeb0a7fc2a7caf95aa7c768df53 Mon Sep 17 00:00:00 2001 >From: Mikolaj Izdebski <mizdebsk@redhat.com> >Date: Fri, 9 Nov 2012 17:45:17 +0100 >Subject: [PATCH] Don't depend on backport-util-concurrent > >--- > maven2.spec | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > >diff --git a/maven2.spec b/maven2.spec >index 20af30c..4193964 100644 >--- a/maven2.spec >+++ b/maven2.spec >@@ -5,7 +5,7 @@ > > Name: maven2 > Version: 2.2.1 >-Release: 37%{?dist} >+Release: 38%{?dist} > Summary: Java project management and project comprehension tool > > Group: Development/Build Tools >@@ -36,7 +36,6 @@ BuildRequires: ant > %else > BuildRequires: apache-resource-bundles > BuildRequires: objectweb-asm >-BuildRequires: backport-util-concurrent > BuildRequires: buildnumber-maven-plugin > BuildRequires: bsh > BuildRequires: jsch >@@ -78,7 +77,6 @@ Requires: jpackage-utils > Requires: plexus-classworlds > Requires: plexus-utils > Requires: plexus-containers-container-default >-Requires: backport-util-concurrent > Requires: maven-artifact = %{version}-%{release} > Requires: maven-wagon > >@@ -238,6 +236,11 @@ for nobuild in apache-maven maven-artifact-test \ > %pom_disable_module $nobuild > done > >+# Don't depend on backport-util-concurrent >+%pom_remove_dep :backport-util-concurrent >+%pom_remove_dep :backport-util-concurrent maven-artifact-manager >+sed -i s/edu.emory.mathcs.backport.// `find -name DefaultArtifactResolver.java` >+ > %build > export M2_REPO=`pwd`/.m2 > export M2_HOME=`pwd`/installation/apache-maven-%{version} >@@ -352,6 +355,9 @@ done > > > %changelog >+* Fri Nov 9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.1-38 >+- Don't depend on backport-util-concurrent >+ > * Mon Aug 20 2012 Michel Salim <salimma@fedoraproject.org> - 2.2.1-37 > - Provide compatibility versions for maven-artifact and -settings > >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 875162
: 641668