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