9fba71
# Copyright (c) 2000-2007, JPackage Project
9fba71
# All rights reserved.
9fba71
#
9fba71
# Redistribution and use in source and binary forms, with or without
9fba71
# modification, are permitted provided that the following conditions
9fba71
# are met:
9fba71
#
9fba71
# 1. Redistributions of source code must retain the above copyright
9fba71
#    notice, this list of conditions and the following disclaimer.
9fba71
# 2. Redistributions in binary form must reproduce the above copyright
9fba71
#    notice, this list of conditions and the following disclaimer in the
9fba71
#    documentation and/or other materials provided with the
9fba71
#    distribution.
9fba71
# 3. Neither the name of the JPackage Project nor the names of its
9fba71
#    contributors may be used to endorse or promote products derived
9fba71
#    from this software without specific prior written permission.
9fba71
#
9fba71
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9fba71
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9fba71
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9fba71
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9fba71
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9fba71
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9fba71
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9fba71
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9fba71
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9fba71
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9fba71
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9fba71
#
9fba71
9fba71
%global addver v20130506
9fba71
9fba71
Name:           jetty
9fba71
Version:        9.0.3
9fba71
Release:        6%{?dist}
9fba71
Summary:        Java Webserver and Servlet Container
9fba71
9fba71
# Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt
9fba71
License:        ASL 2.0 or EPL
9fba71
URL:            http://www.eclipse.org/jetty/
9fba71
Source0:        http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/snapshot/jetty-%{version}.%{addver}.tar.gz
9fba71
Source1:        djetty.script
9fba71
Source3:        jetty.logrotate
9fba71
Source5:        %{name}.service
9fba71
# MIT license text taken from Utf8Appendable.java
9fba71
Source6:        LICENSE-MIT
9fba71
Patch0:         %{name}-create-work-dir.patch
9fba71
Patch4:         0004-Modify-dependencies.patch
9fba71
9fba71
BuildRequires:  geronimo-annotation
9fba71
BuildRequires:  geronimo-jaspic-spec
9fba71
BuildRequires:  geronimo-jta
9fba71
BuildRequires:  geronimo-parent-poms
9fba71
BuildRequires:  glassfish-el
9fba71
BuildRequires:  glassfish-el-api
9fba71
BuildRequires:  glassfish-jsp
9fba71
BuildRequires:  glassfish-jsp-api
9fba71
BuildRequires:  jakarta-taglibs-standard
9fba71
BuildRequires:  java-devel >= 1:1.7.0
9fba71
BuildRequires:  jpackage-utils
9fba71
BuildRequires:  javapackages-tools >= 0.7.0
9fba71
BuildRequires:  jvnet-parent
9fba71
BuildRequires:  ant
9fba71
BuildRequires:  maven-local
9fba71
BuildRequires:  maven-dependency-plugin
9fba71
BuildRequires:  maven-enforcer-plugin
9fba71
BuildRequires:  maven-shade-plugin
9fba71
BuildRequires:  maven-war-plugin
9fba71
BuildRequires:  objectweb-asm
9fba71
BuildRequires:  slf4j
9fba71
BuildRequires:  tomcat-lib
9fba71
BuildRequires:  geronimo-parent-poms
9fba71
BuildRequires:  maven-plugin-build-helper
9fba71
9fba71
BuildRequires:  javamail
9fba71
BuildRequires:  jetty-parent
9fba71
BuildRequires:  jetty-distribution-remote-resources
9fba71
BuildRequires:  jetty-build-support
9fba71
BuildRequires:  jetty-version-maven-plugin
9fba71
BuildRequires:  jetty-toolchain
9fba71
BuildRequires:  jetty-assembly-descriptors
9fba71
BuildRequires:  jetty-test-policy
9fba71
BuildRequires:  jetty-artifact-remote-resources
9fba71
9fba71
BuildArch:      noarch
9fba71
9fba71
Requires:       java >= 1:1.7.0
9fba71
Requires:       jpackage-utils
9fba71
Requires:       jetty-client               = %{version}-%{release}
9fba71
Requires:       jetty-annotations          = %{version}-%{release}
9fba71
Requires:       jetty-client               = %{version}-%{release}
9fba71
Requires:       jetty-continuation         = %{version}-%{release}
9fba71
Requires:       jetty-deploy               = %{version}-%{release}
9fba71
Requires:       jetty-http                 = %{version}-%{release}
9fba71
Requires:       jetty-io                   = %{version}-%{release}
9fba71
Requires:       jetty-jaas                 = %{version}-%{release}
9fba71
Requires:       jetty-jmx                  = %{version}-%{release}
9fba71
Requires:       jetty-jndi                 = %{version}-%{release}
9fba71
Requires:       jetty-plus                 = %{version}-%{release}
9fba71
Requires:       jetty-proxy                = %{version}-%{release}
9fba71
Requires:       jetty-rewrite              = %{version}-%{release}
9fba71
Requires:       jetty-security             = %{version}-%{release}
9fba71
Requires:       jetty-server               = %{version}-%{release}
9fba71
Requires:       jetty-servlet              = %{version}-%{release}
9fba71
Requires:       jetty-servlets             = %{version}-%{release}
9fba71
Requires:       jetty-util                 = %{version}-%{release}
9fba71
Requires:       jetty-webapp               = %{version}-%{release}
9fba71
Requires:       jetty-websocket-api        = %{version}-%{release}
9fba71
Requires:       jetty-websocket-common     = %{version}-%{release}
9fba71
Requires:       jetty-websocket-server     = %{version}-%{release}
9fba71
Requires:       jetty-websocket-servlet    = %{version}-%{release}
9fba71
9fba71
Obsoletes: %{name}-manual < %{version}-%{release}
9fba71
Obsoletes: %{name}-ajp < %{version}-%{release}
9fba71
Obsoletes: %{name}-http-spi < %{version}-%{release}
9fba71
Obsoletes: %{name}-nested < %{version}-%{release}
9fba71
Obsoletes: %{name}-overlay-deployer < %{version}-%{release}
9fba71
Obsoletes: %{name}-policy < %{version}-%{release}
9fba71
9fba71
%description
9fba71
%global desc \
9fba71
Jetty is a 100% Java HTTP Server and Servlet Container. This means that you\
9fba71
do not need to configure and run a separate web server (like Apache) in order\
9fba71
to use Java, servlets and JSPs to generate dynamic content. Jetty is a fully\
9fba71
featured web server for static and dynamic content. Unlike separate\
9fba71
server/container solutions, this means that your web server and web\
9fba71
application run in the same process, without interconnection overheads\
9fba71
and complications. Furthermore, as a pure java component, Jetty can be simply\
9fba71
included in your application for demonstration, distribution or deployment.\
9fba71
Jetty is available on all Java supported platforms.
9fba71
%{desc}
9fba71
%global extdesc %{desc}\
9fba71
\
9fba71
This package contains
9fba71
9fba71
%package        project
9fba71
Summary:        POM files for Jetty
9fba71
Group:          Development/Libraries
9fba71
9fba71
%description    project
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        annotations
9fba71
Summary:        annotations module for Jetty
9fba71
9fba71
%description    annotations
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        ant
9fba71
Summary:        ant module for Jetty
9fba71
9fba71
%description    ant
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        client
9fba71
Summary:        client module for Jetty
9fba71
9fba71
%description    client
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        continuation
9fba71
Summary:        continuation module for Jetty
9fba71
9fba71
%description    continuation
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        deploy
9fba71
Summary:        deploy module for Jetty
9fba71
9fba71
%description    deploy
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        http
9fba71
Summary:        http module for Jetty
9fba71
9fba71
%description    http
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        io
9fba71
Summary:        io module for Jetty
9fba71
Obsoletes:      %{name}-websocket < %{version}-%{release}
9fba71
9fba71
%description    io
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        jaas
9fba71
Summary:        jaas module for Jetty
9fba71
9fba71
%description    jaas
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        jaspi
9fba71
Summary:        jaspi module for Jetty
9fba71
9fba71
%description    jaspi
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        jmx
9fba71
Summary:        jmx module for Jetty
9fba71
9fba71
%description    jmx
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        jndi
9fba71
Summary:        jndi module for Jetty
9fba71
9fba71
%description    jndi
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        jsp
9fba71
Summary:        jsp module for Jetty
9fba71
9fba71
%description    jsp
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        jspc-maven-plugin
9fba71
Summary:        jspc-maven-plugin module for Jetty
9fba71
9fba71
%description    jspc-maven-plugin
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        maven-plugin
9fba71
Summary:        maven-plugin module for Jetty
9fba71
9fba71
%description    maven-plugin
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        monitor
9fba71
Summary:        monitor module for Jetty
9fba71
9fba71
%description    monitor
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        plus
9fba71
Summary:        plus module for Jetty
9fba71
9fba71
%description    plus
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        proxy
9fba71
Summary:        proxy module for Jetty
9fba71
9fba71
%description    proxy
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        rewrite
9fba71
Summary:        rewrite module for Jetty
9fba71
9fba71
%description    rewrite
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        runner
9fba71
Summary:        runner module for Jetty
9fba71
9fba71
%description    runner
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        security
9fba71
Summary:        security module for Jetty
9fba71
9fba71
%description    security
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        server
9fba71
Summary:        server module for Jetty
9fba71
9fba71
%description    server
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        servlet
9fba71
Summary:        servlet module for Jetty
9fba71
9fba71
%description    servlet
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        servlets
9fba71
Summary:        servlets module for Jetty
9fba71
9fba71
%description    servlets
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        start
9fba71
Summary:        start module for Jetty
9fba71
9fba71
%description    start
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        util
9fba71
Summary:        util module for Jetty
9fba71
# Utf8Appendable.java is additionally under MIT license
9fba71
License:        (ASL 2.0 or EPL) and MIT
9fba71
9fba71
%description    util
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        util-ajax
9fba71
Summary:        util-ajax module for Jetty
9fba71
9fba71
%description    util-ajax
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        webapp
9fba71
Summary:        webapp module for Jetty
9fba71
9fba71
%description    webapp
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        xml
9fba71
Summary:        xml module for Jetty
9fba71
9fba71
%description    xml
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        websocket-api
9fba71
Summary:        websocket-api module for Jetty
9fba71
9fba71
%description    websocket-api
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        websocket-client
9fba71
Summary:        websocket-client module for Jetty
9fba71
9fba71
%description    websocket-client
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        websocket-common
9fba71
Summary:        websocket-common module for Jetty
9fba71
9fba71
%description    websocket-common
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        websocket-parent
9fba71
Summary:        POM file for jetty-websocket
9fba71
9fba71
%description    websocket-parent
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        websocket-server
9fba71
Summary:        websocket-server module for Jetty
9fba71
9fba71
%description    websocket-server
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        websocket-servlet
9fba71
Summary:        websocket-servlet module for Jetty
9fba71
9fba71
%description    websocket-servlet
9fba71
%{extdesc} %{summary}.
9fba71
9fba71
%package        javadoc
9fba71
Summary:        Javadoc for %{name}
9fba71
Group:          Documentation
9fba71
# some MIT-licensed code (from Utf8Appendable) is used to generate javadoc
9fba71
License:        (ASL 2.0 or EPL) and MIT
9fba71
9fba71
%description    javadoc
9fba71
%{summary}.
9fba71
9fba71
%prep
9fba71
%setup -q -n %{name}-%{version}.%{addver}
9fba71
for f in $(find . -name "*.?ar"); do rm $f; done
9fba71
find . -name "*.class" -exec rm {} \;
9fba71
9fba71
%patch0 -p1 -b .sav
9fba71
%patch4 -p1 -b .sav
9fba71
9fba71
# Use proper groupId for apache ant
9fba71
%pom_xpath_replace "pom:groupId[text()='ant']" "<groupId>org.apache.ant</groupId>" jetty-ant/pom.xml
9fba71
9fba71
# Disable test and example artifacts
9fba71
# they need more dependencies then we have time for right now :-)
9fba71
# and also xmvn currently doesn't support .war
9fba71
%pom_disable_module tests
9fba71
%pom_disable_module examples
9fba71
9fba71
# Since tests are disabled, we don't have some jars
9fba71
%pom_remove_dep :test-jetty-webapp jetty-distribution/pom.xml
9fba71
%pom_remove_dep :test-proxy-webapp jetty-distribution/pom.xml
9fba71
%pom_remove_dep :example-async-rest-webapp jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:artifactItem[pom:artifactId[text()='test-jetty-webapp']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:artifactItem[pom:artifactId[text()='test-proxy-webapp']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:artifactItem[pom:artifactId[text()='example-async-rest-webapp']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:artifactItem[pom:artifactId[text()='test-jaas-webapp']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:artifactItem[pom:artifactId[text()='test-jndi-webapp']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:artifactItem[pom:artifactId[text()='test-spec-webapp']]" jetty-distribution/pom.xml
9fba71
9fba71
# Missing jars (jetty-setuid-java-1.0.0.jar,jetty-setuid-java-1.0.0-config.jar)
9fba71
%pom_xpath_remove "pom:execution[pom:id[text()='unpack-setuid-config']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:execution[pom:id[text()='copy-setuid-deps']]" jetty-distribution/pom.xml
9fba71
# test-jaas-webapp artifact is disabled
9fba71
%pom_xpath_remove "pom:execution[pom:id[text()='unpack-test-jaas-config']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:execution[pom:id[text()='unpack-test-jndi-config']]" jetty-distribution/pom.xml
9fba71
%pom_xpath_remove "pom:execution[pom:id[text()='unpack-test-spec-config']]" jetty-distribution/pom.xml
9fba71
9fba71
# We don't have this plugin yet
9fba71
%pom_remove_plugin :findbugs-maven-plugin jetty-websocket/pom.xml
9fba71
9fba71
# enforcer plugin constantly complains
9fba71
%pom_remove_plugin :maven-enforcer-plugin
9fba71
9fba71
# Change servelt groupId to javax.servlet
9fba71
%pom_xpath_inject "pom:project/pom:properties" "
9fba71
    <servlet.spec.groupId>javax.servlet</servlet.spec.groupId>
9fba71
    <servlet.spec.artifactId>servlet-api</servlet.spec.artifactId>
9fba71
    <servlet.spec.version>3.0.20100224</servlet.spec.version>"
9fba71
9fba71
# Prevents problem with "Reporting mojo's can only be called from
9fba71
# ReportDocumentRender". Investigate proper fix some other time?
9fba71
%pom_remove_plugin :maven-pmd-plugin
9fba71
9fba71
# License plugin may be useful for upstream, but it has no use in
9fba71
# Fedora.
9fba71
%pom_remove_plugin :maven-license-plugin
9fba71
9fba71
# Remove unpack-config-deps from distribution
9fba71
#
9fba71
# This is needed because original code used classifiers to select subset
9fba71
# of artifacts. Unfortunately there seems to be a weird bug affecting even
9fba71
# upstream maven when this goes outside of reactor resolver. Or perhaps
9fba71
# this is a weird feature.
9fba71
#
9fba71
# Our resolver obviously can't handle this so we have to unpack these
9fba71
# manually before building distribution
9fba71
%pom_xpath_remove "pom:execution[pom:id[text()='unpack-config-deps']]" jetty-distribution
9fba71
9fba71
# Disable SPDY for now as there are missing dependencies. SPDY needs
9fba71
# Next Protocol Negotiation TLS Extension (NPN) for OpenJDK 7 or
9fba71
# greater. We don't have this extension in Fedora.
9fba71
# See: http://wiki.eclipse.org/Jetty/Feature/NPN
9fba71
%pom_disable_module jetty-spdy
9fba71
%pom_remove_dep org.eclipse.jetty.spdy: jetty-distribution
9fba71
9fba71
# Disable OSGi
9fba71
%pom_disable_module jetty-osgi
9fba71
9fba71
# Disable NoSQL
9fba71
%pom_disable_module jetty-nosql
9fba71
9fba71
# Disable Spring
9fba71
%pom_disable_module jetty-spring
9fba71
9fba71
%pom_remove_dep :org.eclipse.jdt.core jetty-jsp
9fba71
9fba71
cp %{SOURCE1} djetty
9fba71
cp %{SOURCE6} .
9fba71
9fba71
# Looks like all CDDL licensed content in tarball has been replaced,
9fba71
# we don't need to install this license
9fba71
rm LICENSE-CONTRIBUTOR/CDDLv1.0.txt
9fba71
9fba71
%build
9fba71
sed -i -e "s|/usr/share|%{_datadir}|g" djetty
9fba71
9fba71
%mvn_package :jetty-distribution __noinstall
9fba71
# Separate package for main POM file
9fba71
%mvn_package :jetty-project project
9fba71
9fba71
# we don't have all necessary dependencies to run tests
9fba71
# missing test dep: org.eclipse.jetty.toolchain:jetty-test-helper
9fba71
%mvn_build -f -s
9fba71
9fba71
cd jetty-distribution
9fba71
rm -rf target/distribution
9fba71
mkdir -p target/distribution
9fba71
find .. -ipath '*target/*config.jar' | ( while read; do
9fba71
  unzip $REPLY -x 'META-INF/*' -d target/distribution
9fba71
done)
9fba71
9fba71
%install
9fba71
%mvn_install
9fba71
9fba71
%files project -f .mfiles-project
9fba71
%doc NOTICE.txt README.txt VERSION.txt LICENSE-eplv10-aslv20.html LICENSE-CONTRIBUTOR
9fba71
9fba71
%files util -f .mfiles-jetty-util
9fba71
%doc NOTICE.txt README.txt VERSION.txt LICENSE-eplv10-aslv20.html LICENSE-CONTRIBUTOR
9fba71
%doc LICENSE-MIT
9fba71
%dir %{_javadir}/%{name}
9fba71
9fba71
%files annotations -f .mfiles-jetty-annotations
9fba71
%files ant -f .mfiles-jetty-ant
9fba71
%files client -f .mfiles-jetty-client
9fba71
%files continuation -f .mfiles-jetty-continuation
9fba71
%files deploy -f .mfiles-jetty-deploy
9fba71
%files http -f .mfiles-jetty-http
9fba71
%files io -f .mfiles-jetty-io
9fba71
%files jaas -f .mfiles-jetty-jaas
9fba71
%files jaspi -f .mfiles-jetty-jaspi
9fba71
%files jmx -f .mfiles-jetty-jmx
9fba71
%files jndi -f .mfiles-jetty-jndi
9fba71
%files jsp -f .mfiles-jetty-jsp
9fba71
%files jspc-maven-plugin -f .mfiles-jetty-jspc-maven-plugin
9fba71
%files maven-plugin -f .mfiles-jetty-maven-plugin
9fba71
%files monitor -f .mfiles-jetty-monitor
9fba71
%files plus -f .mfiles-jetty-plus
9fba71
%files proxy -f .mfiles-jetty-proxy
9fba71
%files rewrite -f .mfiles-jetty-rewrite
9fba71
%files runner -f .mfiles-jetty-runner
9fba71
%files security -f .mfiles-jetty-security
9fba71
%files server -f .mfiles-jetty-server
9fba71
%files servlet -f .mfiles-jetty-servlet
9fba71
%files servlets -f .mfiles-jetty-servlets
9fba71
%files start -f .mfiles-jetty-start
9fba71
%files util-ajax -f .mfiles-jetty-util-ajax
9fba71
%files webapp -f .mfiles-jetty-webapp
9fba71
%files xml -f .mfiles-jetty-xml
9fba71
%files websocket-api -f .mfiles-websocket-api
9fba71
%files websocket-client -f .mfiles-websocket-client
9fba71
%files websocket-common -f .mfiles-websocket-common
9fba71
%files websocket-parent -f .mfiles-websocket-parent
9fba71
%files websocket-server -f .mfiles-websocket-server
9fba71
%files websocket-servlet -f .mfiles-websocket-servlet
9fba71
9fba71
%files javadoc -f .mfiles-javadoc
9fba71
%doc NOTICE.txt LICENSE*
9fba71
9fba71
%changelog
9fba71
* Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.3-6
9fba71
- Clean unused conditional code
9fba71
- Remove unused system-related code
9fba71
- Remove jetty binary package
9fba71
- Install license wiles with jatty-util package
9fba71
9fba71
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.3-5
9fba71
- Rebuild to regenerate API documentation
9fba71
- Resolves: CVE-2013-1571
9fba71
9fba71
* Wed Jun 26 2013 Michal Srb <msrb@redhat.com> - 9.0.3-4
9fba71
- Add missing BR: maven-plugin-build-helper
9fba71
- Add MIT license text
9fba71
- Don't install CDDL license
9fba71
- More specific explanation why tests are disabled
9fba71
9fba71
* Wed May 29 2013 Michal Srb <msrb@redhat.com> - 9.0.3-3
9fba71
- Add description for jetty-util
9fba71
9fba71
* Thu May 23 2013 Michal Srb <msrb@redhat.com> - 9.0.3-2
9fba71
- Obsolete old jetty-websocket subpackage (Resolves: #966352)
9fba71
9fba71
* Thu May 09 2013 Michal Srb <msrb@redhat.com> - 9.0.3-1
9fba71
- Update to upstream version 9.0.3
9fba71
9fba71
* Mon Apr 22 2013 Michal Srb <msrb@redhat.com> - 9.0.2-1
9fba71
- Update to upstream version 9.0.2
9fba71
9fba71
* Thu Apr 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-3
9fba71
- Remove maven-license-plugin
9fba71
- Conditionally disable jetty-spring
9fba71
- Fix OSGi conditionals
9fba71
9fba71
* Wed Apr 10 2013 Michal Srb <msrb@redhat.com> - 9.0.0-2
9fba71
- Replace tomcat libs with glassfish libs
9fba71
- Add ability to build package without service files
9fba71
- Remove unneeded ecj custom depmap
9fba71
9fba71
* Wed Mar 13 2013 Michal Srb <msrb@redhat.com> - 9.0.0-1
9fba71
- Update to upstream version 9.0.0
9fba71
9fba71
* Thu Mar  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.4.RC3
9fba71
- Add missing BR: glassfish-el
9fba71
9fba71
* Mon Mar  4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.3.RC3
9fba71
- Update to Jetty 9 RC3
9fba71
9fba71
* Thu Feb 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.2.RC2
9fba71
- Upload sources for Jetty 9 RC2
9fba71
9fba71
* Thu Feb 28 2013 Michal Srb <msrb@redhat.com> - 9.0.0-0.2.RC2
9fba71
- Update to 9.0.0.RC2
9fba71
9fba71
* Fri Feb 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 9.0.0-0.1.RC0
9fba71
- Remove duplicated %%files for javadoc package
9fba71
- Add the new tarball to sources
9fba71
9fba71
* Mon Feb 18 2013 Michal Srb <msrb@redhat.com> - 9.0.0-0.1.RC0
9fba71
- Update to upstream version 9.0.0
9fba71
- Build with xmvn
9fba71
9fba71
* Fri Feb 15 2013 Alexander Kurtakov <akurtako@redhat.com> 8.1.9-3
9fba71
- Add missing BR on maven-license-plugin.
9fba71
9fba71
* Thu Feb 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.9-2
9fba71
- Update upstream URL
9fba71
- Resolves: rhbz#911292
9fba71
9fba71
* Thu Feb 14 2013 Alexander Kurtakov <akurtako@redhat.com> 8.1.9-1
9fba71
- Update to 8.1.9.
9fba71
9fba71
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1.5-12
9fba71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9fba71
9fba71
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 8.1.5-11
9fba71
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
9fba71
- Replace maven BuildRequires with maven-local
9fba71
9fba71
* Fri Dec 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.5-10
9fba71
- Reenable osgi support
9fba71
9fba71
* Mon Nov  5 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.5-9
9fba71
- Use file lists generated by improved add_maven_depmap macro
9fba71
9fba71
* Wed Oct 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-8
9fba71
- Fix build conditionals
9fba71
9fba71
* Tue Oct  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-7
9fba71
- Introduce nosql and osgi conditionals
9fba71
- Temporarly disable osgi to bootstrap eclipse
9fba71
9fba71
* Fri Oct  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-6
9fba71
- Don't delete jetty user on package erase, resolves: rhbz#857708
9fba71
9fba71
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-5
9fba71
- Create work directory if not exists
9fba71
9fba71
* Tue Aug 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-4
9fba71
- Convert systemd scriplets to macros, resolves #850176
9fba71
9fba71
* Tue Aug 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-3
9fba71
- Don't redirect useradd and groupadd output to the bit bucket
9fba71
9fba71
* Tue Aug  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-2
9fba71
- Put runtime data in /run instead of /tmp
9fba71
- Fix patch for disabling OSGi
9fba71
9fba71
* Wed Jul 18 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.5-1
9fba71
- Update to upstream version 8.1.5
9fba71
- Fix rpmlint warnings
9fba71
9fba71
* Wed Jul 18 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.4-3
9fba71
- Disable SPDY to fix FTBFS
9fba71
9fba71
* Wed Jun 13 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.4-2
9fba71
- Fix jetty being accidentaly enabled after update by default
9fba71
- Resolves: #831280
9fba71
9fba71
* Tue May 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.4-1
9fba71
- Update to 8.1.4
9fba71
9fba71
* Thu May 24 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-9
9fba71
- Add patch to disable jetty-nosql
9fba71
9fba71
* Wed May 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-8
9fba71
- Build jetty-nosql conditionally
9fba71
9fba71
* Tue May 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-7
9fba71
- Add unconditional BR on glassfish-jsp to make build-jar-repository work
9fba71
9fba71
* Wed May  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-6
9fba71
- Move start.ini to /etc
9fba71
- Require glassfish-jsp only for jetty-webapp and jetty-osgi
9fba71
- Use shadow-utils directly instead of fedora-usermgmt-devel
9fba71
- Fix license tags
9fba71
9fba71
* Mon Apr 30 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.2-5
9fba71
- Don't require subpackages not needed by server itself
9fba71
- Make jetty look for jars in correct directory
9fba71
- Add proper dependent jars
9fba71
9fba71
* Fri Apr 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.2-4
9fba71
- Keep license files only in jetty-project and jetty-javadoc packages
9fba71
9fba71
* Fri Apr 27 2012 Alexander Kurtakov <akurtako@redhat.com> 8.1.2-3
9fba71
- There is no epoch define in jetty.
9fba71
9fba71
* Thu Apr 26 2012 Alexander Kurtakov <akurtako@redhat.com> 8.1.2-2
9fba71
- Drop envr from jpackage-utils as it was wrong.
9fba71
9fba71
* Thu Apr 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.2-1
9fba71
- Update to 8.1.2 upstream release
9fba71
9fba71
* Wed Apr 25 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.0-7
9fba71
- Split into number of subpackages
9fba71
9fba71
* Mon Apr 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.0-6
9fba71
- Drop init script, resolves #814788
9fba71
- Remove jetty.script from SCM
9fba71
- Reload systemd on package install/upgrade/remove
9fba71
9fba71
* Wed Apr 18 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.1.0-5
9fba71
- Replace eclipse-rcp BR with felix-framework
9fba71
- Add missing R: felix-framework
9fba71
9fba71
* Fri Feb 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-4
9fba71
- Add geronimo-annotation to Requires
9fba71
9fba71
* Thu Feb 23 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-3
9fba71
- Fix web server running example webapp
9fba71
- Add systemd unit file and conversion scriptlets
9fba71
9fba71
* Wed Feb 22 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-2
9fba71
- Fix #794913 - missing user management utils during install
9fba71
9fba71
* Wed Feb  1 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-1
9fba71
- Update to final release
9fba71
9fba71
* Mon Jan 30 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.4.rc5
9fba71
- Fix upgrade path problems
9fba71
- Symlink conf files into etc (so users still see them there)
9fba71
9fba71
* Thu Jan 26 2012 Alexander Kurtakov <akurtako@redhat.com> 8.1.0-0.3.rc5
9fba71
- Revert the dependency on jetty-parent - we don't need the whole maven stack when installing jetty.
9fba71
- Make the javadoc package not depend on the main one.
9fba71
9fba71
* Thu Jan 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.2.rc5
9fba71
- Add jetty-parent to Requires
9fba71
9fba71
* Wed Jan 25 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.1.rc5
9fba71
- Update to rc5
9fba71
- Remove symbolic name patch (not needed after bundle plugin fix)
9fba71
9fba71
* Wed Jan 25 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 8.1.0-0.1.RC4
9fba71
- Major update to 8.1.0 RC4
9fba71
- Removed manual subpackage (was empty anyway)
9fba71
9fba71
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.26-9
9fba71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9fba71
9fba71
* Fri Aug 12 2011 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-8
9fba71
- Install jetty-client and its deps into _javadir and provide maven integration.
9fba71
9fba71
* Tue Jun 28 2011 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-7
9fba71
- Adapt build for maven 3.x.
9fba71
9fba71
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.26-6
9fba71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9fba71
9fba71
* Mon Dec 20 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-5
9fba71
- Do not require tomcat6-lib.
9fba71
- Drop one depmap.
9fba71
9fba71
* Tue Dec 14 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-4
9fba71
- Do not require apache-commons-parent in order to not bring maven and friends.
9fba71
9fba71
* Wed Dec 01 2010 Jeff Johnston <jjohnstn@redhat.com> 6.1.26-3
9fba71
- Resolves #655808
9fba71
- Fix util pom to reference javax.servlet groupid for servlet-api.
9fba71
- Don't add tomcat6-servlet-api to depmap.
9fba71
- Remove tomcat5 BR.
9fba71
9fba71
* Mon Nov 22 2010 Jeff Johnston <jjohnstn@redhat.com> 6.1.26-2
9fba71
- Resolves #652020
9fba71
- Remove tomcat5 references and replace with appropriate alternatives.
9fba71
9fba71
* Fri Nov 12 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.26-1
9fba71
- Update to 6.1.26.
9fba71
9fba71
* Tue Jun 15 2010 Alexander Kurtakov <akurtako@redhat.com> 6.1.24-1
9fba71
- Update to 6.1.24.
9fba71
9fba71
* Wed Dec 02 2009 Jeff Johnston <jjohnstn@redhat.com> 6.1.21-4
9fba71
- Resolves #543081
9fba71
- Add maven depmap fragments.
9fba71
9fba71
* Tue Nov 03 2009 Jeff Johnston <jjohnstn@redhat.com> 6.1.21-3
9fba71
- Security issues
9fba71
- Resolves #532675, #5326565
9fba71
9fba71
* Tue Sep 29 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.21-2
9fba71
- Install unversioned jars.
9fba71
9fba71
* Tue Sep 29 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.21-1
9fba71
- Update to upstream 6.1.21 release.
9fba71
9fba71
* Fri Sep 18 2009 Jeff Johnston <jjohnstn@redhat.com> 6.1.20-3
9fba71
- Add djetty script source and fix init script to work properly.
9fba71
9fba71
* Tue Sep 15 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.20-2
9fba71
- Fix requires.
9fba71
9fba71
* Tue Sep 15 2009 Alexander Kurtakov <akurtako@redhat.com> 6.1.20-1
9fba71
- Update to upstream 6.1.20.
9fba71
9fba71
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.15-4
9fba71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9fba71
9fba71
* Thu May 21 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.15-3
9fba71
- Do not allow directory listings.
9fba71
9fba71
* Tue May 19 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.15-2
9fba71
- Update OSGI manifest file.
9fba71
9fba71
* Tue May 19 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.15-1
9fba71
- Upgrade to 5.1.15 source tarball for Fedora.
9fba71
9fba71
* Fri Apr 22 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-3
9fba71
- Add %%{libdir} to files list.
9fba71
- Resolves #473585
9fba71
9fba71
* Wed Feb 11 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.10
9fba71
- Rename jettyc back to .jettyrc.
9fba71
- Resolves #485012
9fba71
9fba71
* Tue Feb 03 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.9
9fba71
- Change %%{_sysconfdir}/init.d references to be %%{_initrddir}
9fba71
9fba71
* Mon Feb 02 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.8
9fba71
- Fixes for unowned directories.
9fba71
9fba71
* Tue Jan 06 2009 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1.7
9fba71
- Patch init.d script to add status operation
9fba71
- Patch unix djetty script so it doesn't issue error messages about /dev/tty
9fba71
  and fix various inconsistencies with the init.d script
9fba71
9fba71
* Tue Aug 12 2008 Andrew Overholt <overholt@redhat.com> 5.1.14-1.6
9fba71
- Require tomcat5 bits with proper OSGi metadata
9fba71
9fba71
* Fri Jul 11 2008 Andrew Overholt <overholt@redhat.com> 5.1.14-1.5
9fba71
- Bump release.
9fba71
9fba71
* Fri Jul 11 2008 Andrew Overholt <overholt@redhat.com> 5.1.14-1.3
9fba71
- Update OSGi manifest
9fba71
9fba71
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.1.14-1.3
9fba71
- drop repotag
9fba71
9fba71
* Fri Jul 04 2008 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1jpp.2
9fba71
- Security patch
9fba71
- Resolves #417401, #417411, #417391
9fba71
9fba71
* Wed Jun 25 2008 Jeff Johnston <jjohnstn@redhat.com> 5.1.14-1jpp.1
9fba71
- Upgrade to 5.1.14 source tarball for Fedora
9fba71
9fba71
* Fri Aug 31 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.7
9fba71
- Resolves #262221
9fba71
- Use /bin/sh instead of /sbin/nologin so init will work
9fba71
9fba71
* Thu Aug 30 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.6
9fba71
- Rename all source files from jetty5 to jetty
9fba71
- Replace jetty5 references with jetty in source files
9fba71
9fba71
* Tue Aug 28 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.5
9fba71
- Rename from jetty5 to jetty
9fba71
9fba71
* Mon Aug 27 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.4
9fba71
- Remove post manual step
9fba71
- Remove jsse requirement
9fba71
- Add comment inside jetty.conf so it isn't empty
9fba71
9fba71
- Use /sbin/nologin when creating the jetty5 user and group
9fba71
* Mon Aug 27 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.3
9fba71
- Use /sbin/nologin when creating the jetty5 user and group
9fba71
- Remove all jars in %%prep
9fba71
- Remove unnecessary preun step for removing extra jars
9fba71
- Fix license
9fba71
- Fix group for manual subpackage
9fba71
- Fix group for javadoc subpackage
9fba71
- Add comment regarding empty jetty.conf file
9fba71
- Add jsp requirement
9fba71
- Remove %%post javadoc ln command
9fba71
- Remove %%post manual ln command
9fba71
- Change source0 tarball to remove BCLA-licensed jars
9fba71
- Remove epoch 0 references in subpackage requires for extras and manual
9fba71
- Rename .jettyrc to jettyrc
9fba71
- Remove hidden files
9fba71
- Don't install gcj files twice
9fba71
9fba71
* Fri Aug 24 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.2
9fba71
- Remove demo subpackage.
9fba71
9fba71
* Wed Aug 08 2007 Jeff Johnston <jjohnstn@redhat.com> 5.1.12-1jpp.1
9fba71
- Comment out demo subpackage.
9fba71
9fba71
* Mon Aug 06 2007 Ben Konrath <bkonrath@redhat.com> 5.1.12-1jpp.1
9fba71
- Add --excludes to aot-compile-rpm line.
9fba71
- Inject OSGi manifest into jetty jar.
9fba71
9fba71
* Thu Jul 19 2007 Andrew Overholt <overholt@redhat.com> 5.1.12-1jpp.1
9fba71
- Update to 5.1.12 for Fedora.
9fba71
- Use fedora-usermgmt stuff.
9fba71
9fba71
* Fri Feb 02 2007 Ralph Apel <r.apel at r-apel.de> - 0:5.1.12-1jpp
9fba71
- Upgrade to 5.1.12
9fba71
- Add gcj_support option
9fba71
- Avoid circular dependency with mx4j-tools thru bootstrap option
9fba71
9fba71
* Sat Aug 12 2006 Anthony Green <green@redhat.com> - 0:5.1.11-0.rc0.4jpp
9fba71
- Escape macros in changelog with %.
9fba71
- Untabify.
9fba71
- Don't delete symlinks in %%preun.
9fba71
- Add logrotate file.
9fba71
- Don't install unversioned javadoc files.
9fba71
- Don't rm old links in manual package.
9fba71
- Convert some end-of-line encodings.
9fba71
9fba71
* Fri Aug 11 2006 Anthony Green <green@redhat.com> - 0:5.1.11-0.rc0.3jpp
9fba71
- First Fedora build.
9fba71
- Disable extras.
9fba71
- Use fedora-useradd & fedora-userdel.
9fba71
- Add gcj support.
9fba71
- Tweak License and Group tags for rpmlint.
9fba71
- Use full URL for Source0.
9fba71
9fba71
* Thu Aug 10 2006 Ralph Apel <r.apel@r-apel.de> - 0:5.1.11-0.rc0.2jpp
9fba71
- Fix version/release in changelog
9fba71
- Introduce option '--without extra' to omit this subpackage and its (B)Rs
9fba71
- Don't delete user on erase
9fba71
- Tidy up BRs
9fba71
- Add commons-el.jar to ext
9fba71
- No ghost for lib/org.mortbay.jetty.jar, lib/org.mortbay.jmx.jar
9fba71
- Avoid use of build-jar-repository in spec
9fba71
- Avoid use of rebuild-jar-repository in init and start script
9fba71
- Don't handle JETTY_PID file in init script: start script takes care
9fba71
- Patch PostFileFilter to remove a (unused) com.sun package import
9fba71
- Explicitly (B)R  geronimo-jta-1.0.1B-api instead of any jta
9fba71
- Add empty file /etc/jetty5/jetty.conf:
9fba71
  activate contexts manually if desired
9fba71
9fba71
* Tue Jun 20 2006 Ralph Apel <r.apel@r-apel.de> - 0:5.1.2-3jpp
9fba71
- First JPP-1.7 release
9fba71
9fba71
* Mon Mar 14 2005 Ralph Apel <r.apel@r-apel.de> - 0:5.1.2-2jpp
9fba71
- link commons-logging to %%{_homedir}/ext
9fba71
- link jspapi to %%{_homedir}/ext
9fba71
- only use %%{_homedir}/etc not conf
9fba71
9fba71
* Tue Feb 01 2005 Ralph Apel <r.apel@r-apel.de> - 0:5.1.2-1jpp
9fba71
- Upgrade to 5.1.2
9fba71
- Prepare for build with Java 1.5, (thx to Petr Adamek)
9fba71
- Require /sbin/chkconfig instead of chkconfig package
9fba71
9fba71
* Tue Jan 04 2005 Ralph Apel <r.apel@r-apel.de> - 0:5.0.0-2jpp
9fba71
- Include build of extra, so called JettyPlus
9fba71
- Create own subdirectory for jetty5 in %%{_javadir}
9fba71
- Change %%{_homedir}/conf to %%{_homedir}/etc
9fba71
- Dropped chkconfig requirement; just exec if /sbin/chkconfig available
9fba71
- Fixed unpackaged .jettyrc
9fba71
9fba71
* Mon Oct 04 2004 Ralph Apel <r.apel@r-apel.de> - 0:5.0.0-1jpp
9fba71
- Upgrade to 5.0.0
9fba71
- Fixed URL
9fba71
- relaxed some versioned dependencies
9fba71
9fba71
* Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:4.2.20-2jpp
9fba71
- Rebuild with ant-1.6.2
9fba71
9fba71
* Fri Jun 18 2004 Ralph Apel <r.apel@r-apel.de> - 0:4.2.20-1jpp
9fba71
- Upgrade to 4.2.20
9fba71
- Drop ownership of /usr/share/java and /usr/bin
9fba71
9fba71
* Tue Feb 24 2004 Ralph Apel <r.apel@r-apel.de> - 0:4.2.17-2jpp
9fba71
- enhancements and corrections thanks to Kaj J. Niemi:
9fba71
- $JETTY_HOME/ext didn't exist but %%post depended on it
9fba71
- correctly shutdown jetty upon uninstall
9fba71
- RedHat depends on chkconfig/service to work so a functional
9fba71
  init.d/jetty4 needed to be created
9fba71
- djetty4 (jetty.sh) did funny things especially when it attempted to guess
9fba71
  stuff
9fba71
- a lot of .xml config files assumed that the configs were in etc/ instead of
9fba71
  conf/
9fba71
9fba71
* Thu Feb 19 2004 Ralph Apel <r.apel@r-apel.de> - 0:4.2.17-1jpp
9fba71
- First JPackage release.