also ignore zip files
This commit is contained in:
parent
819082c949
commit
27d2db0d33
@ -254,6 +254,7 @@ sub prepare_package($) {
|
||||
|
||||
unlink glob "*.changes"; # ignore changes
|
||||
unlink glob "*.tar.*"; # we can't diff them anyway
|
||||
unlink glob "*.zip";
|
||||
|
||||
# restore original spec file
|
||||
for my $spec (glob("*.beforeurlstrip")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user