f8369c
# Copyright (c) 2000-2007, JPackage Project
f8369c
# All rights reserved.
f8369c
#
f8369c
# Redistribution and use in source and binary forms, with or without
f8369c
# modification, are permitted provided that the following conditions
f8369c
# are met:
f8369c
#
f8369c
# 1. Redistributions of source code must retain the above copyright
f8369c
#    notice, this list of conditions and the following disclaimer.
f8369c
# 2. Redistributions in binary form must reproduce the above copyright
f8369c
#    notice, this list of conditions and the following disclaimer in the
f8369c
#    documentation and/or other materials provided with the
f8369c
#    distribution.
f8369c
# 3. Neither the name of the JPackage Project nor the names of its
f8369c
#    contributors may be used to endorse or promote products derived
f8369c
#    from this software without specific prior written permission.
f8369c
#
f8369c
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
f8369c
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
f8369c
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
f8369c
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
f8369c
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
f8369c
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
f8369c
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
f8369c
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
f8369c
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
f8369c
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
f8369c
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
f8369c
#
f8369c
f8369c
%global jtuid       110
f8369c
%global username    %{name}
f8369c
%global confdir     %{_sysconfdir}/%{name}
f8369c
%global logdir      %{_localstatedir}/log/%{name}
f8369c
%global homedir     %{_datadir}/%{name}
f8369c
%global jettycachedir %{_localstatedir}/cache/%{name}
f8369c
%global tempdir     %{jettycachedir}/temp
f8369c
%global rundir      %{_localstatedir}/run/%{name}
f8369c
%global jettylibdir %{_localstatedir}/lib/%{name}
f8369c
%global appdir      %{jettylibdir}/webapps
f8369c
f8369c
9b5f8a
%global addver  .v20200611
f8369c
f8369c
# minimal version required to build eclipse and thermostat
f8369c
# eclipse needs: util, server, http, continuation, io, security, servlet
f8369c
# thermostat needs: server, jaas, webapp
f8369c
# above modules need: jmx, xml
1933b0
%bcond_without  jp_minimal
f8369c
f8369c
Name:           jetty
9b5f8a
Version:        9.4.30
9b5f8a
Release:        2%{addver}%{?dist}
f8369c
Summary:        Java Webserver and Servlet Container
f8369c
f8369c
# Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt
f8369c
License:        ASL 2.0 or EPL-1.0
f8369c
URL:            http://www.eclipse.org/jetty/
f8369c
Source0:        https://github.com/eclipse/%{name}.project/archive/%{name}-%{version}%{addver}.tar.gz
f8369c
Source1:        jetty.sh
f8369c
Source3:        jetty.logrotate
f8369c
Source5:        %{name}.service
f8369c
# MIT license text taken from Utf8Appendable.java
f8369c
Source6:        LICENSE-MIT
f8369c
1933b0
Patch1:         0001-Distro-jetty.home.patch
f8369c
f8369c
BuildRequires:  maven-local
f8369c
BuildRequires:  mvn(javax.servlet:javax.servlet-api)
f8369c
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-shade-plugin)
f8369c
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
f8369c
BuildRequires:  mvn(org.slf4j:slf4j-api)
f8369c
f8369c
%if %{without jp_minimal}
f8369c
BuildRequires:  maven-local
f8369c
BuildRequires:  mvn(com.github.jnr:jnr-unixsocket)
f8369c
BuildRequires:  mvn(javax.annotation:javax.annotation-api)
f8369c
BuildRequires:  mvn(javax.enterprise:cdi-api)
f8369c
BuildRequires:  mvn(javax.servlet:javax.servlet-api)
f8369c
BuildRequires:  mvn(javax.servlet.jsp:javax.servlet.jsp-api)
f8369c
BuildRequires:  mvn(javax.servlet:jstl)
f8369c
BuildRequires:  mvn(javax.transaction:javax.transaction-api)
f8369c
BuildRequires:  mvn(javax.websocket:javax.websocket-api)
f8369c
BuildRequires:  mvn(javax.websocket:javax.websocket-client-api)
f8369c
BuildRequires:  mvn(org.apache.ant:ant)
f8369c
BuildRequires:  mvn(org.apache.ant:ant-launcher)
f8369c
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven:maven-artifact)
f8369c
BuildRequires:  mvn(org.apache.maven:maven-core)
f8369c
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
f8369c
BuildRequires:  mvn(org.apache.maven:maven-project)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-assembly-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-dependency-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-failsafe-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-shade-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugins:maven-war-plugin)
f8369c
BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
f8369c
BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-tools-api)
f8369c
BuildRequires:  mvn(org.apache.maven.shared:maven-artifact-transfer)
f8369c
BuildRequires:  mvn(org.apache.taglibs:taglibs-standard-impl)
f8369c
BuildRequires:  mvn(org.apache.taglibs:taglibs-standard-spec)
f8369c
BuildRequires:  mvn(org.apache.tomcat:tomcat-jasper)
f8369c
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
f8369c
BuildRequires:  mvn(org.codehaus.mojo:exec-maven-plugin)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.alpn:alpn-api)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.orbit:javax.mail.glassfish)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.orbit:javax.security.auth.message)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-assembly-descriptors)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-schemas)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-test-helper)
f8369c
BuildRequires:  mvn(org.jboss.weld.servlet:weld-servlet-core)
f8369c
BuildRequires:  mvn(org.mongodb:mongo-java-driver)
f8369c
BuildRequires:  mvn(org.ow2.asm:asm)
f8369c
BuildRequires:  mvn(org.ow2.asm:asm-commons)
f8369c
BuildRequires:  mvn(org.slf4j:slf4j-api)
f8369c
f8369c
BuildRequires:  mvn(org.mortbay.jetty.alpn:alpn-boot)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-artifact-remote-resources)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-distribution-remote-resources)
f8369c
BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-test-policy)
f8369c
#BuildRequires:  mvn(org.eclipse.jetty.toolchain.setuid:jetty-setuid-java)
f8369c
BuildRequires:  maven-javadoc-plugin
f8369c
BuildRequires:  glassfish-el
f8369c
BuildRequires:  systemd
f8369c
BuildRequires:  junit5
f8369c
f8369c
# duplicate providers, choose one
f8369c
BuildRequires:  jboss-websocket-1.0-api
f8369c
Requires:       jboss-websocket-1.0-api
1933b0
%endif
f8369c
f8369c
BuildArch:      noarch
f8369c
f8369c
# jp_minimal doesn't have main package
f8369c
%if %{without jp_minimal}
f8369c
# Explicit requires for javapackages-tools since jetty.sh script
f8369c
# uses /usr/share/java-utils/java-functions
f8369c
Requires:       javapackages-tools
f8369c
Requires:       %{name}-annotations = %{version}-%{release}
f8369c
Requires:       %{name}-ant = %{version}-%{release}
f8369c
Requires:       %{name}-client = %{version}-%{release}
f8369c
Requires:       %{name}-continuation = %{version}-%{release}
f8369c
Requires:       %{name}-deploy = %{version}-%{release}
f8369c
Requires:       %{name}-fcgi-client = %{version}-%{release}
f8369c
Requires:       %{name}-fcgi-server = %{version}-%{release}
f8369c
Requires:       %{name}-http = %{version}-%{release}
f8369c
Requires:       %{name}-http-spi = %{version}-%{release}
f8369c
Requires:       %{name}-io = %{version}-%{release}
f8369c
Requires:       %{name}-jaas = %{version}-%{release}
f8369c
Requires:       %{name}-jaspi = %{version}-%{release}
f8369c
Requires:       %{name}-jmx = %{version}-%{release}
f8369c
Requires:       %{name}-jndi = %{version}-%{release}
f8369c
Requires:       %{name}-jsp = %{version}-%{release}
f8369c
Requires:       %{name}-jspc-maven-plugin = %{version}-%{release}
f8369c
Requires:       %{name}-maven-plugin = %{version}-%{release}
f8369c
Requires:       %{name}-plus = %{version}-%{release}
f8369c
Requires:       %{name}-proxy = %{version}-%{release}
f8369c
Requires:       %{name}-rewrite = %{version}-%{release}
f8369c
Requires:       %{name}-security = %{version}-%{release}
f8369c
Requires:       %{name}-server = %{version}-%{release}
f8369c
Requires:       %{name}-servlet = %{version}-%{release}
f8369c
Requires:       %{name}-servlets = %{version}-%{release}
f8369c
Requires:       %{name}-start = %{version}-%{release}
f8369c
Requires:       %{name}-unixsocket = %{version}-%{release}
f8369c
Requires:       %{name}-util = %{version}-%{release}
f8369c
Requires:       %{name}-util-ajax = %{version}-%{release}
f8369c
Requires:       %{name}-webapp = %{version}-%{release}
f8369c
Requires:       %{name}-xml = %{version}-%{release}
f8369c
Requires:       %{name}-cdi = %{version}-%{release}
f8369c
Requires:       %{name}-websocket-api = %{version}-%{release}
f8369c
Requires:       %{name}-websocket-client = %{version}-%{release}
f8369c
Requires:       %{name}-websocket-common = %{version}-%{release}
f8369c
Requires:       %{name}-websocket-server = %{version}-%{release}
f8369c
Requires:       %{name}-websocket-servlet = %{version}-%{release}
f8369c
Requires:       %{name}-javax-websocket-client-impl = %{version}-%{release}
f8369c
Requires:       %{name}-javax-websocket-server-impl = %{version}-%{release}
f8369c
Requires:       %{name}-nosql = %{version}-%{release}
f8369c
Requires:       %{name}-quickstart = %{version}-%{release}
f8369c
Requires:       %{name}-jstl = %{version}-%{release}
f8369c
Requires:       %{name}-alpn-client = %{version}-%{release}
f8369c
Requires:       %{name}-alpn-server = %{version}-%{release}
f8369c
Requires:       %{name}-http2-client = %{version}-%{release}
f8369c
Requires:       %{name}-http2-common = %{version}-%{release}
f8369c
Requires:       %{name}-http2-hpack = %{version}-%{release}
f8369c
Requires:       %{name}-http2-http-client-transport = %{version}-%{release}
f8369c
Requires:       %{name}-http2-server = %{version}-%{release}
f8369c
f8369c
Requires(pre):    shadow-utils
f8369c
%{?systemd_ordering}
f8369c
f8369c
f8369c
Provides:       group(%username) = %jtuid
f8369c
Provides:       user(%username)  = %jtuid
1933b0
%endif
f8369c
f8369c
# Hazelcast in Fedora is too old for jetty to build against (Added in F29)
f8369c
Obsoletes:      %{name}-hazelcast < 9.4.18-1
f8369c
# Infinispan in Fedora is too old for jetty to build against (Added in F31)
f8369c
Obsoletes:      %{name}-infinispan < 9.4.18-1
f8369c
# Eclipse no longer available (Added in F31)
f8369c
Obsoletes:      %{name}-osgi-alpn < 9.4.18-1
f8369c
Obsoletes:      %{name}-osgi-boot < 9.4.18-1
f8369c
Obsoletes:      %{name}-osgi-boot-jsp < 9.4.18-1
f8369c
Obsoletes:      %{name}-osgi-boot-warurl < 9.4.18-1
1933b0
# Spring framework removed from Fedora (Added in F32)
1933b0
Obsoletes:      %{name}-spring < 9.4.24-1
1933b0
1933b0
%if %{with jp_minimal}
1933b0
# Remove left-over packages that would have broken deps when built in minimal mode
1933b0
Obsoletes:      %{name}-project < 9.4.20-1
1933b0
Obsoletes:      %{name}-annotations < 9.4.20-1
1933b0
Obsoletes:      %{name}-ant < 9.4.20-1
1933b0
Obsoletes:      %{name}-cdi < 9.4.20-1
1933b0
Obsoletes:      %{name}-deploy < 9.4.20-1
1933b0
Obsoletes:      %{name}-fcgi-client < 9.4.20-1
1933b0
Obsoletes:      %{name}-fcgi-server < 9.4.20-1
1933b0
Obsoletes:      %{name}-http-spi < 9.4.20-1
1933b0
Obsoletes:      %{name}-jaspi < 9.4.20-1
1933b0
Obsoletes:      %{name}-jndi < 9.4.20-1
1933b0
Obsoletes:      %{name}-jsp < 9.4.20-1
1933b0
Obsoletes:      %{name}-jstl < 9.4.20-1
1933b0
Obsoletes:      %{name}-jspc-maven-plugin < 9.4.20-1
1933b0
Obsoletes:      %{name}-maven-plugin < 9.4.20-1
1933b0
Obsoletes:      %{name}-plus < 9.4.20-1
1933b0
Obsoletes:      %{name}-proxy < 9.4.20-1
1933b0
Obsoletes:      %{name}-quickstart < 9.4.20-1
1933b0
Obsoletes:      %{name}-rewrite < 9.4.20-1
1933b0
Obsoletes:      %{name}-servlets < 9.4.20-1
1933b0
Obsoletes:      %{name}-start < 9.4.20-1
1933b0
Obsoletes:      %{name}-unixsocket < 9.4.20-1
1933b0
Obsoletes:      %{name}-util-ajax < 9.4.20-1
1933b0
Obsoletes:      %{name}-websocket-api < 9.4.20-1
1933b0
Obsoletes:      %{name}-websocket-client < 9.4.20-1
1933b0
Obsoletes:      %{name}-websocket-common < 9.4.20-1
1933b0
Obsoletes:      %{name}-websocket-server < 9.4.20-1
1933b0
Obsoletes:      %{name}-websocket-servlet < 9.4.20-1
1933b0
Obsoletes:      %{name}-javax-websocket-client-impl < 9.4.20-1
1933b0
Obsoletes:      %{name}-javax-websocket-server-impl < 9.4.20-1
1933b0
Obsoletes:      %{name}-alpn-client < 9.4.20-1
1933b0
Obsoletes:      %{name}-alpn-server < 9.4.20-1
1933b0
Obsoletes:      %{name}-http2-client < 9.4.20-1
1933b0
Obsoletes:      %{name}-http2-common < 9.4.20-1
1933b0
Obsoletes:      %{name}-http2-hpack < 9.4.20-1
1933b0
Obsoletes:      %{name}-http2-http-client-transport < 9.4.20-1
1933b0
Obsoletes:      %{name}-http2-server < 9.4.20-1
1933b0
Obsoletes:      %{name}-nosql < 9.4.20-1
1933b0
%endif
f8369c
f8369c
%description
f8369c
%global desc \
f8369c
Jetty is a 100% Java HTTP Server and Servlet Container. This means that you\
f8369c
do not need to configure and run a separate web server (like Apache) in order\
f8369c
to use Java, servlets and JSPs to generate dynamic content. Jetty is a fully\
f8369c
featured web server for static and dynamic content. Unlike separate\
f8369c
server/container solutions, this means that your web server and web\
f8369c
application run in the same process, without interconnection overheads\
f8369c
and complications. Furthermore, as a pure java component, Jetty can be simply\
f8369c
included in your application for demonstration, distribution or deployment.\
f8369c
Jetty is available on all Java supported platforms.
f8369c
%{desc}
f8369c
%global extdesc %{desc}\
f8369c
\
f8369c
This package contains
f8369c
f8369c
# packages in jp_minimal set
9b5f8a
f8369c
%package        client
f8369c
Summary:        client module for Jetty
f8369c
f8369c
%description    client
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        continuation
f8369c
Summary:        continuation module for Jetty
f8369c
f8369c
%description    continuation
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        http
f8369c
Summary:        http module for Jetty
f8369c
f8369c
%description    http
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        http-spi
f8369c
Summary:        http-spi module for Jetty
f8369c
f8369c
%description    http-spi
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        io
f8369c
Summary:        io module for Jetty
f8369c
f8369c
%description    io
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        jaas
f8369c
Summary:        jaas module for Jetty
f8369c
f8369c
%description    jaas
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        jsp
f8369c
Summary:        jsp module for Jetty
f8369c
Requires:       glassfish-el
f8369c
f8369c
%description    jsp
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        security
f8369c
Summary:        security module for Jetty
f8369c
f8369c
%description    security
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        server
f8369c
Summary:        server module for Jetty
f8369c
f8369c
%description    server
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        servlet
f8369c
Summary:        servlet module for Jetty
f8369c
# Eclipse no longer available (Added in F31)
f8369c
Obsoletes:      %{name}-httpservice < 9.4.18-1
f8369c
f8369c
%description    servlet
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        util
f8369c
Summary:        util module for Jetty
f8369c
# Utf8Appendable.java is additionally under MIT license
f8369c
License:        (ASL 2.0 or EPL-1.0) and MIT
f8369c
f8369c
%description    util
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        webapp
f8369c
Summary:        webapp module for Jetty
f8369c
f8369c
%description    webapp
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        jmx
f8369c
Summary:        jmx module for Jetty
f8369c
f8369c
%description    jmx
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        xml
f8369c
Summary:        xml module for Jetty
f8369c
f8369c
%description    xml
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
f8369c
f8369c
%if %{without jp_minimal}
9b5f8a
f8369c
%package        project
f8369c
Summary:        POM files for Jetty
f8369c
Obsoletes:      %{name}-websocket-parent < 9.4.0-0.4
f8369c
Provides:       %{name}-websocket-parent = %{version}-%{release}
f8369c
Obsoletes:      %{name}-osgi-project < 9.4.0-0.4
f8369c
Provides:       %{name}-osgi-project = %{version}-%{release}
f8369c
f8369c
%description    project
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        deploy
f8369c
Summary:        deploy module for Jetty
f8369c
f8369c
%description    deploy
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        annotations
f8369c
Summary:        annotations module for Jetty
f8369c
f8369c
%description    annotations
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        ant
f8369c
Summary:        ant module for Jetty
f8369c
f8369c
%description    ant
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package cdi
f8369c
Summary:        Jetty CDI Configuration
f8369c
f8369c
%description cdi
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        fcgi-client
f8369c
Summary:        FastCGI client module for Jetty
f8369c
f8369c
%description    fcgi-client
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        fcgi-server
f8369c
Summary:        FastCGI client module for Jetty
f8369c
f8369c
%description    fcgi-server
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        jaspi
f8369c
Summary:        jaspi module for Jetty
f8369c
f8369c
%description    jaspi
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        jndi
f8369c
Summary:        jndi module for Jetty
f8369c
f8369c
%description    jndi
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        jspc-maven-plugin
f8369c
Summary:        jspc-maven-plugin module for Jetty
f8369c
f8369c
%description    jspc-maven-plugin
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        maven-plugin
f8369c
Summary:        maven-plugin module for Jetty
f8369c
f8369c
%description    maven-plugin
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        plus
f8369c
Summary:        plus module for Jetty
f8369c
f8369c
%description    plus
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        proxy
f8369c
Summary:        proxy module for Jetty
f8369c
f8369c
%description    proxy
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        rewrite
f8369c
Summary:        rewrite module for Jetty
f8369c
f8369c
%description    rewrite
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        servlets
f8369c
Summary:        servlets module for Jetty
f8369c
f8369c
%description    servlets
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        start
f8369c
Summary:        start module for Jetty
f8369c
f8369c
%description    start
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        unixsocket
f8369c
Summary:        unixsocket module for Jetty
f8369c
f8369c
%description    unixsocket
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        util-ajax
f8369c
Summary:        util-ajax module for Jetty
f8369c
f8369c
%description    util-ajax
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        websocket-api
f8369c
Summary:        websocket-api module for Jetty
f8369c
f8369c
%description    websocket-api
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        websocket-client
f8369c
Summary:        websocket-client module for Jetty
f8369c
f8369c
%description    websocket-client
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        websocket-common
f8369c
Summary:        websocket-common module for Jetty
f8369c
f8369c
%description    websocket-common
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        websocket-server
f8369c
Summary:        websocket-server module for Jetty
f8369c
f8369c
%description    websocket-server
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        websocket-servlet
f8369c
Summary:        websocket-servlet module for Jetty
f8369c
f8369c
%description    websocket-servlet
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        javax-websocket-client-impl
f8369c
Summary:        javax-websocket-client-impl module for Jetty
f8369c
f8369c
%description    javax-websocket-client-impl
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        javax-websocket-server-impl
f8369c
Summary:        javax-websocket-server-impl module for Jetty
f8369c
f8369c
%description    javax-websocket-server-impl
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        nosql
f8369c
Summary:        nosql module for Jetty
f8369c
f8369c
%description    nosql
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        quickstart
f8369c
Summary:        quickstart module for Jetty
f8369c
f8369c
%description    quickstart
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        alpn-client
f8369c
Summary:        alpn-client module for Jetty
f8369c
f8369c
%description    alpn-client
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        alpn-server
f8369c
Summary:        alpn-server module for Jetty
f8369c
f8369c
%description    alpn-server
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        http2-client
f8369c
Summary:        http2-client module for Jetty
f8369c
f8369c
%description    http2-client
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        http2-common
f8369c
Summary:        http2-common module for Jetty
f8369c
f8369c
%description    http2-common
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        http2-hpack
f8369c
Summary:        http2-hpack module for Jetty
f8369c
f8369c
%description    http2-hpack
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        http2-http-client-transport
f8369c
Summary:        http2-http-client-transport module for Jetty
f8369c
f8369c
%description    http2-http-client-transport
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        http2-server
f8369c
Summary:        http2-server module for Jetty
f8369c
f8369c
%description    http2-server
f8369c
%{extdesc} %{summary}.
f8369c
f8369c
%package        jstl
f8369c
Summary:        jstl module for Jetty
f8369c
f8369c
%description    jstl
f8369c
%{extdesc} %{summary}.
f8369c
1933b0
%endif
f8369c
f8369c
%package        javadoc
f8369c
Summary:        Javadoc for %{name}
f8369c
# some MIT-licensed code (from Utf8Appendable) is used to generate javadoc
f8369c
License:        (ASL 2.0 or EPL-1.0) and MIT
f8369c
f8369c
%description    javadoc
f8369c
%{summary}.
f8369c
f8369c
%prep
f8369c
%setup -q -n %{name}.project-%{name}-%{version}%{addver}
f8369c
f8369c
%patch1 -p1
f8369c
f8369c
find . -name "*.?ar" -exec rm {} \;
f8369c
find . -name "*.class" -exec rm {} \;
f8369c
f8369c
# Plugins irrelevant or harmful to building the package
1933b0
%pom_remove_plugin -r :maven-checkstyle-plugin
f8369c
%pom_remove_plugin -r :findbugs-maven-plugin
f8369c
%pom_remove_plugin -r :maven-enforcer-plugin
f8369c
%pom_remove_plugin -r :clirr-maven-plugin
f8369c
%pom_remove_plugin -r :maven-eclipse-plugin
f8369c
%pom_remove_plugin -r :maven-pmd-plugin
f8369c
%pom_remove_plugin -r :license-maven-plugin
f8369c
%pom_remove_plugin -r :maven-site-plugin
f8369c
%pom_remove_plugin -r :maven-source-plugin
f8369c
%pom_remove_plugin -r :maven-deploy-plugin
f8369c
%pom_remove_plugin -r :jacoco-maven-plugin
f8369c
%pom_remove_plugin -r :maven-release-plugin
f8369c
%pom_remove_plugin -r :buildnumber-maven-plugin
f8369c
%pom_remove_plugin -r :h2spec-maven-plugin
f8369c
f8369c
# Unnecessary pom flattening can be skipped
f8369c
%pom_remove_plugin -r :flatten-maven-plugin jetty-bom
f8369c
f8369c
%pom_disable_module aggregates/jetty-all
f8369c
f8369c
# Use proper groupId for apache ant
f8369c
%pom_xpath_replace "pom:groupId[text()='ant']" "<groupId>org.apache.ant</groupId>" jetty-ant/pom.xml
f8369c
f8369c
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
f8369c
f8369c
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
f8369c
f8369c
%pom_add_dep 'org.junit.jupiter:junit-jupiter-engine:${junit.version}' tests/test-sessions/test-sessions-common
f8369c
f8369c
# provided by glassfish-jsp-api that has newer version
f8369c
%pom_change_dep -r javax.servlet.jsp:jsp-api javax.servlet.jsp:javax.servlet.jsp-api
f8369c
f8369c
# txt artifact - not installable
f8369c
%pom_remove_plugin ":jetty-version-maven-plugin"
f8369c
%pom_xpath_remove "pom:artifactItem[pom:classifier='version']" jetty-home
f8369c
f8369c
# Disable building source release
f8369c
%pom_xpath_remove 'pom:execution[pom:id="sources"]' jetty-home
f8369c
f8369c
# Unwanted JS in javadoc
f8369c
sed -i '/^\s*\*.*<script>/d' jetty-util/src/main/java/org/eclipse/jetty/util/resource/Resource.java
f8369c
f8369c
# only used for integration tests
f8369c
%pom_remove_plugin :maven-invoker-plugin jetty-jspc-maven-plugin
f8369c
f8369c
# These bundles have a dep on Eclipse that is not available on every arch
f8369c
%pom_disable_module jetty-osgi
f8369c
f8369c
# We don't have asciidoctor-maven-plugin
f8369c
%pom_disable_module jetty-documentation
f8369c
%pom_remove_dep -r :jetty-documentation
f8369c
%pom_xpath_remove 'pom:execution[pom:id="unpack-documentation"]' jetty-distribution
f8369c
f8369c
%pom_xpath_remove 'pom:artifactItem[pom:artifactId="libsetuid-osx"]' jetty-home/pom.xml
f8369c
f8369c
# TODO remove when jetty-setuid is packaged
f8369c
%pom_xpath_remove "pom:execution[pom:id[text()='copy-setuid-deps']]" jetty-home/pom.xml
f8369c
f8369c
# We don't have gcloud-java-datastore in Fedora
f8369c
%pom_disable_module jetty-gcloud
f8369c
%pom_disable_module test-gcloud-sessions tests/test-sessions
f8369c
%pom_remove_dep :jetty-gcloud-session-manager jetty-home
f8369c
f8369c
# we don't have com.googlecode.xmemcached:xmemcached yet
f8369c
%pom_disable_module jetty-memcached
f8369c
%pom_disable_module test-memcached-sessions tests/test-sessions
f8369c
%pom_remove_dep :jetty-memcached-sessions jetty-home
f8369c
f8369c
# Hazelcast in Fedora is too old to build against
f8369c
%pom_disable_module jetty-hazelcast
f8369c
%pom_disable_module test-hazelcast-sessions tests/test-sessions
f8369c
%pom_remove_dep :jetty-hazelcast jetty-home
f8369c
f8369c
# Infinispan in Fedora is too old to build against
f8369c
%pom_disable_module jetty-infinispan
f8369c
%pom_disable_module test-infinispan-sessions tests/test-sessions
f8369c
%pom_remove_dep :infinispan-embedded jetty-home
f8369c
%pom_remove_dep :infinispan-embedded-query jetty-home
f8369c
%pom_remove_dep :infinispan-remote jetty-home
f8369c
%pom_remove_dep :infinispan-remote-query jetty-home
f8369c
%pom_xpath_remove "pom:execution[pom:id='unpack-infinispan-config']" jetty-home
f8369c
1933b0
# Springframework not available in Fedora
1933b0
%pom_disable_module jetty-spring
1933b0
f8369c
# Not currently able to build tests, so can't build benchmarks
f8369c
%pom_disable_module jetty-jmh
f8369c
f8369c
# Distribution tests require internet access, so disable
f8369c
%pom_disable_module test-distribution tests
f8369c
f8369c
# missing conscrypt
f8369c
%pom_disable_module jetty-alpn-conscrypt-server jetty-alpn
f8369c
%pom_disable_module jetty-alpn-conscrypt-client jetty-alpn
f8369c
%pom_remove_dep -r :jetty-alpn-conscrypt-server
f8369c
%pom_remove_dep -r :jetty-alpn-conscrypt-client
f8369c
rm -fr examples/embedded/src/main/java/org/eclipse/jetty/embedded/ManyConnectors.java
f8369c
f8369c
cp %{SOURCE6} .
f8369c
f8369c
# the default location is not allowed by SELinux
f8369c
sed -i '/
f8369c
    jetty-home/src/main/resources/etc/jetty-started.xml
