diff --git a/jetty8.spec b/jetty8.spec index 4fc2fb8..afe0e8f 100644 --- a/jetty8.spec +++ b/jetty8.spec @@ -2,7 +2,7 @@ Name: jetty8 Version: 8.1.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java Webserver and Servlet Container # Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt # some MIT-licensed code (from Utf8Appendable) is used too @@ -57,7 +57,7 @@ find -name "*.class" -delete # minimal set of modules are being built. %pom_xpath_remove "pom:modules" %pom_xpath_inject "pom:project" "" -for mod in continuation http io jmx security server servlet util webapp xml; do +for mod in continuation http io jmx security server servlet util webapp websocket xml; do %pom_xpath_inject pom:modules "jetty-$mod" done @@ -88,6 +88,9 @@ mv LICENSE-CONTRIBUTOR/CDDLv1.0.txt{.con,} %doc NOTICE.txt LICENSE* %changelog +* Fri Jan 31 2014 Mikolaj Izdebski - 8.1.14-2 +- Enable websocket module + * Mon Jan 27 2014 Mikolaj Izdebski - 8.1.14-1 - Initial packaging