SHA256
1
0
forked from pool/rpmlint

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

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=103
This commit is contained in:
Dirk Mueller 2012-03-13 14:14:25 +00:00 committed by Git OBS Bridge
parent 46033fbd9c
commit 32121ca42f
2 changed files with 7 additions and 1 deletions

View File

@ -135,10 +135,11 @@ _checks = [
}, },
{ {
'error': 'suse-filelist-forbidden-backup-file', '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': [ 'bad': [
'*~', '*~',
'*.bak', '*.bak',
'*.swp',
], ],
'ignorefileif': ghostfile, '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 Wed Feb 29 13:49:51 UTC 2012 - lnussel@suse.de