[javamail] Add forgotten provides

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Aug 12 16:07:29 UTC 2013


commit 45b5caf6a8bcb25e06521b2ccd280b43795a1ee7
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Mon Aug 12 18:07:17 2013 +0200

    Add forgotten provides

 javamail.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/javamail.spec b/javamail.spec
index 725dedc..7683ee4 100644
--- a/javamail.spec
+++ b/javamail.spec
@@ -1,6 +1,6 @@
 Name:           javamail
 Version:        1.5.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Java Mail API
 License:        CDDL or GPLv2 with exceptions
 URL:            http://www.oracle.com/technetwork/java/javamail
@@ -22,6 +22,8 @@ BuildRequires:  maven-plugin-build-helper
 # Adapted from the classpathx-mail (and JPackage glassfish-javamail) Provides.
 Provides:       javamail-monolithic = %{version}-%{release}
 
+Provides:       javax.mail
+
 %description
 The JavaMail API provides a platform-independent and protocol-independent
 framework to build mail and messaging applications.
@@ -82,6 +84,9 @@ ln -sf ../%{name}/javax.mail.jar %{buildroot}%{_javadir}/javax.mail/
 %doc mail/src/main/resources/META-INF/LICENSE.txt
 
 %changelog
+* Mon Aug 12 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.5.0-6
+- Add forgotten provides
+
 * Mon Aug 12 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.5.0-5
 - Add javax.mail provides and directory
 


More information about the scm-commits mailing list