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