forked from pool/rpmlint
Accepting request 52777 from Base:System
Accepted submit request 52777 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/52777 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=78
This commit is contained in:
parent
ad0d0c8555
commit
989678dd5b
@ -105,7 +105,7 @@ class BrandingPolicyCheck(AbstractCheck.AbstractCheck):
|
|||||||
|
|
||||||
for r in pkg.requires():
|
for r in pkg.requires():
|
||||||
if r[0].find('-theme-') >= 0 or r[0].find('-branding-') >= 0:
|
if r[0].find('-theme-') >= 0 or r[0].find('-branding-') >= 0:
|
||||||
if (r[1] != rpm.RPMSENSE_EQUAL or not r[2].startswith('1')):
|
if (r[1] != rpm.RPMSENSE_EQUAL or not r[2][1].startswith('1')):
|
||||||
printError(pkg, 'suse-branding-unversioned-requires', r[0])
|
printError(pkg, 'suse-branding-unversioned-requires', r[0])
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 11 08:55:56 CET 2010 - dmueller@suse.de
|
||||||
|
|
||||||
|
- fix another exception in branding policy check (bnc#652628)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 4 14:20:41 UTC 2010 - lnussel@suse.de
|
Thu Nov 4 14:20:41 UTC 2010 - lnussel@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user