- Treat .egg files as zip

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=245
This commit is contained in:
Olaf Hering 2017-12-04 10:23:41 +00:00 committed by Git OBS Bridge
parent c12de0e06e
commit 6ef835da17
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 4 10:21:44 UTC 2017 - olaf@aepfle.de
- Treat .egg files as zip
-------------------------------------------------------------------
Wed Nov 8 06:04:42 UTC 2017 - olaf@aepfle.de

View File

@ -21,7 +21,7 @@ Summary: Build Result Compare Script
License: GPL-2.0+
Group: Development/Tools/Building
Url: https://github.com/openSUSE/build-compare
Version: 20171108T070456.b855319
Version: 20171204T112209.f06fbac
Release: 0
Source1: COPYING
Source2: same-build-result.sh

View File

@ -548,7 +548,7 @@ check_single_file()
done
return $ret
;;
*.zip|*.jar|*.war)
*.zip|*.egg|*.jar|*.war)
for dir in old new ; do
(
cd $dir