diff --git a/qemu.spec b/qemu.spec index 4e48b7e..5fca51a 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,5 +1,5 @@ Name: qemu -Version: 6.1.0 +Version: 6.2.0 Release: 1mamba Summary: A generic and open source processor emulator Group: Applications/Emulators @@ -178,7 +178,7 @@ cd build-dynamic --cc=%{_build}-gcc \ --host-cc=%{_host}-gcc \ --cpu=%{_host_cpu} \ - --audio-drv-list="alsa pa" \ + --audio-drv-list="alsa,pa" \ --enable-spice \ --enable-usb-redir \ --enable-guest-agent @@ -294,6 +294,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %attr(0755,root,root) %{_bindir}/%{name}*.static %changelog +* Sat Jan 01 2022 Automatic Build System 6.2.0-1mamba +- automatic version update by autodist + * Sun Sep 05 2021 Automatic Build System 6.1.0-1mamba - automatic version update by autodist