fix get_rpm call
This commit is contained in:
parent
af36318ead
commit
a945523a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -14302,7 +14302,7 @@ class BuildRoot(object):
|
|||
data = add_external_rpm(an_rpm, location, strict=False)
|
||||
# will add if missing, compare if not
|
||||
else:
|
||||
data = get_rpm(an_rpm, strict=True, build=an_rpm.get('build', None))
|
||||
data = get_rpm(an_rpm, strict=True)
|
||||
rpm_id = data['id']
|
||||
if update and rpm_id in current:
|
||||
# ignore duplicate packages for updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue