Bump release & add changelog for last two fixes

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2024-10-24 12:00:00 +01:00
parent 7dd24cb759
commit d107e5d770

View File

@ -367,7 +367,7 @@ Obsoletes: sgabios-bin <= 1:0.20180715git-10.fc38
%endif
# To prevent rpmdev-bumpspec breakage
%global baserelease 2
%global baserelease 3
Summary: QEMU is a FAST! processor emulator
Name: qemu
@ -3158,6 +3158,10 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%changelog
* Thu Oct 24 2024 Daniel P. Berrangé <berrange@redhat.com> - 9.1.0-3
- Add openat2 support to linux-user
- Fix compat with new glibc for 'struct sched_attr'
* Mon Sep 16 2024 Richard W.M. Jones <rjones@redhat.com> - 2:9.1.0-2
- Replace qemu --blacklist option with -b (related: RHBZ#2258100)