- Handle *.war files like *.jar files

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=169
This commit is contained in:
Olaf Hering 2015-02-05 09:18:42 +00:00 committed by Git OBS Bridge
parent d9327c6487
commit facecfbfa1
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Wed Feb 4 17:57:27 UTC 2015 - olaf@aepfle.de
- Remove more javadoc references (bnc#916161)
- Handle *.war files like *.jar files
-------------------------------------------------------------------
Wed Feb 4 15:53:05 UTC 2015 - olaf@aepfle.de

View File

@ -337,7 +337,7 @@ check_single_file()
done
return $ret
;;
*.zip|*.jar)
*.zip|*.jar|*.war)
cd old
unjar_l ./$file |sort > flist
# 10-05-2010 14:39