forked from pool/tomcat
Accepting request 635258 from home:ecsos:server
- Declare following files to config(noreplace) to prevent override access rights: - host-manager/META-INF/context.xml - manager/META-INF/context.xml OBS-URL: https://build.opensuse.org/request/show/635258 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=129
This commit is contained in:
parent
c792374370
commit
6b40ed278e
@ -1,2 +1,4 @@
|
|||||||
#fix of bnc#520532
|
#fix of bnc#520532
|
||||||
addFilter(".*non-etc-or-var-file-marked-as-conffile /srv/tomcat/webapps/ROOT.*")
|
addFilter(".*non-etc-or-var-file-marked-as-conffile /srv/tomcat/webapps/ROOT.*")
|
||||||
|
addFilter(".*non-etc-or-var-file-marked-as-conffile /srv/tomcat/webapps/host-manager/META-INF/context.xml")
|
||||||
|
addFilter(".*non-etc-or-var-file-marked-as-conffile /srv/tomcat/webapps/manager/META-INF/context.xml")
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 11 10:34:02 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- Declare following files to config(noreplace) to prevent override
|
||||||
|
access rights:
|
||||||
|
- host-manager/META-INF/context.xml
|
||||||
|
- manager/META-INF/context.xml
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 26 22:01:07 UTC 2018 - malbu@suse.com
|
Sun Aug 26 22:01:07 UTC 2018 - malbu@suse.com
|
||||||
|
|
||||||
|
@ -100,7 +100,8 @@ BuildRequires: geronimo-jaxrpc-1_1-api
|
|||||||
BuildRequires: geronimo-qname-1_1-api
|
BuildRequires: geronimo-qname-1_1-api
|
||||||
BuildRequires: geronimo-saaj-1_1-api
|
BuildRequires: geronimo-saaj-1_1-api
|
||||||
BuildRequires: jakarta-taglibs-standard >= 1.1
|
BuildRequires: jakarta-taglibs-standard >= 1.1
|
||||||
BuildRequires: java-devel >= 1.8
|
#BuildRequires: java-devel >= 1.8
|
||||||
|
BuildRequires: java-devel = 1.8.0
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
@ -136,6 +137,8 @@ released under the Apache Software License version 2.0. Tomcat is
|
|||||||
intended to be a collaboration of the best-of-breed developers from
|
intended to be a collaboration of the best-of-breed developers from
|
||||||
around the world.
|
around the world.
|
||||||
|
|
||||||
|
ATTENTION-> This tomcat is build with java 1.8.0
|
||||||
|
|
||||||
%package admin-webapps
|
%package admin-webapps
|
||||||
Summary: The host-manager and manager web applications for Apache Tomcat
|
Summary: The host-manager and manager web applications for Apache Tomcat
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
@ -701,7 +704,9 @@ rm -f \
|
|||||||
|
|
||||||
%files admin-webapps
|
%files admin-webapps
|
||||||
%{appdir}/host-manager
|
%{appdir}/host-manager
|
||||||
|
%config(noreplace) %{appdir}/host-manager/META-INF/context.xml
|
||||||
%{appdir}/manager
|
%{appdir}/manager
|
||||||
|
%config(noreplace) %{appdir}/manager/META-INF/context.xml
|
||||||
|
|
||||||
%files docs-webapp
|
%files docs-webapp
|
||||||
%doc %{appdir}/docs
|
%doc %{appdir}/docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user