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:
Ruediger Oertel 2010-11-15 15:02:49 +00:00 committed by Git OBS Bridge
parent ad0d0c8555
commit 989678dd5b
2 changed files with 6 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class BrandingPolicyCheck(AbstractCheck.AbstractCheck):
for r in pkg.requires():
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])

View File

@ -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