forked from pool/rpmlint
merge with factory
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=84
This commit is contained in:
parent
cf862eda03
commit
211c36d056
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
#!BuildIgnore: rpmlint-mini
|
||||
|
||||
Name: rpmlint
|
||||
|
Loading…
Reference in New Issue
Block a user