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