a58c5e
%bcond_without  jp_minimal
a58c5e
a58c5e
Name:           log4j
1904c2
Version:        2.17.2
1904c2
Release:        1%{?dist}
a58c5e
Summary:        Java logging package
a58c5e
BuildArch:      noarch
a58c5e
License:        ASL 2.0
a58c5e
a58c5e
URL:            https://logging.apache.org/%{name}
1904c2
1904c2
# ./generate-tarball.sh
1904c2
Source0:        %{name}-%{version}.tar.gz
a58c5e
a58c5e
Patch2:         logging-log4j-Remove-unsupported-EventDataConverter.patch
a58c5e
a58c5e
BuildRequires:  maven-local
a58c5e
BuildRequires:  mvn(com.lmax:disruptor)
a58c5e
BuildRequires:  mvn(com.sun.activation:jakarta.activation)
a58c5e
BuildRequires:  mvn(com.sun.mail:javax.mail)
a58c5e
BuildRequires:  mvn(commons-logging:commons-logging)
1904c2
BuildRequires:  mvn(javax.servlet:javax.servlet-api)
a58c5e
BuildRequires:  mvn(org.apache.commons:commons-compress)
a58c5e
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
a58c5e
BuildRequires:  mvn(org.apache.maven.plugins:maven-assembly-plugin)
a58c5e
BuildRequires:  mvn(org.apache.maven.plugins:maven-dependency-plugin)
a58c5e
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
a58c5e
BuildRequires:  mvn(org.fusesource.jansi:jansi)
a58c5e
BuildRequires:  mvn(org.jctools:jctools-core)
a58c5e
BuildRequires:  mvn(org.osgi:osgi.core)
a58c5e
BuildRequires:  mvn(org.slf4j:slf4j-api)
a58c5e
a58c5e
%if %{without jp_minimal}
a58c5e
BuildRequires:  mvn(com.datastax.cassandra:cassandra-driver-core)
a58c5e
BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-annotations)
a58c5e
BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-core)
a58c5e
BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-databind)
a58c5e
BuildRequires:  mvn(com.fasterxml.jackson.dataformat:jackson-dataformat-xml)
a58c5e
BuildRequires:  mvn(com.fasterxml.jackson.dataformat:jackson-dataformat-yaml)
a58c5e
BuildRequires:  mvn(com.fasterxml.woodstox:woodstox-core)
a58c5e
BuildRequires:  mvn(com.lmax:disruptor)
a58c5e
BuildRequires:  mvn(com.sun.mail:javax.mail)
a58c5e
BuildRequires:  mvn(jakarta.servlet:jakarta.servlet-api)
a58c5e
BuildRequires:  mvn(javax.servlet.jsp:jsp-api)
a58c5e
BuildRequires:  mvn(org.apache.commons:commons-csv)
a58c5e
BuildRequires:  mvn(org.apache.logging:logging-parent:pom:)
a58c5e
BuildRequires:  mvn(org.apache.tomcat:tomcat-catalina)
a58c5e
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
a58c5e
BuildRequires:  mvn(org.eclipse.jetty:jetty-util)
a58c5e
BuildRequires:  mvn(org.eclipse.persistence:javax.persistence)
a58c5e
BuildRequires:  mvn(org.fusesource.jansi:jansi:1)
a58c5e
BuildRequires:  mvn(org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec)
a58c5e
BuildRequires:  mvn(org.jctools:jctools-core)
a58c5e
BuildRequires:  mvn(org.lightcouch:lightcouch)
a58c5e
BuildRequires:  mvn(org.osgi:osgi.core)
a58c5e
BuildRequires:  mvn(org.slf4j:slf4j-api)
a58c5e
BuildRequires:  mvn(org.slf4j:slf4j-ext)
a58c5e
BuildRequires:  mvn(org.zeromq:jeromq)
a58c5e
BuildRequires:  mvn(sun.jdk:jconsole)
a58c5e
# Explicit requires for javapackages-tools since log4j-jmx script
a58c5e
# uses /usr/share/java-utils/java-functions
a58c5e
Requires:       javapackages-tools
a58c5e
a58c5e
# Also needs:
a58c5e
# - Various Spring dependencies
a58c5e
# - javax.jms
a58c5e
# - io.fabric8.kubernetes-client
a58c5e
%endif
a58c5e
a58c5e
Obsoletes:      %{name}-osgi < 2.9.1-4
a58c5e
Obsoletes:      %{name}-liquibase < 2.9.1-4
a58c5e
a58c5e
%description
a58c5e
Log4j is a tool to help the programmer output log statements to a
a58c5e
variety of output targets.
a58c5e
a58c5e
%package slf4j
a58c5e
Summary:        Binding between LOG4J 2 API and SLF4J
a58c5e
a58c5e
%description slf4j
a58c5e
Binding between LOG4J 2 API and SLF4J.
a58c5e
a58c5e
%package jcl
a58c5e
Summary:        Apache Log4j Commons Logging Bridge
a58c5e
a58c5e
%description jcl
a58c5e
Apache Log4j Commons Logging Bridge.
a58c5e
1904c2
%package web
1904c2
Summary:        Apache Log4j Web
1904c2
1904c2
%description web
1904c2
Support for Log4j in a web servlet container.
1904c2
a58c5e
%if %{without jp_minimal}
a58c5e
%package osgi
a58c5e
Summary:        Apache Log4J Core OSGi Bundles
a58c5e
a58c5e
%description osgi
a58c5e
Apache Log4J Core OSGi Bundles.
a58c5e
a58c5e
%package taglib
a58c5e
Summary:        Apache Log4j Tag Library
a58c5e
a58c5e
%description taglib
a58c5e
Apache Log4j Tag Library for Web Applications.
a58c5e
a58c5e
%package jmx-gui
a58c5e
Summary:        Apache Log4j JMX GUI
a58c5e
Requires:       java-devel
a58c5e
a58c5e
%description jmx-gui
a58c5e
Swing-based client for remotely editing the log4j configuration and remotely
a58c5e
monitoring StatusLogger output. Includes a JConsole plug-in.
a58c5e
a58c5e
%package bom
a58c5e
Summary:        Apache Log4j BOM
a58c5e
a58c5e
%description bom
a58c5e
Apache Log4j 2 Bill of Material
a58c5e
a58c5e
a58c5e
%package nosql
a58c5e
Summary:        Apache Log4j NoSql
a58c5e
a58c5e
%description nosql
a58c5e
Use NoSQL databases such as MongoDB and CouchDB to append log messages.
a58c5e
a58c5e
%endif
a58c5e
a58c5e
%package        javadoc
a58c5e
Summary:        API documentation for %{name}
a58c5e
Obsoletes:      %{name}-manual < %{version}
a58c5e
a58c5e
%description    javadoc
a58c5e
%{summary}.
a58c5e
a58c5e
%prep
a58c5e
%setup -q -n apache-%{name}-%{version}-src
a58c5e
%autopatch -p1
a58c5e
a58c5e
%pom_remove_plugin -r :maven-site-plugin
a58c5e
%pom_remove_plugin -r :maven-remote-resources-plugin
a58c5e
%pom_remove_plugin -r :maven-doap-plugin
a58c5e
%pom_remove_plugin -r :maven-source-plugin
a58c5e
%pom_remove_plugin -r :maven-toolchains-plugin
a58c5e
%pom_remove_plugin -r :revapi-maven-plugin
a58c5e
a58c5e
# remove all the stuff we'll build ourselves
a58c5e
find -name "*.jar" -o -name "*.class" -delete
a58c5e
rm -rf docs/api
a58c5e
a58c5e
%pom_disable_module %{name}-distribution
a58c5e
%pom_disable_module %{name}-samples
a58c5e
a58c5e
# Apache Flume is not in Fedora yet
a58c5e
%pom_disable_module %{name}-flume-ng
a58c5e
a58c5e
# artifact for upstream testing of log4j itself, shouldn't be distributed
a58c5e
%pom_disable_module %{name}-perf
a58c5e
a58c5e
# add dependency for javax.activation package (no longer part of OpenJDK)
b14150
%pom_add_dep com.sun.activation:jakarta.activation::provided
a58c5e
a58c5e
# unavailable com.conversantmedia:disruptor
a58c5e
rm log4j-core/src/main/java/org/apache/logging/log4j/core/async/DisruptorBlockingQueueFactory.java
a58c5e
%pom_remove_dep -r com.conversantmedia:disruptor
a58c5e
a58c5e
# kafka not available
a58c5e
rm -r log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka
a58c5e
%pom_remove_dep -r :kafka-clients
a58c5e
a58c5e
# not compatible with fedora's version
a58c5e
%pom_disable_module %{name}-liquibase
a58c5e
a58c5e
# we don't have slf4j 1.8 yet
a58c5e
%pom_disable_module %{name}-slf4j18-impl
a58c5e
a58c5e
# we don't have commons-dbcp2
a58c5e
%pom_disable_module %{name}-jdbc-dbcp2
a58c5e
a58c5e
# We don't have mmongo-java
a58c5e
%pom_disable_module %{name}-mongodb3
a58c5e
%pom_disable_module %{name}-mongodb4
a58c5e
a58c5e
# System scoped dep provided by JDK
a58c5e
%pom_remove_dep :jconsole %{name}-jmx-gui
a58c5e
%pom_add_dep sun.jdk:jconsole %{name}-jmx-gui
a58c5e
a58c5e
# old AID is provided by felix, we want osgi-core
a58c5e
%pom_change_dep -r org.osgi:org.osgi.core org.osgi:osgi.core
a58c5e
a58c5e
# BOM package shouldn't require Apache RAT
a58c5e
%pom_remove_plugin :apache-rat-plugin %{name}-bom
a58c5e
a58c5e
# tests are disabled
a58c5e
%pom_remove_plugin :maven-failsafe-plugin
a58c5e
a58c5e
# Remove deps on slf4j-ext, it is no longer available in Fedora 35
a58c5e
%pom_remove_dep -r :slf4j-ext
a58c5e
%pom_remove_parent
a58c5e
a58c5e
# Make compiled code compatible with OpenJDK 8
a58c5e
%pom_xpath_inject 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration' "<release>8</release>"
a58c5e
a58c5e
%if %{with jp_minimal}
a58c5e
%pom_disable_module %{name}-taglib
a58c5e
%pom_disable_module %{name}-jmx-gui
a58c5e
%pom_disable_module %{name}-bom
a58c5e
%pom_disable_module %{name}-jakarta-web
a58c5e
%pom_disable_module %{name}-iostreams
a58c5e
%pom_disable_module %{name}-jul
a58c5e
%pom_disable_module %{name}-core-its
a58c5e
%pom_disable_module %{name}-jpa
a58c5e
%pom_disable_module %{name}-couchdb
a58c5e
%pom_disable_module %{name}-cassandra
a58c5e
%pom_disable_module %{name}-appserver
a58c5e
%pom_disable_module %{name}-spring-cloud-config
a58c5e
%pom_disable_module %{name}-spring-boot
a58c5e
%pom_disable_module %{name}-docker
a58c5e
%pom_disable_module %{name}-kubernetes
a58c5e
%pom_disable_module %{name}-layout-template-json
a58c5e
a58c5e
%pom_remove_dep -r :jackson-annotations
a58c5e
%pom_remove_dep -r :jackson-core
a58c5e
%pom_remove_dep -r :jackson-databind
a58c5e
%pom_remove_dep -r :jackson-dataformat-yaml
a58c5e
%pom_remove_dep -r :jackson-dataformat-xml
a58c5e
%pom_remove_dep -r :woodstox-core
a58c5e
%pom_remove_dep -r :javax.persistence
a58c5e
%pom_remove_dep -r :jboss-jms-api_1.1_spec
a58c5e
%pom_remove_dep -r :jeromq
a58c5e
%pom_remove_dep -r :commons-csv
a58c5e
a58c5e
rm -r log4j-core/src/main/java/org/apache/logging/log4j/core/{jackson,config/yaml,config/json,parser}
a58c5e
rm -r log4j-core/src/main/java/org/apache/logging/log4j/core/appender/{db,mom,nosql}
a58c5e
rm log4j-core/src/main/java/org/apache/logging/log4j/core/layout/*{Csv,Jackson,Xml,Yaml,Json,Gelf}*.java
a58c5e
rm log4j-1.2-api/src/main/java/org/apache/log4j/builders/layout/*Xml*.java
a58c5e
rm log4j-api/src/main/java/org/apache/logging/log4j/util/Activator.java
a58c5e
rm -r log4j-1.2-api/src/main/java/org/apache/log4j/or/jms
a58c5e
%endif
a58c5e
a58c5e
%mvn_alias :%{name}-1.2-api %{name}:%{name}
a58c5e
a58c5e
# Note that packages using the compatibility layer still need to have log4j-core
a58c5e
# on the classpath to run. This is there to prevent build-classpath from putting
a58c5e
# whole dir on the classpath which results in loading incorrect provider
a58c5e
%mvn_file ':{%{name}-1.2-api}' %{name}/@1 %{name}
a58c5e
a58c5e
%mvn_package ':%{name}-slf4j-impl' slf4j
a58c5e
%mvn_package ':%{name}-to-slf4j' slf4j
a58c5e
%mvn_package ':%{name}-taglib' taglib
a58c5e
%mvn_package ':%{name}-jcl' jcl
a58c5e
%mvn_package ':%{name}-jmx-gui' jmx-gui
a58c5e
%mvn_package ':%{name}-web' web
a58c5e
%mvn_package ':%{name}-bom' bom
a58c5e
%mvn_package ':%{name}-cassandra' nosql
a58c5e
%mvn_package ':%{name}-couchdb' nosql
a58c5e
a58c5e
%mvn_package :log4j-core-its __noinstall
a58c5e
a58c5e
%build
a58c5e
# missing test deps (mockejb)
a58c5e
%mvn_build -f -j
a58c5e
a58c5e
%install
a58c5e
%mvn_install
a58c5e
a58c5e
%if %{without jp_minimal}
a58c5e
%jpackage_script org.apache.logging.log4j.jmx.gui.ClientGUI '' '' %{name}/%{name}-jmx-gui:%{name}/%{name}-core %{name}-jmx false
a58c5e
%endif
a58c5e
a58c5e
%files -f .mfiles
a58c5e
%doc LICENSE.txt NOTICE.txt
a58c5e
a58c5e
%files slf4j -f .mfiles-slf4j
a58c5e
%files jcl -f .mfiles-jcl
1904c2
%files web -f .mfiles-web
a58c5e
%if %{without jp_minimal}
a58c5e
%files taglib -f .mfiles-taglib
a58c5e
%files bom -f .mfiles-bom
a58c5e
%files nosql -f .mfiles-nosql
a58c5e
%files jmx-gui -f .mfiles-jmx-gui
a58c5e
%{_bindir}/%{name}-jmx
a58c5e
%endif
a58c5e
a58c5e
#%%files javadoc -f .mfiles-javadoc
a58c5e
#%%doc LICENSE.txt NOTICE.txt
a58c5e
a58c5e
a58c5e
%changelog
1904c2
* Thu Oct 20 2022 Marián Konček <mkoncek@redhat.com> - 2.17.2-1
1904c2
- Update to upstream version 2.17.2
1904c2
- Re-add log4j-web subpackage
1904c2
1904c2
* Thu Oct 20 2022 Marián Konček <mkoncek@redhat.com> - 2.17.1-5
1904c2
- Remove glyphicons resources from source package
1904c2
b14150
* Tue Mar 29 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.17.1-4
b14150
- Fix dependency scope of jakarta-activation
b14150
a58c5e
* Wed Feb 23 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.17.1-3
a58c5e
- Fix compatibility with OpenJDK 8
a58c5e
a58c5e
* Mon Feb 21 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.17.1-2
a58c5e
- Remove dependency on jackson
a58c5e
a58c5e
* Tue Dec 28 2021 Paul Wouters <paul.wouters@aiven.io> - 2.17.1-1
a58c5e
- Update log4j to 2.17.1 for CVE-2021-44832 RCE via JDBC Appender (when attacker controls config)
a58c5e
a58c5e
* Sat Dec 18 2021 Paul Wouters <paul.wouters@aiven.io> - 2.17.0-1
a58c5e
- Update log4j to 2.17.0 for CVE-2021-45105 Denial of Service attack
a58c5e
a58c5e
* Mon Dec 13 2021 Paul Wouters <paul.wouters@aiven.io> - 2.16.0-1
a58c5e
- Update log4j to 2.16.0 - Disables JNDI by default
a58c5e
a58c5e
* Sun Dec 12 2021 Sérgio Basto <sergio@serjux.com> - 2.15.0-1
a58c5e
- Update log4j to 2.15.0 (#2030907)
a58c5e
- Security fix for CVE-2021-44228 (#2030945)
a58c5e
a58c5e
* Sun Aug 01 2021 Sérgio Basto <sergio@serjux.com> - 2.14.1-1
a58c5e
- Update to 2.14.1
a58c5e
- Disable javadoc (#1988896)
a58c5e
- Build with jansi-2
a58c5e
- Remove deps on slf4j-ext (no longer available in Fedora 35)
a58c5e
a58c5e
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.3-4
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
a58c5e
a58c5e
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.3-3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a58c5e
a58c5e
* Mon Dec 14 2020 Jerry James <loganjerry@gmail.com> - 2.13.3-2
a58c5e
- Update jansi dep to jansi1
a58c5e
a58c5e
* Thu Aug 20 2020 Fabio Valentini <decathorpe@gmail.com> - 2.13.3-1
a58c5e
- Update to version 2.13.3.
a58c5e
a58c5e
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.1-4
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a58c5e
a58c5e
* Mon Jul 20 2020 Fabio Valentini <decathorpe@gmail.com> - 2.13.1-3
a58c5e
- Add missing javax.activation dependency.
a58c5e
a58c5e
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 2.13.1-2
a58c5e
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
a58c5e
a58c5e
* Mon Mar 02 2020 Fabio Valentini <decathorpe@gmail.com> - 2.13.1-1
a58c5e
- Update to version 2.13.1.
a58c5e
- Drop upstream patch that's included in the new release.
a58c5e
- Rebase patch for removing the unsupported SLF4J EventDataConverter.
a58c5e
a58c5e
* Thu Jan 30 2020 Fabio Valentini <decathorpe@gmail.com> - 2.13.0-3
a58c5e
- Add upstream patch for compatibility with the latest slf4j versions.
a58c5e
a58c5e
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.0-2
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a58c5e
a58c5e
* Mon Jan 06 2020 Alexander Scheel <ascheel@redhat.com> - 2.13.0-1
a58c5e
- Rebase to version 2.13.0
a58c5e
a58c5e
* Sun Oct 20 2019 Fabio Valentini <decathorpe@gmail.com> - 2.12.1-1
a58c5e
- Update to version 2.12.1.
a58c5e
a58c5e
* Mon Sep 30 2019 Fabio Valentini <decathorpe@gmail.com> - 2.12.0-1
a58c5e
- Update to version 2.12.0.
a58c5e
a58c5e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-5
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a58c5e
a58c5e
* Tue Jun 11 2019 Miro Hrončok <mhroncok@redhat.com> - 2.11.1-4
a58c5e
- Drop log4j-taglib, log4j-web, log4j-bom, log4j-nosql and log4j-jmx-gui
a58c5e
a58c5e
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a58c5e
a58c5e
* Fri Aug 31 2018 Severin Gehwolf <sgehwolf@redhat.com> - 2.11.1-2
a58c5e
- Add explicit requirement on javapackages-tools for log4j-jmx
a58c5e
  script. See RHBZ#1600426.
a58c5e
a58c5e
* Tue Aug 07 2018 Michael Simacek <msimacek@redhat.com> - 2.11.1-1
a58c5e
- Update to upstream version 2.11.1
a58c5e
a58c5e
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-5
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a58c5e
a58c5e
* Mon May 28 2018 Michael Simacek <msimacek@redhat.com> - 2.9.1-4
a58c5e
- Disable liquibase to fix FTBFS
a58c5e
a58c5e
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a58c5e
a58c5e
* Fri Oct 13 2017 Michael Simacek <msimacek@redhat.com> - 2.9.1-2
a58c5e
- Update to upstream version 2.9.1
a58c5e
a58c5e
* Mon Sep 18 2017 Michael Simacek <msimacek@redhat.com> - 2.9.0-1
a58c5e
- Update to upstream version 2.9.0
a58c5e
a58c5e
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-2
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a58c5e
a58c5e
* Thu Apr 06 2017 Michael Simacek <msimacek@redhat.com> - 2.8.2-1
a58c5e
- Update to upstream version 2.8.2
a58c5e
a58c5e
* Wed Mar 29 2017 Michael Simacek <msimacek@redhat.com> - 2.8.1-1
a58c5e
- Update to upstream version 2.8.1
a58c5e
a58c5e
* Wed Mar 15 2017 Michael Simacek <msimacek@redhat.com> - 2.7-4
a58c5e
- Add jp_minimal conditional
a58c5e
a58c5e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a58c5e
a58c5e
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 2.7-2
a58c5e
- Cleanup osgi parts
a58c5e
- Add conditional for nosql
a58c5e
a58c5e
* Wed Nov 09 2016 Michael Simacek <msimacek@redhat.com> - 2.7-1
a58c5e
- Update to upstream version 2.7
a58c5e
- Remove stuff marked as "Remove in F24"
a58c5e
a58c5e
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 2.6.1-1
a58c5e
- Update to upstream version 2.6.1
a58c5e
a58c5e
* Thu Jun 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5-4
a58c5e
- Remove RAT depenency from BOM package
a58c5e
a58c5e
* Mon May 23 2016 Michael Simacek <msimacek@redhat.com> - 2.5-3
a58c5e
- Remove maven-remote-resources-plugin to fix FTBFS
a58c5e
a58c5e
* Mon Feb 15 2016 Michael Simacek <msimacek@redhat.com> - 2.5-2
a58c5e
- Split log4j-liquibase into separate subpackage
a58c5e
a58c5e
* Mon Feb 15 2016 Michael Simacek <msimacek@redhat.com> - 2.5-1
a58c5e
- Update to upstream version 2.5
a58c5e
a58c5e
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a58c5e
a58c5e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a58c5e
a58c5e
* Tue Jun  2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-1
a58c5e
- Update to upstream version 2.3
a58c5e
a58c5e
* Thu Feb 26 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-1
a58c5e
- Update to upstream version 2.2
a58c5e
a58c5e
* Mon Jan 19 2015 Michael Simacek <msimacek@redhat.com> - 2.0-2
a58c5e
- Remove site-plugin from all poms
a58c5e
a58c5e
* Fri Jul 18 2014 Michael Simacek <msimacek@redhat.com> 2.0-1
a58c5e
- Update to upstream version 2.0
a58c5e
- Remove osgi subpackage (osgi parts were moved to corresponding artifacts)
a58c5e
- Add web, bom, nosql subpackages (new)
a58c5e
a58c5e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-0.3.rc1
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a58c5e
a58c5e
* Fri May 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0-0.2.rc1
a58c5e
- Drop provides for log4j-manual
a58c5e
a58c5e
* Fri May 09 2014 Michael Simacek <msimacek@redhat.com> - 0:2.0-0.1.rc1
a58c5e
- Update to upstream version 2.0-rc1
a58c5e
- Split into subpackages
a58c5e
- Remove logfactor and chainsaw scripts which are no longer shipped
a58c5e
- Remove XML catalogs which are no longer shipped
a58c5e
a58c5e
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.17-16
a58c5e
- Use Requires: java-headless rebuild (#1067528)
a58c5e
a58c5e
* Thu Feb 20 2014 Michael Simacek <msimacek@redhat.com> - 0:1.2.17-15
a58c5e
- Set javamail and geronimo-jms dependency scopes to provided (removes requires)
a58c5e
a58c5e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2.17-14
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a58c5e
a58c5e
* Thu Jul 11 2013 Michal Srb <msrb@redhat.com> - 0:1.2.17-13
a58c5e
- Enable tests
a58c5e
- Fix BR
a58c5e
a58c5e
* Tue May 14 2013 Ville Skyttä <ville.skytta@iki.fi> - 0:1.2.17-12
a58c5e
- Add DTD public id to XML and SGML catalogs.
a58c5e
a58c5e
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2.17-11
a58c5e
- Remove unneeded BR: maven-idea-plugin
a58c5e
a58c5e
* Thu Apr 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2.17-10
a58c5e
- Fix manpage names, thanks to Michal Srb for reporting
a58c5e
a58c5e
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2.17-9
a58c5e
- Reindex sources in more sensible way
a58c5e
- Add manual pages; resolves: rhbz#949413
a58c5e
a58c5e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2.17-8
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a58c5e
a58c5e
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.2.17-7
a58c5e
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
a58c5e
- Replace maven BuildRequires with maven-local
a58c5e
a58c5e
* Mon Jan 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2.17-6
a58c5e
- Build aggregated javadocs with xmvn
a58c5e
a58c5e
* Fri Jan 18 2013 Michal Srb <msrb@redhat.com> - 0:1.2.17-5
a58c5e
- Build with xmvn
a58c5e
a58c5e
* Mon Sep 24 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2.17-4
a58c5e
- Generate javadocs without maven skin
a58c5e
a58c5e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2.17-3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a58c5e
a58c5e
* Thu Jun 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.17-2
a58c5e
- Remove "uses" OSGI directives from MANIFEST (related #826776)
a58c5e
a58c5e
* Mon Jun 04 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.17-1
a58c5e
- Update to latest version
a58c5e
- Change OSGI bundle symbolic name to org.apache.log4j
a58c5e
- Resolves #826776
a58c5e
a58c5e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2.16-11
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a58c5e
a58c5e
* Fri Oct 28 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.2.16-10
a58c5e
- Remove duplicate import-package declaration.
a58c5e
- Adapt to current guidelines.
a58c5e
- Remove no longer needed patches.
a58c5e
a58c5e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2.16-9
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a58c5e
a58c5e
* Tue Jan 18 2011 Ville Skyttä <ville.skytta@iki.fi> - 0:1.2.16-8
a58c5e
- Drop executable file mode bits from icons.
a58c5e
a58c5e
* Fri Dec 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.16-7
a58c5e
- Use package instead of install mvn target to fix build
a58c5e
a58c5e
* Thu Dec 16 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.2.16-6
a58c5e
- Do not require jaxp_parser_impl. Maven build is not using it all and it's provided by every Java5 JVM.
a58c5e
a58c5e
* Thu Dec  9 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.16-5
a58c5e
- Add patch to fix ant groupId
a58c5e
- Versionless jars & javadocs
a58c5e
a58c5e
* Tue Sep  7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.16-4
a58c5e
- Fix BRs to include ant-junit
a58c5e
- Fix changed path for javadocs after build run
a58c5e
a58c5e
* Thu Jul  8 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.16-3
a58c5e
- Add license to javadoc and manual subpackages
a58c5e
a58c5e
* Fri May 28 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.16-2
a58c5e
- Install pom file
a58c5e
- Trim changelog
a58c5e
- Add jpackage-utils to javadoc Requires
a58c5e
a58c5e
* Mon May 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.2.16-1
a58c5e
- Complete re-working of whole ebuild to work with maven
a58c5e
- Rebase to new version
a58c5e
- Drop gcj support
a58c5e
a58c5e
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2.14-6.3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a58c5e
a58c5e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2.14-5.3
a58c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a58c5e
a58c5e
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.2.14-4.3
a58c5e
- drop repotag
a58c5e
a58c5e
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.2.14-4jpp.2
a58c5e
- fix license tag
a58c5e
a58c5e
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.2.14-4jpp.1
a58c5e
- Autorebuild for GCC 4.3
a58c5e
a58c5e
* Sat May 26 2007 Vivek Lakshmanan <vivekl@redhat.com> 0:1.2.14-3jpp.1
a58c5e
- Upgrade to 1.2.14
a58c5e
- Modify the categories for the .desktop files so they are only
a58c5e
  displayed under the development/programming menus
a58c5e
- Resolves: bug 241447
a58c5e
a58c5e
* Fri May 11 2007 Jason Corley <jason.corley@gmail.com> 0:1.2.14-3jpp
a58c5e
- rebuild through mock and centos 4
a58c5e
- replace vendor and distribution with macros
a58c5e
a58c5e
* Fri Apr 20 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.2.14-2jpp
a58c5e
- Patch to allow build of org.apache.log4j.jmx.* with mx4j
a58c5e
- Restore Vendor: and Distribution:
a58c5e
a58c5e
* Sat Feb 17 2007 Fernando Nasser <fnasser@redhat.com> - 0:1.2.14-1jpp
a58c5e
- Upgrade
a58c5e
a58c5e
* Mon Feb 12 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.2.13-4jpp
a58c5e
- Add bootstrap option to build core
a58c5e
a58c5e
* Wed Aug 09 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.2.13-3jpp.2
a58c5e
- Remove patch for BZ #157585 because it doesnt seem to be needed anymore.
a58c5e
a58c5e
* Tue Aug 08 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.2.13-3jpp.1
a58c5e
- Re-sync with latest from JPP.
a58c5e
- Update patch for BZ #157585 to apply cleanly.
a58c5e
- Partially adopt new naming convention.
a58c5e
a58c5e
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:1.2.13-2jpp_2fc
a58c5e
- Rebuilt
a58c5e
a58c5e
* Fri Jul 21 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.2.13-2jpp_1fc
a58c5e
- Merge spec and patches with latest from JPP.
a58c5e
- Clean source tar ball off prebuilt jars and classes.
a58c5e
- Use classpathx-jaf and jms for buildrequires for the time being.
a58c5e
a58c5e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:1.2.8-7jpp_9fc
a58c5e
- rebuild
a58c5e
a58c5e
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 0:1.2.8-7jpp_8fc
a58c5e
- fix scriptlet spew
a58c5e
a58c5e
* Wed Dec 21 2005 Jesse Keating <jkeating@redhat.com> 0:1.2.8-7jpp7fc
a58c5e
- rebuilt again
a58c5e
a58c5e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a58c5e
- rebuilt
a58c5e
a58c5e
* Thu Nov  3 2005 Archit Shah <ashah@redhat.com> 0:1.2.8-7jpp_6fc
a58c5e
- Reenable building of example that uses rmic
a58c5e
a58c5e
* Wed Jun 22 2005 Gary Benson <gbenson@redhat.com> 0:1.2.8-7jpp_5fc
a58c5e
- Reenable building of classes that require jms.
a58c5e
- Remove classes and jarfiles from the tarball.
a58c5e
a58c5e
* Mon May 23 2005 Gary Benson <gbenson@redhat.com> 0:1.2.8-7jpp_4fc
a58c5e
- Work around chainsaw failure (#157585).
a58c5e
a58c5e
* Tue Jan 11 2005 Gary Benson <gbenson@redhat.com> 0:1.2.8-7jpp_3fc
a58c5e
- Reenable building of classes that require javax.swing (#130006).
a58c5e
a58c5e
* Thu Nov  4 2004 Gary Benson <gbenson@redhat.com> 0:1.2.8-7jpp_2fc
a58c5e
- Build into Fedora.