f8369c
f8369c
%if %{with jp_minimal}
f8369c
# remote-resources only copies about.html
f8369c
%pom_remove_plugin :maven-remote-resources-plugin
f8369c
# packages module configs, we don't need those in minimal
f8369c
%pom_remove_plugin :maven-assembly-plugin
f8369c
# only useful when tests are enabled (copies test deps)
f8369c
%pom_remove_plugin :maven-dependency-plugin jetty-client
f8369c
f8369c
%pom_disable_module jetty-ant
f8369c
%pom_disable_module jetty-http2
f8369c
%pom_disable_module jetty-fcgi
f8369c
%pom_disable_module jetty-websocket
f8369c
%pom_disable_module jetty-servlets
f8369c
%pom_disable_module jetty-util-ajax
f8369c
%pom_disable_module apache-jsp
f8369c
%pom_disable_module apache-jstl
f8369c
%pom_disable_module jetty-maven-plugin
f8369c
%pom_disable_module jetty-jspc-maven-plugin
f8369c
%pom_disable_module jetty-deploy
f8369c
%pom_disable_module jetty-start
f8369c
%pom_disable_module jetty-plus
f8369c
%pom_disable_module jetty-annotations
f8369c
%pom_disable_module jetty-jndi
f8369c
%pom_disable_module jetty-cdi
f8369c
%pom_disable_module jetty-proxy
f8369c
%pom_disable_module jetty-jaspi
f8369c
%pom_disable_module jetty-rewrite
f8369c
%pom_disable_module jetty-nosql
f8369c
%pom_disable_module jetty-unixsocket
f8369c
%pom_disable_module tests
f8369c
%pom_disable_module examples
f8369c
%pom_disable_module jetty-quickstart
f8369c
%pom_disable_module jetty-distribution
f8369c
%pom_disable_module jetty-runner
f8369c
%pom_disable_module jetty-http-spi
f8369c
%pom_disable_module jetty-alpn
f8369c
%pom_disable_module jetty-home
1933b0
%pom_disable_module jetty-openid
f8369c
1933b0
%endif
f8369c
f8369c
%build
f8369c
%mvn_package :jetty-home __noinstall
f8369c
%mvn_package :jetty-distribution __noinstall
1933b0
%mvn_package :build-resources __noinstall
f8369c
f8369c
# Separate package for POMs
f8369c
%if %{without jp_minimal}
f8369c
%mvn_package ':*-project' project
f8369c
%mvn_package ':*-parent' project
f8369c
%mvn_package ':*-bom' project
f8369c
%else
f8369c
%mvn_package ':*-project' __noinstall
f8369c
%mvn_package ':*-parent' __noinstall
f8369c
%mvn_package ':*-bom' __noinstall
f8369c
%endif
f8369c
f8369c
# artifact used by demo
f8369c
%mvn_package :test-mock-resources
f8369c
f8369c
%mvn_package ':test-*' __noinstall
f8369c
%mvn_package ':*-tests' __noinstall
f8369c
%mvn_package ':*-it' __noinstall
f8369c
%mvn_package ':example-*' __noinstall
f8369c
%mvn_package org.eclipse.jetty.tests: __noinstall
f8369c
%mvn_package ::war: __noinstall
f8369c
%mvn_package :jetty-runner __noinstall
f8369c
f8369c
%mvn_package org.eclipse.jetty.cdi: jetty-cdi
f8369c
f8369c
%mvn_package ':jetty-alpn*-client' jetty-alpn-client
f8369c
%mvn_package ':jetty-alpn*-server' jetty-alpn-server
f8369c
f8369c
f8369c
%mvn_package :apache-jsp jetty-jsp
f8369c
%mvn_alias :apache-jsp :jetty-jsp
f8369c
f8369c
# we don't have all necessary dependencies to run tests
f8369c
# missing test dep: org.eclipse.jetty.toolchain:jetty-perf-helper
f8369c
%mvn_build -f -s
f8369c
f8369c
f8369c
%install
f8369c
%mvn_install
f8369c
f8369c
# jp_minimal version doesn't contain main package
f8369c
%if %{without jp_minimal}
f8369c
# Install jetty home
f8369c
cp -pr jetty-distribution/target/distribution %{buildroot}%{homedir}
f8369c
f8369c
# dirs
f8369c
install -dm 755 %{buildroot}%{_bindir}
f8369c
install -dm 755 %{buildroot}%{_sysconfdir}/logrotate.d
f8369c
install -dm 755 %{buildroot}%{confdir}
f8369c
install -dm 755 %{buildroot}%{homedir}/start.d
f8369c
install -dm 755 %{buildroot}%{logdir}
f8369c
install -dm 755 %{buildroot}%{rundir}
f8369c
install -dm 755 %{buildroot}%{tempdir}
f8369c
install -dm 755 %{buildroot}%{jettylibdir}
f8369c
install -dm 755 %{buildroot}%{_unitdir}
f8369c
f8369c
# systemd unit file
f8369c
cp %{SOURCE5} %{buildroot}%{_unitdir}/
f8369c
f8369c
install -pm 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
f8369c
echo '# Placeholder configuration file.  No default is provided.' > \
f8369c
     %{buildroot}%{confdir}/jetty.conf
