mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-13 11:17:49 +00:00
Fixup handling of efivar license
This commit is contained in:
parent
389c37659e
commit
66c79a5f42
@ -50,6 +50,7 @@ for lic in sorted(licenses):
|
||||
print(lic)
|
||||
manualrpms = [
|
||||
'ipmitool',
|
||||
'efivar-libs',
|
||||
'almalinux-release',
|
||||
'libaio',
|
||||
'hwdata',
|
||||
@ -105,6 +106,7 @@ manuallicenses = [
|
||||
'/usr/share/licenses/libgcrypt/LICENSES.ppc-aes-gcm', # libgcrypt license to carry forward
|
||||
'/usr/share/licenses/libgcrypt/LICENSES', # OCB is covered by several.. OCB license
|
||||
'/usr/share/licenses/libgcrypt/README'
|
||||
'/usr/share/licenses/efivar/COPYING',
|
||||
]
|
||||
for lic in manuallicenses:
|
||||
print(lic)
|
||||
|
Loading…
x
Reference in New Issue
Block a user