[wildfly] Modules adjustments for 8.1.0.CR1

Marek Goldmann goldmann at fedoraproject.org
Thu Apr 24 08:45:14 UTC 2014


commit b95bfd1fd92c21faecc094a7363ca22fc450ff7a
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Thu Apr 24 10:44:57 2014 +0200

    Modules adjustments for 8.1.0.CR1

 wildfly.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/wildfly.spec b/wildfly.spec
index 2d0f480..1d6b55f 100644
--- a/wildfly.spec
+++ b/wildfly.spec
@@ -12,14 +12,14 @@
 %global wfuid 185
 
 # Enabled modules:
-%global modules appclient cli cmp connector controller-client controller core-security deployment-repository deployment-scanner domain-management domain-http-error-context domain-http-interface ee ejb3 embedded host-controller jacorb jaxr jaxrs jdr jpa jsf jmx jsr77 logging management-client-content mail messaging naming network patching platform-mbean pojo process-controller protocol remoting sar security server system-jmx threads transactions version web web-common weld xts
+%global modules appclient cli cmp connector controller-client controller deployment-repository deployment-scanner domain-management domain-http-error-context domain-http-interface ee ejb3 embedded host-controller jacorb jaxr jaxrs jdr jpa jsf jmx jsr77 logging management-client-content mail messaging naming network patching platform-mbean pojo process-controller protocol remoting sar security server system-jmx threads transactions version web web-common weld xts
 
 # New modules added in WildFly
 %global wildflymodules jberet
 
 Name:             wildfly
 Version:          8.1.0
-Release:          0.1%{namedreltag}%{?dist}
+Release:          0.2%{namedreltag}%{?dist}
 Summary:          WildFly Application Server
 License:          LGPLv2+ and ASL 2.0 and GPLv2 with exceptions
 URL:              http://wildfly.org/
@@ -297,6 +297,7 @@ BuildRequires:    xom
 BuildRequires:    mvn(org.hibernate:hibernate-validator-cdi)
 
 # Missing requires not provided by xmvn
+Requires:         cal10n
 Requires:         glassfish-el
 Requires:         glassfish-saaj
 Requires:         hibernate-envers
@@ -308,6 +309,7 @@ Requires:         jbossws-cxf
 Requires:         jsonp
 Requires:         jtype
 Requires:         slf4j-jboss-logmanager
+Requires:         slf4j-ext
 Requires:         tomcat-native
 Requires:         woodstox-core
 
@@ -500,8 +502,8 @@ pushd $RPM_BUILD_ROOT%{homedir}
   pushd modules/system/layers/base
     # Definition of submodules
     # If a submodule contains hyphen in the name, just skip it, e.g. domain-http => domainhttp
-    multimodules="jpa mod_cluster clustering"
-    modules_jpa="util"
+    multimodules="core-security mod_cluster clustering"
+    modules_coresecurity="api implementation"
     modules_mod_cluster="web undertow"
     modules_clustering="api ejb-spi common jgroups infinispan registry server singleton web-api web-catalina web-spi web-infinispan web-undertow ejb-infinispan"
 
@@ -688,6 +690,9 @@ done
 %doc tools/maven/LICENSE
 
 %changelog
+* Thu Apr 24 2014 Marek Goldmann <mgoldman at redhat.com> - 8.1.0-0.2.CR1
+- Modules adjustments for 8.1.0.CR1
+
 * Wed Apr 23 2014 Marek Goldmann <mgoldman at redhat.com> - 8.1.0-0.1.CR1
 - Upstream release 8.1.0.CR1
 


More information about the scm-commits mailing list