mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
Simplify qemu rpm list files using wildcard this will help to build different qemu versions without change all the list of files. - Exclude not needed binaries. Kata does not use helper binaries, and 4.0 build has a missing qemu-ga by default, excluding files does not fail if the file exist or not. Fixes: #464 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>