mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 04:15:26 +00:00
trivial: Be more explicit when building on Centos
Newer versions of appstream-glib do not depend on libgcab and so it has to be installed manually to ensure the CI still passes.
This commit is contained in:
parent
70df6d1144
commit
19c56436b1
@ -649,6 +649,9 @@
|
||||
<distro id="arch">
|
||||
<package>gcab</package>
|
||||
</distro>
|
||||
<distro id="centos">
|
||||
<package>libgcab1-devel</package>
|
||||
</distro>
|
||||
<distro id="fedora">
|
||||
<package>libgcab1-devel</package>
|
||||
</distro>
|
||||
|
Loading…
Reference in New Issue
Block a user