SHA256
1
0
forked from pool/rpmlint

- turn suse-filelist-empty into a warning

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=83
This commit is contained in:
Ludwig Nussel 2011-12-20 10:59:41 +00:00 committed by Git OBS Bridge
parent 0b1fa5121c
commit cf862eda03
2 changed files with 6 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class FilelistCheck(AbstractCheck.AbstractCheck):
files = pkg.files()
if not files:
printError(pkg, 'suse-filelist-empty', 'packages without any files are not allowed in SUSE')
printWarning(pkg, 'suse-filelist-empty', 'packages without any files are discouraged in SUSE')
return
for check in _checks:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 20 10:55:55 UTC 2011 - lnussel@suse.de
- turn suse-filelist-empty into a warning
-------------------------------------------------------------------
Fri Dec 16 10:56:26 UTC 2011 - coolo@suse.com