SHA256
1
0
forked from pool/rpmlint

Accepting request 109118 from devel:openSUSE:Factory:rpmlint

- block .swp files as well (they are usually vi(m) backup files)

OBS-URL: https://build.opensuse.org/request/show/109118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=157
This commit is contained in:
Stephan Kulow 2012-03-16 12:24:26 +00:00 committed by Git OBS Bridge
commit 2cfddda759
2 changed files with 7 additions and 1 deletions

View File

@ -135,10 +135,11 @@ _checks = [
},
{
'error': 'suse-filelist-forbidden-backup-file',
'details': 'backup files (e.g. files ending in ~ or .bak) are not allowed',
'details': 'backup files (e.g. files ending in ~, .swp or .bak) are not allowed',
'bad': [
'*~',
'*.bak',
'*.swp',
],
'ignorefileif': ghostfile,
},

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 13 15:14:07 CET 2012 - dmueller@suse.de
- block .swp files as well (they are usually vi(m) backup files)
-------------------------------------------------------------------
Wed Feb 29 13:49:51 UTC 2012 - lnussel@suse.de