Don't show license for external rpms

Fixes: https://pagure.io/koji/issue/791
This commit is contained in:
Tomas Kopecek 2018-02-28 14:17:37 +01:00 committed by Mike McLean
parent 2ac1a83984
commit d2fcb8b459

View file

@ -64,9 +64,11 @@
<tr>
<th><label title="The MD5 digest of the combined header and payload contents. You can query it by `rpmkeys -Kv foo.rpm`">SIGMD5</label></th><td>$rpm.payloadhash</td>
</tr>
#if $rpm.external_repo_id == 0
<tr>
<th>License</th><td>$license</td>
</tr>
#end if
#if $builtInRoot
<tr>
<th>Buildroot</th><td><a href="buildrootinfo?buildrootID=$builtInRoot.id">$util.brLabel($builtInRoot)</a></td>