SHA256
1
0
forked from pool/tomcat
2018-07-11 16:34:22 +00:00
committed by Git OBS Bridge
parent 08e3f6cca4
commit 22a6348253
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 11 16:33:35 UTC 2018 - fstrba@suse.com
- Do not build java/org/apache/tomcat/buildutil/SignCode.java,
since it uses APIs removed in jdk11.
-------------------------------------------------------------------
Wed Feb 16 16:38:14 UTC 2018 - malbu@suse.de

View File

@@ -247,6 +247,7 @@ The ROOT and examples web applications for Apache Tomcat
# remove pre-built binaries and windows files
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
-name "*.jar" -o -name "*.war" -o -name "*.zip" \) | xargs -t rm -f
rm -f java/org/apache/tomcat/buildutil/SignCode.java
%patch0
%patch1
%patch2