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