f8369c
f8369c
# add dependencies that are missing due to artifact coordinates changes
f8369c
build-jar-repository %{buildroot}%{homedir}/lib/apache-jsp \
f8369c
           tomcat/jasper tomcat/tomcat-juli \
f8369c
           tomcat/tomcat-jsp-2.3-api tomcat/tomcat-api tomcat/tomcat-util \
f8369c
           tomcat-taglibs-standard/taglibs-standard-compat \
f8369c
           tomcat-taglibs-standard/taglibs-standard-impl \
f8369c
           tomcat/tomcat-util-scan glassfish-el-api glassfish-el
f8369c
f8369c
# ecj doesn't have javapackages metadata in manifest, remove when fixed
f8369c
ecj=`echo %{buildroot}%{homedir}/lib/apache-jsp/org.eclipse.jdt.ecj-*.jar`
f8369c
rm $ecj
f8369c
f8369c
# substitute dependency jars (keep start.jar with shaded jetty util)
f8369c
xmvn-subst -s -L -R %{buildroot} %{buildroot}%{homedir}/lib
f8369c
f8369c
# ecj doesn't have javapackages metadata in manifest, remove when fixed
f8369c
ln -sf %{_javadir}/ecj.jar $ecj
f8369c
f8369c
# TODO uncomment when jetty-setuid is packaged
f8369c
# test -e %{_jnidir}/jetty-setuid/libsetuid-linux.so
f8369c
# ln -sf %{_jnidir}/jetty-setuid/libsetuid-linux.so %{buildroot}%{homedir}/lib/setuid/
f8369c
f8369c
( cat << EO_RC
f8369c
JAVA_HOME=/usr/lib/jvm/java
f8369c
JAVA_OPTIONS=
f8369c
JETTY_HOME=%{homedir}
f8369c
JETTY_CONSOLE=%{logdir}/jetty-console.log
f8369c
JETTY_PORT=8080
f8369c
JETTY_RUN=%{_localstatedir}/run/%{name}
f8369c
JETTY_PID=\$JETTY_RUN/jetty.pid
f8369c
EO_RC
f8369c
) > %{buildroot}%{homedir}/.jettyrc
f8369c
f8369c
mkdir -p %{buildroot}%{_tmpfilesdir}
f8369c
( cat << EOF
f8369c
D %{rundir} 0755 %username %{username} -
f8369c
EOF
f8369c
) > %{buildroot}%{_tmpfilesdir}/%{name}.conf
f8369c
f8369c
rm -r %{buildroot}%{homedir}/logs
f8369c
ln -s %{logdir} %{buildroot}%{homedir}/logs
f8369c
f8369c
mv %{buildroot}%{homedir}/etc/* %{buildroot}/%{confdir}/
f8369c
rm -r %{buildroot}%{homedir}/etc
f8369c
ln -s %{confdir} %{buildroot}%{homedir}/etc
f8369c
f8369c
mv %{buildroot}%{homedir}/webapps %{buildroot}%{appdir}
f8369c
ln -s %{appdir} %{buildroot}%{homedir}/webapps
f8369c
f8369c
rm %{buildroot}%{homedir}/*.txt  %{buildroot}%{homedir}/*.html
f8369c
f8369c
# Here jetty is going to put its runtime data.
f8369c
# See: https://bugzilla.redhat.com/show_bug.cgi?id=845993
f8369c
ln -sf %{rundir} %{buildroot}%{homedir}/work
f8369c
f8369c
# replace the startup script with ours
f8369c
cp -p %{SOURCE1} %{buildroot}%{homedir}/bin/jetty.sh
f8369c
f8369c
# NOTE: %if %{without jp_minimal} still in effect
f8369c
f8369c
%pre
f8369c
# Add the "jetty" user and group
f8369c
getent group %username >/dev/null || groupadd -f -g %jtuid -r %username
f8369c
if ! getent passwd %username >/dev/null ; then
f8369c
    if ! getent passwd %jtuid >/dev/null ; then
f8369c
      useradd -r -u %jtuid -g %username -d %homedir -s /sbin/nologin \
f8369c
      -c "Jetty web server" %username
f8369c
    else
f8369c
      useradd -r -g %username -d %homedir -s /sbin/nologin \
f8369c
      -c "Jetty web server" %username
f8369c
    fi
f8369c
fi
f8369c
exit 0
f8369c
f8369c
%post
f8369c
%systemd_post jetty.service
f8369c
f8369c
%preun
f8369c
%systemd_preun jetty.service
f8369c
f8369c
%postun
f8369c
%systemd_postun_with_restart jetty.service
f8369c
f8369c
1933b0
%endif
f8369c
f8369c
%files client -f .mfiles-jetty-client
9b5f8a
f8369c
%files continuation -f .mfiles-jetty-continuation
9b5f8a
f8369c
%files jaas -f .mfiles-jetty-jaas
9b5f8a
f8369c
%files io -f .mfiles-jetty-io
9b5f8a
f8369c
%files server -f .mfiles-jetty-server
9b5f8a
f8369c
%files servlet -f .mfiles-jetty-servlet
9b5f8a
f8369c
%files util -f .mfiles-jetty-util
f8369c
%license LICENSE NOTICE.txt LICENSE-MIT
9b5f8a
f8369c
%files webapp -f .mfiles-jetty-webapp
9b5f8a
f8369c
%files jmx -f .mfiles-jetty-jmx
9b5f8a
f8369c
%files xml -f .mfiles-jetty-xml
9b5f8a
f8369c
%files http -f .mfiles-jetty-http
9b5f8a
f8369c
%files security -f .mfiles-jetty-security
f8369c
1933b0
%if %{with jp_minimal}
9b5f8a
1933b0
%files
1933b0
# Empty metapackage in minimal mode
1933b0
%endif
1933b0
f8369c
%if %{without jp_minimal}
9b5f8a
f8369c
%files -f .mfiles
f8369c
%{_tmpfilesdir}/%{name}.conf
f8369c
%config(noreplace) %attr(644, root, root) %{_sysconfdir}/logrotate.d/%{name}
f8369c
%config(noreplace) %{confdir}
f8369c
%dir %{jettylibdir}
f8369c
%dir %{jettycachedir}
f8369c
%{homedir}
f8369c
%attr(744, jetty, jetty) %{homedir}/bin/jetty.sh
f8369c
%attr(755, jetty, jetty) %{logdir}
f8369c
%attr(755, jetty, jetty) %{tempdir}
f8369c
%ghost %dir %attr(755, jetty, jetty) %{rundir}
f8369c
%{appdir}
f8369c
%{_unitdir}/%{name}.service
f8369c
f8369c
%files project -f .mfiles-project
f8369c
%doc README.md VERSION.txt
f8369c
%license LICENSE NOTICE.txt LICENSE-MIT
f8369c
f8369c
%files annotations -f .mfiles-jetty-annotations
9b5f8a
f8369c
%files ant -f .mfiles-jetty-ant
9b5f8a
f8369c
%files cdi -f .mfiles-jetty-cdi
9b5f8a
f8369c
%files deploy -f .mfiles-jetty-deploy
9b5f8a
f8369c
%files fcgi-client -f .mfiles-fcgi-client
9b5f8a
f8369c
%files fcgi-server -f .mfiles-fcgi-server
9b5f8a
f8369c
%files http-spi -f .mfiles-jetty-http-spi
9b5f8a
f8369c
%files jaspi -f .mfiles-jetty-jaspi
9b5f8a
f8369c
%files jndi -f .mfiles-jetty-jndi
9b5f8a
f8369c
%files jsp -f .mfiles-jetty-jsp
9b5f8a
f8369c
%files jstl -f .mfiles-apache-jstl
9b5f8a
f8369c
%files jspc-maven-plugin -f .mfiles-jetty-jspc-maven-plugin
9b5f8a
f8369c
%files maven-plugin -f .mfiles-jetty-maven-plugin
9b5f8a
f8369c
%files plus -f .mfiles-jetty-plus
9b5f8a
f8369c
%files proxy -f .mfiles-jetty-proxy
9b5f8a
f8369c
%files quickstart -f .mfiles-jetty-quickstart
9b5f8a
f8369c
%files rewrite -f .mfiles-jetty-rewrite
9b5f8a
f8369c
%files servlets -f .mfiles-jetty-servlets
9b5f8a
f8369c
%files start -f .mfiles-jetty-start
9b5f8a
f8369c
%files unixsocket -f .mfiles-jetty-unixsocket
9b5f8a
f8369c
%files util-ajax -f .mfiles-jetty-util-ajax
9b5f8a
f8369c
%files websocket-api -f .mfiles-websocket-api
9b5f8a
f8369c
%files websocket-client -f .mfiles-websocket-client
9b5f8a
f8369c
%files websocket-common -f .mfiles-websocket-common
9b5f8a
f8369c
%files websocket-server -f .mfiles-websocket-server
9b5f8a
f8369c
%files websocket-servlet -f .mfiles-websocket-servlet
9b5f8a
f8369c
%files javax-websocket-client-impl -f .mfiles-javax-websocket-client-impl
9b5f8a
f8369c
%files javax-websocket-server-impl -f .mfiles-javax-websocket-server-impl
9b5f8a
f8369c
%files alpn-client -f .mfiles-jetty-alpn-client
9b5f8a
f8369c
%files alpn-server -f .mfiles-jetty-alpn-server
9b5f8a
f8369c
%files http2-client -f .mfiles-http2-client
9b5f8a
f8369c
%files http2-common -f .mfiles-http2-common
9b5f8a
f8369c
%files http2-hpack -f .mfiles-http2-hpack
9b5f8a
f8369c
%files http2-http-client-transport -f .mfiles-http2-http-client-transport
9b5f8a
f8369c
%files http2-server -f .mfiles-http2-server
9b5f8a
f8369c
%files nosql -f .mfiles-jetty-nosql
1933b0
%endif
f8369c
f8369c
%files javadoc -f .mfiles-javadoc
f8369c
%license LICENSE NOTICE.txt LICENSE-MIT
f8369c
f8369c
%changelog
9b5f8a
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 9.4.30-2.v20200611
9b5f8a
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
9b5f8a
9b5f8a
* Thu Jun 18 2020 Mat Booth <mat.booth@redhat.com> - 9.4.30-1.v20200611
9b5f8a
- Update to latest upstream release
9b5f8a
1933b0
* Fri Mar 20 2020 Mat Booth <mat.booth@redhat.com> - 9.4.27-1.v20200227
1933b0
- Update to latest upstream release
1933b0
1933b0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.24-3.v20191120
1933b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1933b0
1933b0
* Thu Dec 12 2019 Mat Booth <mat.booth@redhat.com> - 9.4.24-2.v20191120
1933b0
- Switch to minimal build. There are too many missing deps for a full build
1933b0
1933b0
* Thu Nov 28 2019 Mat Booth <mat.booth@redhat.com> - 9.4.24-1.v20191120
1933b0
- Update to latest release
1933b0
- Drop spring module due to missing deps
1933b0
1933b0
* Mon Sep 02 2019 Mat Booth <mat.booth@redhat.com> - 9.4.20-1
1933b0
- Update to latest upstream release
1933b0
- Obsolete left-over packages that would have broken deps when built in minimal mode
1933b0
1933b0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.19-2.v20190610
1933b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1933b0
f8369c
* Wed Jun 12 2019 Mat Booth <mat.booth@redhat.com> - 9.4.19-1.v20190610
f8369c
- Update to latest upstream release
f8369c
f8369c
* Tue Jun 11 2019 Mat Booth <mat.booth@redhat.com> - 9.4.18-3.v20190429
f8369c
- Fix license tags
f8369c
f8369c
* Fri May 03 2019 Mat Booth <mat.booth@redhat.com> - 9.4.18-2.v20190429
f8369c
- Remove dep on Eclipse since it's not available on all platforms, and don't
f8369c
  ship OSGi modules
f8369c
f8369c
* Wed May 01 2019 Mat Booth <mat.booth@redhat.com> - 9.4.18-1.v20190429
f8369c
- Update to latest upstream release
f8369c
- Remove some ancient obsoletes
f8369c
f8369c
* Thu Apr 25 2019 Mat Booth <mat.booth@redhat.com> - 9.4.17-1.v20190418
f8369c
- Update to latest upstream release
f8369c
- Stop building and obsolete the infinispan module
f8369c
f8369c
* Tue Feb 19 2019 Mat Booth <mat.booth@redhat.com> - 9.4.15-1.v20190215
f8369c
- Update to latest upstream release
f8369c
f8369c
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.14-2.v20181114
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f8369c
f8369c
* Wed Dec 05 2018 Mat Booth <mat.booth@redhat.com> - 9.4.14-1.v20181114
f8369c
- Update to upstream version 9.4.14.v20181114
f8369c
- Stop building and obsolete the hazelcast module
f8369c
- Fixup the license tag
f8369c
f8369c
* Fri Aug 31 2018 Severin Gehwolf <sgehwolf@redhat.com> - 9.4.11-4.v20180605
f8369c
- Add explicit requirement on javapackages-tools for jetty.sh.
f8369c
  See RHBZ#1600426.
f8369c
f8369c
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.11-3.v20180605
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f8369c
f8369c
* Mon Jul 02 2018 Michael Simacek <msimacek@redhat.com> - 9.4.11-2.v20180605
f8369c
- Fix missing classes in start.jar
f8369c
f8369c
* Fri Jun 08 2018 Michael Simacek <msimacek@redhat.com> - 9.4.11-1.v20180605
f8369c
- Update to upstream version 9.4.11.v20180605
f8369c
f8369c
* Wed May 09 2018 Michael Simacek <msimacek@redhat.com> - 9.4.10-1.v20180503
f8369c
- Update to upstream version 9.4.10.v20180503
f8369c
f8369c
* Mon Apr 30 2018 Michael Simacek <msimacek@redhat.com> - 9.4.10-0.1.RC1
f8369c
- Update to upstream version 9.4.10.RC1
f8369c
f8369c
* Fri Mar 23 2018 Mat Booth <mat.booth@redhat.com> - 9.4.9-2.v20180320
f8369c
- Make the requirement on "osgi.serviceloader.processor" optional
f8369c
f8369c
* Wed Mar 21 2018 Alexander Kurtakov <akurtako@redhat.com> 9.4.9-1.v20180320
f8369c
- Update to upstream 9.4.9 release.
f8369c
f8369c
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 9.4.8-4.v20171121
f8369c
- Escape macros in %%changelog
f8369c
f8369c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.8-3.v20171121
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f8369c
f8369c
* Thu Jan 25 2018 Michael Simacek <msimacek@redhat.com> - 9.4.8-2.v20171121
f8369c
- Remove obsolete systemd conversion scriptlet
f8369c
f8369c
* Mon Dec 04 2017 Michael Simacek <msimacek@redhat.com> - 9.4.8-1.v20171121
f8369c
- Update to upstream version 9.4.8.v20171121
f8369c
f8369c
* Wed Sep 20 2017 Michael Simacek <msimacek@redhat.com> - 9.4.7-1.v20170914
f8369c
- Update to upstream version 9.4.7.v20170914
f8369c
f8369c
* Wed Sep 13 2017 Michael Simacek <msimacek@redhat.com> - 9.4.7.RC0-1
f8369c
- Update to upstream version 9.4.7.RC0
f8369c
f8369c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.6-2.v20170531
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f8369c
f8369c
* Thu Jun 15 2017 Michael Simacek <msimacek@redhat.com> - 9.4.6-1.v20170531
f8369c
- Update to upstream version 9.4.6.v20170531
f8369c
f8369c
* Thu May 04 2017 Michael Simacek <msimacek@redhat.com> - 9.4.5-1.v20170502
f8369c
- Update to upstream version 9.4.5.v20170502
f8369c
f8369c
* Wed Apr 19 2017 Michael Simacek <msimacek@redhat.com> - 9.4.4-1.v20170414
f8369c
- Update to upstream version 9.4.4.v20170414
f8369c
f8369c
* Fri Apr 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.4.3-3.v20170317
f8369c
- Fix installation of webapps directory
f8369c
- Resolves: rhbz#1442334
f8369c
f8369c
* Wed Apr  5 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.4.3-2.v20170317
f8369c
- Make the requirement on "osgi.serviceloader.registrar" optional
f8369c
- Resolves: rhbz#1427189
f8369c
f8369c
* Tue Mar 28 2017 Michael Simacek <msimacek@redhat.com> - 9.4.3-1.v20170317
f8369c
- Update to upstream version 9.4.3.v20170317
f8369c
f8369c
* Thu Mar 16 2017 Michael Simacek <msimacek@redhat.com> - 9.4.2-3.v20170220
f8369c
- Rework conditionals
f8369c
- Switch jsp provider to glassfish - it's newer
f8369c
f8369c
* Tue Mar 07 2017 Michael Simacek <msimacek@redhat.com> - 9.4.2-2.v20170220
f8369c
- Make the requirement on "osgi.serviceloader.processor" optional
f8369c
- Resolves: rhbz#1427189
f8369c
f8369c
* Fri Feb 24 2017 Michael Simacek <msimacek@redhat.com> - 9.4.2-1.v20170220
f8369c
- Update to upstream version 9.4.2.v20170220
f8369c
f8369c
* Tue Feb 07 2017 Michael Simacek <msimacek@redhat.com> - 9.4.1-6.v20170120
f8369c
- Remove release-plugin from build
f8369c
f8369c
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 9.4.1-5.v20170120
f8369c
- Add conditional for weld
f8369c
f8369c
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 9.4.1-4.v20170120
f8369c
- Add conditionals for nosql, spring and equinox
f8369c
f8369c
* Wed Feb  1 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.4.1-3.v20170120
f8369c
- Introduce infinispan build conditional
f8369c
f8369c
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 9.4.1-2.v20170120
f8369c
- Fix FTBFS
f8369c
f8369c
* Tue Jan 24 2017 Michael Simacek <msimacek@redhat.com> - 9.4.1.v20170120
f8369c
- Update to upstream version 9.4.1.v20170120
f8369c
f8369c
* Fri Dec 09 2016 Michael Simacek <msimacek@redhat.com> - 9.4.0-1.v20161208
f8369c
- Update to upstream version 9.4.0.v20161208
f8369c
f8369c
* Tue Sep 20 2016 Michael Simacek <msimacek@redhat.com> - 9.4.0-0.3.RC2
f8369c
- Update to upstream version 9.4.0.RC2
f8369c
- Version Obsoletes
f8369c
- Reorganize packaging of POM files
f8369c
- Use xmvn-subst to replace symlinks
f8369c
- Enable test and example modules
f8369c
f8369c
* Thu Jun 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.4.0-0.2.M0
f8369c
- Add missing build-requires
f8369c
f8369c
* Mon Jun 06 2016 Michael Simacek <msimacek@redhat.com> - 9.4.0-0.1.M0
f8369c
- Update to upstream version 9.4.0.M0
f8369c
f8369c
* Wed Jun 01 2016 Michael Simacek <msimacek@redhat.com> - 9.3.10-0.1.M0
f8369c
- Update to upstream version 9.3.10.M0
f8369c
f8369c
* Tue May 31 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.3.9-0.2.M0
f8369c
- Fix build issue with maven-jar-plugin 3.0.0
f8369c
f8369c
* Mon Apr 11 2016 Michael Simacek <msimacek@redhat.com> - 9.3.9-0.1.M0
f8369c
- Update to upstream version 9.3.9.M0
f8369c
f8369c
* Thu Mar 24 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.3.8-1.v20160314
f8369c
- Update to upstream version 9.3.8.v20160314
f8369c
f8369c
* Mon Feb 29 2016 Michael Simacek <msimacek@redhat.com> - 9.3.8-0.1RC0
f8369c
- Update to upstream version 9.3.8.RC0
f8369c
f8369c
* Fri Feb 19 2016 Michael Simacek <msimacek@redhat.com> - 9.3.7-2.v20160115
f8369c
- Use %%_tmpfilesdir
f8369c
- Resolves: rhbz#1289494
f8369c
- Fix changelog
f8369c
f8369c
* Mon Feb 15 2016 Michael Simacek <msimacek@redhat.com> - 9.3.7-1.v20160115
f8369c
- Update to upstream version 9.3.7.v20160115
f8369c
- Port to current mongo-java-driver
f8369c
f8369c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.3.7-0.3.RC1
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8369c
f8369c
* Thu Jan 14 2016 Michael Simacek <msimacek@redhat.com> - 9.3.7-0.2.RC1
f8369c
- Update to RC1
f8369c
f8369c
* Fri Jan 08 2016 Michael Simacek <msimacek@redhat.com> - 9.3.7-0.1.RC0
f8369c
- Update to upstream version 9.3.7.RC0
f8369c
f8369c
* Fri Nov 20 2015 Michael Simacek <msimacek@redhat.com> - 9.3.6-1
f8369c
- Update to upstream version 9.3.6.v20151106
f8369c
f8369c
* Fri Oct  9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.3.4-1
f8369c
- Update to upstream version 9.3.4
f8369c
f8369c
* Tue Sep 01 2015 Michael Simacek <msimacek@redhat.com> - 9.3.3-1
f8369c
- Update to upstream version 9.3.3.v20150827
f8369c
- Remove manual requires on glassfish-servlet-api as the duplicate provides
f8369c
  were fixed
f8369c
f8369c
* Mon Aug 03 2015 Michael Simacek <msimacek@redhat.com> - 9.3.2-1
f8369c
- Update to upstream version 9.3.2.v20150730
f8369c
f8369c
* Thu Jul 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.3.1-1
f8369c
- Update to upstream version 9.3.1
f8369c
f8369c
* Fri Jul 03 2015 Michael Simacek <msimacek@redhat.com> - 9.3.0-6
f8369c
- Remove BR on eclipse-rcp
f8369c
f8369c
* Mon Jun 22 2015 Michael Simacek <msimacek@redhat.com> - 9.3.0-5
f8369c
- Update to upstream release 0.3.0.v20150612
f8369c
f8369c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.3.0-4
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f8369c
f8369c
* Tue Jun 02 2015 Michael Simacek <msimacek@redhat.com> - 9.3.0-3
f8369c
- Improve packaging
f8369c
f8369c
* Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.3.0-2
f8369c
- Add alias for jetty-jsp
f8369c
f8369c
* Tue Mar 24 2015 Michael Simacek <msimacek@redhat.com> - 9.3.0-1
f8369c
- Update to upstream version 9.3.0
f8369c
- Fix symlinks
f8369c
f8369c
* Tue Mar 17 2015 Michael Simacek <msimacek@redhat.com> - 9.2.9-3
f8369c
- Use report goal of maven-plugin-plugin instead of xdoc
f8369c
f8369c
* Thu Mar 5 2015 Alexander Kurtakov <akurtako@redhat.com> 9.2.9-2
f8369c
- Rebuild against tomcat-taglibs-standard.
f8369c
f8369c
* Wed Feb 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.2.9-1
f8369c
- Update to upstream version 9.2.9
1933b0
- CVE-2015-2080
f8369c
f8369c
* Thu Jan 22 2015 Michael Simacek <msimacek@redhat.com> - 9.2.7-1
f8369c
- Update to upstream version 9.2.7
f8369c
f8369c
* Thu Dec 11 2014 Michael Simacek <msimacek@redhat.com> - 9.2.6-3
f8369c
- Update to upstream version 9.2.6
f8369c
- Simplify symlink creation
f8369c
- Include symlink to jetty-schemas (RHBZ#1170829)
f8369c
- Set glassfish as default jsp implementation
f8369c
f8369c
* Fri Oct 10 2014 Michael Simacek <msimacek@redhat.com> - 9.2.3-2
f8369c
- Add missing requires jetty-start
f8369c
f8369c
* Wed Sep 10 2014 Michael Simacek <msimacek@redhat.com> - 9.2.3-1
f8369c
- Update to upstream version 9.2.3
f8369c
f8369c
* Tue Jul 29 2014 Michael Simacek <msimacek@redhat.com> - 9.2.2-1
f8369c
- Update to upstream version 9.2.2
f8369c
f8369c
* Fri Jun 13 2014 Michael Simacek <msimacek@redhat.com> - 9.2.1-1
f8369c
- Update to upstream version 9.2.1
f8369c
f8369c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.2.0-2
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f8369c
f8369c
* Wed May 28 2014 Michael Simacek <msimacek@redhat.com> - 9.2.0-1
f8369c
- Update to upstream version 9.2.0
f8369c
f8369c
* Tue May 06 2014 Michael Simacek <msimacek@redhat.com> - 9.1.5-1
f8369c
- Update to upstream version 9.1.5
f8369c
f8369c
* Fri Apr 11 2014 Michael Simacek <msimacek@redhat.com> - 9.1.4-3
f8369c
- Remove jetty-runner subpackage
f8369c
f8369c
* Thu Apr 10 2014 Michael Simacek <msimacek@redhat.com> - 9.1.4-2
f8369c
- Install startup script into correct directory
f8369c
- Add a notice about httpd_execmem into the startup script
f8369c
f8369c
* Tue Apr 08 2014 Michael Simacek <msimacek@redhat.com> - 9.1.4-1
f8369c
- Update to upstream version 9.1.4
f8369c
f8369c
* Tue Apr 01 2014 Michael Simacek <msimacek@redhat.com> - 9.1.3-4
f8369c
- Simplify (and fix) jetty startup script and use systemd features
f8369c
f8369c
* Thu Mar 06 2014 Erinn Looney-Triggs <erinn.looneytriggs@gmail.com> - 9.1.3-3
f8369c
- Adjust useradd to be more flexible as shown here:
f8369c
  https://fedoraproject.org/wiki/Packaging:UsersAndGroups
f8369c
f8369c
* Thu Mar 06 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 9.1.3-2
f8369c
- Use Requires: java-headless rebuild (#1067528)
f8369c
f8369c
* Tue Mar 04 2014 Michael Simacek <msimacek@redhat.com> - 9.1.3-1
f8369c
- Update to upstream version 9.1.3
f8369c
f8369c
* Fri Feb 28 2014 Michael Simacek <msimacek@redhat.com> - 9.1.2-2
f8369c
- Remove JARs bundled in main package
f8369c
f8369c
* Wed Feb 12 2014 Michael Simacek <msimacek@redhat.com> - 9.1.2-1
f8369c
- Update to upstream version 9.1.2
f8369c
- Remove subpackage websocket-mux-extension (unstable, removed upstream)
f8369c
f8369c
* Fri Jan 10 2014 Michael Simacek <msimacek@redhat.com> - 9.1.1-1
f8369c
- Update to upstream version 9.1.1
f8369c
- Install .mod files
f8369c
f8369c
* Thu Dec 19 2013 Michael Simacek <msimacek@redhat.com> - 9.1.0-4
f8369c
- Add missing BD on ecj
f8369c
f8369c
* Thu Dec 19 2013 Michael Simacek <msimacek@redhat.com> - 9.1.0-3
f8369c
- Replace dependency patch with pom_editor macro calls
f8369c
- Drop unnecessary dependency on tomcat-jasper and BR on tomcat-lib
f8369c
f8369c
* Wed Dec 18 2013 Michael Simacek <msimacek@redhat.com> - 9.1.0-2
f8369c
- Symlink to glassfish-servlet-api instead of tomcat
f8369c
f8369c
* Wed Nov 27 2013 Michael Simacek <msimacek@redhat.com> - 9.1.0-1
f8369c
- Update to upstream version 9.1.0
f8369c
f8369c
* Fri Oct 11 2013 Michal Srb <msrb@redhat.com> - 9.0.6-1
f8369c
- Update to upstream version 9.0.6
f8369c
- Install licenses with jetty-util subpackage
f8369c
f8369c
* Sat Sep 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.5-2
f8369c
- Move configuration directories to %%{_sysconfdir}
f8369c
- Resolves: rhbz#596611
f8369c
f8369c
* Thu Aug 22 2013 Michal Srb <msrb@redhat.com> - 9.0.5-1
f8369c
- Update to upstream version 9.0.5
f8369c
f8369c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.4-2
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f8369c
f8369c
* Mon Jul 01 2013 Michal Srb <msrb@redhat.com> - 9.0.4-1
f8369c
- Update to upstream version 9.0.4
f8369c
f8369c
* Wed Jun 26 2013 Michal Srb <msrb@redhat.com> - 9.0.3-4
f8369c
- Add missing BR: maven-plugin-build-helper
f8369c
- Add MIT license text
f8369c
- Don't install CDDL license
f8369c
- More specific explanation why tests are disabled
f8369c
f8369c
* Wed May 29 2013 Michal Srb <msrb@redhat.com> - 9.0.3-3
f8369c
- Add description for jetty-util
f8369c
f8369c
* Thu May 23 2013 Michal Srb <msrb@redhat.com> - 9.0.3-2
f8369c
- Obsolete old jetty-websocket subpackage (Resolves: #966352)
f8369c
f8369c
* Thu May 09 2013 Michal Srb <msrb@redhat.com> - 9.0.3-1
f8369c
- Update to upstream version 9.0.3
f8369c
f8369c
* Mon Apr 22 2013 Michal Srb <msrb@redhat.com> - 9.0.2-1
f8369c
- Update to upstream version 9.0.2
f8369c
f8369c
* Thu Apr 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-3
f8369c
- Remove maven-license-plugin
f8369c
- Conditionally disable jetty-spring
f8369c
- Fix OSGi conditionals
f8369c
f8369c
* Wed Apr 10 2013 Michal Srb <msrb@redhat.com> - 9.0.0-2
f8369c
- Replace tomcat libs with glassfish libs
f8369c
- Add ability to build package without service files
f8369c
- Remove unneeded ecj custom depmap
f8369c
f8369c
* Wed Mar 13 2013 Michal Srb <msrb@redhat.com> - 9.0.0-1
f8369c
- Update to upstream version 9.0.0
f8369c
f8369c
* Thu Mar  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.4.RC3
f8369c
- Add missing BR: glassfish-el
f8369c
f8369c
* Mon Mar  4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.3.RC3
f8369c
- Update to Jetty 9 RC3
f8369c
f8369c
* Thu Feb 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.2.RC2
f8369c
- Upload sources for Jetty 9 RC2
f8369c
f8369c
* Thu Feb 28 2013 Michal Srb <msrb@redhat.com> - 9.0.0-0.2.RC2
f8369c
- Update to 9.0.0.RC2
f8369c
f8369c
* Fri Feb 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.1.RC0
f8369c
- Remove duplicated %%files for javadoc package
f8369c
- Add the new tarball to sources
f8369c
f8369c
* Mon Feb 18 2013 Michal Srb <msrb@redhat.com> - 9.0.0-0.1.RC0
f8369c
- Update to upstream version 9.0.0
f8369c
- Build with xmvn
f8369c
f8369c
* Fri Feb 15 2013 Alexander Kurtakov <akurtako@redhat.com> 8.1.9-3
f8369c
- Add missing BR on maven-license-plugin.
f8369c
f8369c
* Thu Feb 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.9-2
f8369c
- Update upstream URL
f8369c
- Resolves: rhbz#911292
f8369c
f8369c
* Thu Feb 14 2013 Alexander Kurtakov <akurtako@redhat.com> 8.1.9-1
f8369c
- Update to 8.1.9.
f8369c
f8369c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1.5-12
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f8369c
f8369c
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 8.1.5-11
f8369c
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
f8369c
- Replace maven BuildRequires with maven-local
f8369c
f8369c
* Fri Dec 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.5-10
f8369c
- Reenable osgi support
f8369c
f8369c
* Mon Nov  5 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.5-9
f8369c
- Use file lists generated by improved add_maven_depmap macro
f8369c
f8369c
* Wed Oct 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-8
f8369c
- Fix build conditionals
f8369c
f8369c
* Tue Oct  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-7
f8369c
- Introduce nosql and osgi conditionals
f8369c
- Temporarly disable osgi to bootstrap eclipse
f8369c
f8369c
* Fri Oct  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-6
f8369c
- Don't delete jetty user on package erase, resolves: rhbz#857708
f8369c
f8369c
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-5
f8369c
- Create work directory if not exists
f8369c
f8369c
* Tue Aug 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-4
f8369c
- Convert systemd scriplets to macros, resolves #850176
f8369c
f8369c
* Tue Aug 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-3
f8369c
- Don't redirect useradd and groupadd output to the bit bucket
f8369c
f8369c
* Tue Aug  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-2
f8369c
- Put runtime data in /run instead of /tmp
f8369c
- Fix patch for disabling OSGi
f8369c
f8369c
* Wed Jul 18 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-1
f8369c
- Update to upstream version 8.1.5
f8369c
- Fix rpmlint warnings
f8369c
f8369c
* Wed Jul 18 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.4-3
f8369c
- Disable SPDY to fix FTBFS
f8369c
f8369c
* Wed Jun 13 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.4-2
f8369c
- Fix jetty being accidentaly enabled after update by default
f8369c
- Resolves: #831280
f8369c
f8369c
* Tue May 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.4-1
f8369c
- Update to 8.1.4
f8369c
f8369c
* Thu May 24 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-9
f8369c
- Add patch to disable jetty-nosql
f8369c
f8369c
* Wed May 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-8
f8369c
- Build jetty-nosql conditionally
f8369c
f8369c
* Tue May 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-7
f8369c
- Add unconditional BR on glassfish-jsp to make build-jar-repository work
f8369c
f8369c
* Wed May  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-6
f8369c
- Move start.ini to /etc
f8369c
- Require glassfish-jsp only for jetty-webapp and jetty-osgi
f8369c
- Use shadow-utils directly instead of fedora-usermgmt-devel
f8369c
- Fix license tags
f8369c
f8369c
* Mon Apr 30 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.2-5
f8369c
- Don't require subpackages not needed by server itself
f8369c
- Make jetty look for jars in correct directory
f8369c
- Add proper dependent jars
f8369c
f8369c
* Fri Apr 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-4
f8369c
- Keep license files only in jetty-project and jetty-javadoc packages
f8369c
f8369c
* Fri Apr 27 2012 Alexander Kurtakov <akurtako@redhat.com> 8.1.2-3
f8369c
- There is no epoch define in jetty.
f8369c
f8369c
* Thu Apr 26 2012 Alexander Kurtakov <akurtako@redhat.com> 8.1.2-2
f8369c
- Drop envr from jpackage-utils as it was wrong.
f8369c
f8369c
* Thu Apr 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.2-1
f8369c
- Update to 8.1.2 upstream release
f8369c
f8369c
* Wed Apr 25 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.0-7
f8369c
- Split into number of subpackages
f8369c
f8369c
* Mon Apr 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.0-6
f8369c
- Drop init script, resolves #814788
f8369c
- Remove jetty.script from SCM
f8369c
- Reload systemd on package install/upgrade/remove
f8369c
f8369c
* Wed Apr 18 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.0-5
f8369c
- Replace eclipse-rcp BR with felix-framework
f8369c
- Add missing R: felix-framework
f8369c
f8369c
* Fri Feb 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-4
f8369c
- Add geronimo-annotation to Requires
f8369c
f8369c
* Thu Feb 23 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-3
f8369c
- Fix web server running example webapp
f8369c
- Add systemd unit file and conversion scriptlets
f8369c
f8369c
* Wed Feb 22 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-2
f8369c
- Fix #794913 - missing user management utils during install
f8369c
f8369c
* Wed Feb  1 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-1
f8369c
- Update to final release
f8369c
f8369c
* Mon Jan 30 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.4.rc5
f8369c
- Fix upgrade path problems
f8369c
- Symlink conf files into etc (so users still see them there)
f8369c
f8369c
* Thu Jan 26 2012 Alexander Kurtakov <akurtako@redhat.com> 8.1.0-0.3.rc5
f8369c
- Revert the dependency on jetty-parent - we don't need the whole maven stack when installing jetty.
f8369c
- Make the javadoc package not depend on the main one.
f8369c
f8369c
* Thu Jan 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.2.rc5
f8369c
- Add jetty-parent to Requires
f8369c
f8369c
* Wed Jan 25 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.1.rc5
f8369c
- Update to rc5
f8369c
- Remove symbolic name patch (not needed after bundle plugin fix)
f8369c
f8369c
* Wed Jan 25 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.1.RC4
f8369c
- Major update to 8.1.0 RC4
f8369c
- Removed manual subpackage (was empty anyway)
f8369c
f8369c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.26-9
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f8369c
f8369c
* Fri Aug 12 2011 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-8
f8369c
- Install jetty-client and its deps into _javadir and provide maven integration.
f8369c
f8369c
* Tue Jun 28 2011 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-7
f8369c
- Adapt build for maven 3.x.
f8369c
f8369c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.26-6
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f8369c
f8369c
* Mon Dec 20 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-5
f8369c
- Do not require tomcat6-lib.
f8369c
- Drop one depmap.
f8369c
f8369c
* Tue Dec 14 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-4
f8369c
- Do not require apache-commons-parent in order to not bring maven and friends.
f8369c
f8369c
* Wed Dec 01 2010 Jeff Johnston <jjohnstn@redhat.com> 6.1.26-3
f8369c
- Resolves #655808
f8369c
- Fix util pom to reference javax.servlet groupid for servlet-api.
f8369c
- Don't add tomcat6-servlet-api to depmap.
f8369c
- Remove tomcat5 BR.
f8369c
f8369c
* Mon Nov 22 2010 Jeff Johnston <jjohnstn@redhat.com> 6.1.26-2
f8369c
- Resolves #652020
f8369c
- Remove tomcat5 references and replace with appropriate alternatives.
f8369c
f8369c
* Fri Nov 12 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-1
f8369c
- Update to 6.1.26.
f8369c
f8369c
* Tue Jun 15 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.24-1
f8369c
- Update to 6.1.24.
f8369c
f8369c
* Wed Dec 02 2009 Jeff Johnston <jjohnstn@redhat.com> 6.1.21-4
f8369c
- Resolves #543081
f8369c
- Add maven depmap fragments.
f8369c
f8369c
* Tue Nov 03 2009 Jeff Johnston <jjohnstn@redhat.com> 6.1.21-3
f8369c
- Security issues
f8369c
- Resolves #532675, #5326565
f8369c
f8369c
* Tue Sep 29 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.21-2
f8369c
- Install unversioned jars.
f8369c
f8369c
* Tue Sep 29 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.21-1
f8369c
- Update to upstream 6.1.21 release.
f8369c
f8369c
* Fri Sep 18 2009 Jeff Johnston <jjohnstn@redhat.com> 6.1.20-3
f8369c
- Add djetty script source and fix init script to work properly.
f8369c
f8369c
* Tue Sep 15 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.20-2
f8369c
- Fix requires.
f8369c
f8369c
* Tue Sep 15 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.20-1
f8369c
- Update to upstream 6.1.20.
f8369c
f8369c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.15-4
f8369c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f8369c
f8369c
* Thu May 21 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.15-3
f8369c
- Do not allow directory listings.
f8369c
f8369c
* Tue May 19 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.15-2
f8369c
- Update OSGI manifest file.
f8369c
f8369c
* Tue May 19 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.15-1
f8369c
- Upgrade to 5.1.15 source tarball for Fedora.
f8369c
f8369c
* Wed Apr 22 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-3
f8369c
- Add %%{libdir} to files list.
f8369c
- Resolves #473585
f8369c
f8369c
* Wed Feb 11 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.10
f8369c
- Rename jettyc back to .jettyrc.
f8369c
- Resolves #485012
f8369c
f8369c
* Tue Feb 03 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.9
f8369c
- Change %%{_sysconfdir}/init.d references to be %%{_initrddir}
f8369c
f8369c
* Mon Feb 02 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.8
f8369c
- Fixes for unowned directories.
f8369c
f8369c
* Tue Jan 06 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.7
f8369c
- Patch init.d script to add status operation
f8369c
- Patch unix djetty script so it doesn't issue error messages about /dev/tty
f8369c
  and fix various inconsistencies with the init.d script
f8369c
f8369c
* Tue Aug 12 2008 Andrew Overholt <overholt@redhat.com> 5.1.14-1.6
f8369c
- Require tomcat5 bits with proper OSGi metadata
f8369c
f8369c
* Fri Jul 11 2008 Andrew Overholt <overholt@redhat.com> 5.1.14-1.5
f8369c
- Bump release.
f8369c
f8369c
* Fri Jul 11 2008 Andrew Overholt <overholt@redhat.com> 5.1.14-1.3
f8369c
- Update OSGi manifest
f8369c
f8369c
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.1.14-1.3
f8369c
- drop repotag
f8369c
f8369c
* Fri Jul 04 2008 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1jpp.2
f8369c
- Security patch
f8369c
- Resolves #417401, #417411, #417391
f8369c
f8369c
* Wed Jun 25 2008 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1jpp.1
f8369c
- Upgrade to 5.1.14 source tarball for Fedora
f8369c
f8369c
* Fri Aug 31 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.7
f8369c
- Resolves #262221
f8369c
- Use /bin/sh instead of /sbin/nologin so init will work
f8369c
f8369c
* Thu Aug 30 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.6
f8369c
- Rename all source files from jetty5 to jetty
f8369c
- Replace jetty5 references with jetty in source files
f8369c
f8369c
* Tue Aug 28 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.5
f8369c
- Rename from jetty5 to jetty
f8369c
f8369c
* Mon Aug 27 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.4
f8369c
- Remove post manual step
f8369c
- Remove jsse requirement
f8369c
- Add comment inside jetty.conf so it isn't empty
f8369c
f8369c
- Use /sbin/nologin when creating the jetty5 user and group
f8369c
* Mon Aug 27 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.3
f8369c
- Use /sbin/nologin when creating the jetty5 user and group
f8369c
- Remove all jars in %%prep
f8369c
- Remove unnecessary preun step for removing extra jars
f8369c
- Fix license
f8369c
- Fix group for manual subpackage
f8369c
- Fix group for javadoc subpackage
f8369c
- Add comment regarding empty jetty.conf file
f8369c
- Add jsp requirement
f8369c
- Remove %%post javadoc ln command
f8369c
- Remove %%post manual ln command
f8369c
- Change source0 tarball to remove BCLA-licensed jars
f8369c
- Remove epoch 0 references in subpackage requires for extras and manual
f8369c
- Rename .jettyrc to jettyrc
f8369c
- Remove hidden files
f8369c
- Don't install gcj files twice
f8369c
f8369c
* Fri Aug 24 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.2
f8369c
- Remove demo subpackage.
f8369c
f8369c
* Wed Aug 08 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.1
f8369c
- Comment out demo subpackage.
f8369c
f8369c
* Mon Aug 06 2007 Ben Konrath <bkonrath@redhat.com> 5.1.12-1jpp.1
f8369c
- Add --excludes to aot-compile-rpm line.
f8369c
- Inject OSGi manifest into jetty jar.
f8369c
f8369c
* Thu Jul 19 2007 Andrew Overholt <overholt@redhat.com> 5.1.12-1jpp.1
f8369c
- Update to 5.1.12 for Fedora.
f8369c
- Use fedora-usermgmt stuff.
f8369c
f8369c
* Fri Feb 02 2007 Ralph Apel <r.apel at r-apel.de> - 0:5.1.12-1jpp
f8369c
- Upgrade to 5.1.12
f8369c
- Add gcj_support option
f8369c
- Avoid circular dependency with mx4j-tools thru bootstrap option
f8369c
f8369c
* Sat Aug 12 2006 Anthony Green <green@redhat.com> - 0:5.1.11-0.rc0.4jpp
f8369c
- Escape macros in changelog with %%.
f8369c
- Untabify.
f8369c
- Don't delete symlinks in %%preun.
f8369c
- Add logrotate file.
f8369c
- Don't install unversioned javadoc files.
f8369c
- Don't rm old links in manual package.
f8369c
- Convert some end-of-line encodings.
f8369c
f8369c
* Fri Aug 11 2006 Anthony Green <green@redhat.com> - 0:5.1.11-0.rc0.3jpp
f8369c
- First Fedora build.
f8369c
- Disable extras.
f8369c
- Use fedora-useradd & fedora-userdel.
f8369c
- Add gcj support.
f8369c
- Tweak License and Group tags for rpmlint.
f8369c
- Use full URL for Source0.
f8369c
f8369c
* Thu Aug 10 2006 Ralph Apel <r.apel@r-apel.de> - 0:5.1.11-0.rc0.2jpp
f8369c
- Fix version/release in changelog
f8369c
- Introduce option '--without extra' to omit this subpackage and its (B)Rs
f8369c
- Don't delete user on erase
f8369c
- Tidy up BRs
f8369c
- Add commons-el.jar to ext
f8369c
- No ghost for lib/org.mortbay.jetty.jar, lib/org.mortbay.jmx.jar
f8369c
- Avoid use of build-jar-repository in spec
f8369c
- Avoid use of rebuild-jar-repository in init and start script
f8369c
- Don't handle JETTY_PID file in init script: start script takes care
f8369c
- Patch PostFileFilter to remove a (unused) com.sun package import
f8369c
- Explicitly (B)R  geronimo-jta-1.0.1B-api instead of any jta
f8369c
- Add empty file /etc/jetty5/jetty.conf:
f8369c
  activate contexts manually if desired
f8369c
f8369c
* Tue Jun 20 2006 Ralph Apel <r.apel@r-apel.de> - 0:5.1.2-3jpp
f8369c
- First JPP-1.7 release
f8369c
f8369c
* Mon Mar 14 2005 Ralph Apel <r.apel@r-apel.de> - 0:5.1.2-2jpp
f8369c
- link commons-logging to %%{_homedir}/ext
f8369c
- link jspapi to %%{_homedir}/ext
f8369c
- only use %%{_homedir}/etc not conf
f8369c
f8369c
* Tue Feb 01 2005 Ralph Apel <r.apel@r-apel.de> - 0:5.1.2-1jpp
f8369c
- Upgrade to 5.1.2
f8369c
- Prepare for build with Java 1.5, (thx to Petr Adamek)
f8369c
- Require /sbin/chkconfig instead of chkconfig package
f8369c
f8369c
* Tue Jan 04 2005 Ralph Apel <r.apel@r-apel.de> - 0:5.0.0-2jpp
f8369c
- Include build of extra, so called JettyPlus
f8369c
- Create own subdirectory for jetty5 in %%{_javadir}
f8369c
- Change %%{_homedir}/conf to %%{_homedir}/etc
f8369c
- Dropped chkconfig requirement; just exec if /sbin/chkconfig available
f8369c
- Fixed unpackaged .jettyrc
f8369c
f8369c
* Mon Oct 04 2004 Ralph Apel <r.apel@r-apel.de> - 0:5.0.0-1jpp
f8369c
- Upgrade to 5.0.0
f8369c
- Fixed URL
f8369c
- relaxed some versioned dependencies
f8369c
f8369c
* Mon Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:4.2.20-2jpp
f8369c
- Rebuild with ant-1.6.2
f8369c
f8369c
* Fri Jun 18 2004 Ralph Apel <r.apel@r-apel.de> - 0:4.2.20-1jpp
f8369c
- Upgrade to 4.2.20
f8369c
- Drop ownership of /usr/share/java and /usr/bin
f8369c
f8369c
* Tue Feb 24 2004 Ralph Apel <r.apel@r-apel.de> - 0:4.2.17-2jpp
f8369c
- enhancements and corrections thanks to Kaj J. Niemi:
f8369c
- $JETTY_HOME/ext didn't exist but %%post depended on it
f8369c
- correctly shutdown jetty upon uninstall
f8369c
- RedHat depends on chkconfig/service to work so a functional
f8369c
  init.d/jetty4 needed to be created
f8369c
- djetty4 (jetty.sh) did funny things especially when it attempted to guess
f8369c
  stuff
f8369c
- a lot of .xml config files assumed that the configs were in etc/ instead of
f8369c
  conf/
f8369c
f8369c
* Thu Feb 19 2004 Ralph Apel <r.apel@r-apel.de> - 0:4.2.17-1jpp
f8369c
- First JPackage release.