SHA256
1
0
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:
Matei Albu 2018-10-02 14:07:34 +00:00 committed by Git OBS Bridge
parent c792374370
commit 6b40ed278e
3 changed files with 16 additions and 1 deletions

View File

@ -1,2 +1,4 @@
#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/host-manager/META-INF/context.xml")
addFilter(".*non-etc-or-var-file-marked-as-conffile /srv/tomcat/webapps/manager/META-INF/context.xml")

View File

@ -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

View File

@ -100,7 +100,8 @@ BuildRequires: geronimo-jaxrpc-1_1-api
BuildRequires: geronimo-qname-1_1-api
BuildRequires: geronimo-saaj-1_1-api
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-tools
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
around the world.
ATTENTION-> This tomcat is build with java 1.8.0
%package admin-webapps
Summary: The host-manager and manager web applications for Apache Tomcat
Group: Productivity/Networking/Web/Servers
@ -701,7 +704,9 @@ rm -f \
%files admin-webapps
%{appdir}/host-manager
%config(noreplace) %{appdir}/host-manager/META-INF/context.xml
%{appdir}/manager
%config(noreplace) %{appdir}/manager/META-INF/context.xml
%files docs-webapp
%doc %{appdir}/docs