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 600508 Details for
Bug 843496
Support alternatives for javamail
[?]
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]
javamail support for alternatives
javamail-alternatives.patch (text/plain), 625 bytes, created by
Nicolas Chauvet (kwizart)
on 2012-07-26 13:28:37 UTC
(
hide
)
Description:
javamail support for alternatives
Filename:
MIME Type:
Creator:
Nicolas Chauvet (kwizart)
Created:
2012-07-26 13:28:37 UTC
Size:
625 bytes
patch
obsolete
>diff --git a/javamail.spec b/javamail.spec >index ede3f5d..2c90d8b 100644 >--- a/javamail.spec >+++ b/javamail.spec >@@ -141,6 +141,14 @@ install -m 644 poms/%{name}-parent-distrib.pom \ > $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.%{name}-parent-distrib.pom > %add_maven_depmap JPP.%{name}-parent-distrib.pom > >+%post >+%{_sbindir}/update-alternatives --install %{_javadir}/javamail.jar javamail %{_javadir}/%{name}/mail.jar 010403 >+ >+%preun >+if [ "$1" = "0" ]; then >+ %{_sbindir}/update-alternatives --remove javamail %{_javadir}/%{name}/mail.jar >+fi >+ > > %files > %doc mail/src/main/resources/META-INF/LICENSE.txt mail/overview.html
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 843496
: 600508