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 586625 Details for
Bug 824789
mvn-rpmbuild should support versions
[?]
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]
Patch that enables version use if it is available.
0001-Bug-824789-Use-the-version-if-it-is-possible.patch (text/plain), 1.60 KB, created by
Krzysztof Daniel
on 2012-05-24 13:00:11 UTC
(
hide
)
Description:
Patch that enables version use if it is available.
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2012-05-24 13:00:11 UTC
Size:
1.60 KB
patch
obsolete
>From acdcd1828d6a7aade7e26fa3d70af5f201d51ea6 Mon Sep 17 00:00:00 2001 >From: Krzysztof Daniel <kdaniel@redhat.com> >Date: Thu, 24 May 2012 14:41:57 +0200 >Subject: [PATCH] Bug 824789 - Use the version if it is possible. > >--- > 0002-Use-custom-resolver.patch | 2 +- > maven.spec | 5 ++++- > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/0002-Use-custom-resolver.patch b/0002-Use-custom-resolver.patch >index 0be399c..f147b04 100644 >--- a/0002-Use-custom-resolver.patch >+++ b/0002-Use-custom-resolver.patch >@@ -62,7 +62,7 @@ index 8efc45c..df7d4e9 100644 > } > > - return groupId + ":" + artifactId + ":" + version; >-+ if( System.getProperty("maven.local.mode") == null ) { >++ if( System.getProperty("maven.local.mode") == null || version != null) { > + return groupId + ":" + artifactId + ":" + version; > + } else { > + return versionlessKey(groupId, artifactId); >diff --git a/maven.spec b/maven.spec >index 2132fc4..92f2cc5 100644 >--- a/maven.spec >+++ b/maven.spec >@@ -2,7 +2,7 @@ > > Name: maven > Version: 3.0.4 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Java project management and project comprehension tool > > Group: Development/Tools >@@ -359,6 +359,9 @@ ln -sf `rpm --eval '%%{_jnidir}'` %{_datadir}/%{name}/repository-jni/JPP > > > %changelog >+* Thu May 24 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.0.4-6 >+- Bug 824789 -Use the version if it is possible. >+ > * Mon May 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-5 > - Use Obsoletes instead of Conflicts > >-- >1.7.10.1 >
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 824789
: 586625 |
586626