Removed log4j sub-package with bundled log4j (replaced by system symlink)
This commit is contained in:
parent
8ebe6511f3
commit
5746174c03
18
tomcat6.spec
18
tomcat6.spec
@ -106,6 +106,9 @@ Requires(preun): /lib/lsb/init-functions
|
||||
Requires(post): jpackage-utils
|
||||
Requires(postun): jpackage-utils
|
||||
|
||||
# added after log4j sub-package was removed
|
||||
Provides: %{name}-log4j = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description
|
||||
Tomcat is the servlet container that is used in the official Reference
|
||||
Implementation for the Java Servlet and JavaServer Pages technologies.
|
||||
@ -152,14 +155,6 @@ Requires(postun): %{_sbindir}/update-alternatives
|
||||
Apache Tomcat JSP API implementation classes.
|
||||
|
||||
|
||||
%package log4j
|
||||
Group: Internet/WWW/Dynamic Content
|
||||
Summary: Log4j support for Apache Tomcat
|
||||
Requires: jakarta-commons-logging
|
||||
|
||||
%description log4j
|
||||
Log4j support for Apache Tomcat
|
||||
|
||||
%package lib
|
||||
Group: Development/Compilers
|
||||
Summary: Libraries needed to run the Tomcat Web container
|
||||
@ -531,6 +526,7 @@ fi
|
||||
%config(noreplace) %{confdir}/*.properties
|
||||
%config(noreplace) %{confdir}/context.xml
|
||||
%config(noreplace) %{confdir}/server.xml
|
||||
%config(noreplace) %{confdir}/log4j.properties
|
||||
%attr(0664,root,tomcat) %config(noreplace) %{confdir}/tomcat-users.xml
|
||||
%config(noreplace) %{confdir}/web.xml
|
||||
%attr(0765,tomcat,root) %dir %{cachedir}
|
||||
@ -573,12 +569,6 @@ fi
|
||||
%{_javadir}/%{name}-jsp-%{jspspec}*.jar
|
||||
%{_mavenpomdir}/JPP-%{name}-jsp-api.pom
|
||||
|
||||
%files log4j
|
||||
%defattr(0644,root,tomcat,0775)
|
||||
%config(noreplace) %{confdir}/log4j.properties
|
||||
%{libdir}/log4j.jar
|
||||
%{libdir}/log4j-%{version}.jar
|
||||
|
||||
%files lib
|
||||
%defattr(0644,root,root,0755)
|
||||
%{libdir}
|
||||
|
Loading…
Reference in New Issue
Block a user