SHA256
1
0
forked from pool/rpmlint
Dirk Mueller 2011-12-21 10:01:24 +00:00 committed by Git OBS Bridge
parent cf862eda03
commit 211c36d056
3 changed files with 1 additions and 7 deletions

View File

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

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#!BuildIgnore: rpmlint-mini
Name: rpmlint