qemu-6.1.0-rc3

- Static build works again.
- Remove --enable-block-drv-whitelist-in-tools option causing iotests
  049 134 158 to fail.

Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
Eduardo Lima (Etrunko) 2021-08-10 18:39:37 -03:00
parent 51980a6acd
commit bf8d867e21

View File

@ -47,7 +47,7 @@
%global tools_only 0 %global tools_only 0
%global user_static 0 %global user_static 1
%if 0%{?rhel} %if 0%{?rhel}
# EPEL/RHEL do not have required -static builddeps # EPEL/RHEL do not have required -static builddeps
%global user_static 0 %global user_static 0
@ -272,7 +272,7 @@ Obsoletes: %{name}-system-unicore32 <= %{epoch}:%{version}-%{release} \
Obsoletes: %{name}-system-unicore32-core <= %{epoch}:%{version}-%{release} Obsoletes: %{name}-system-unicore32-core <= %{epoch}:%{version}-%{release}
# Release candidate version tracking # Release candidate version tracking
%global rcver rc2 %global rcver rc3
%if 0%{?rcver:1} %if 0%{?rcver:1}
%global rcrel .%{rcver} %global rcrel .%{rcver}
%global rcstr -%{rcver} %global rcstr -%{rcver}
@ -282,7 +282,7 @@ Obsoletes: %{name}-system-unicore32-core <= %{epoch}:%{version}-%{release}
Summary: QEMU is a FAST! processor emulator Summary: QEMU is a FAST! processor emulator
Name: qemu Name: qemu
Version: 6.1.0 Version: 6.1.0
Release: 0.1%{?rcrel}%{?dist} Release: 0.2%{?rcrel}%{?dist}
Epoch: 2 Epoch: 2
License: GPLv2 and BSD and MIT and CC-BY License: GPLv2 and BSD and MIT and CC-BY
URL: http://www.qemu.org/ URL: http://www.qemu.org/
@ -1356,7 +1356,6 @@ run_configure \
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
--enable-avx2 \ --enable-avx2 \
%endif %endif
--enable-block-drv-whitelist-in-tools \
--enable-bpf \ --enable-bpf \
--enable-cap-ng \ --enable-cap-ng \
--enable-capstone \ --enable-capstone \
@ -1726,9 +1725,9 @@ echo "Testing %{name}-build"
# dhorak couldn't reproduce locally on an s390x machine so guessed # dhorak couldn't reproduce locally on an s390x machine so guessed
# it's a resource issue # it's a resource issue
# 2021-07: ppc64le intermittently hanging # 2021-07: ppc64le intermittently hanging
%dnl %ifnarch s390x %{power64} %ifnarch s390x %{power64}
%dnl %make_build check %make_build check
%dnl %endif %endif
popd popd
@ -1860,7 +1859,7 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%files tests %files tests
%{testsdir} %{testsdir}
%{_libdir}/%{name}/accel-qtest*.so %{_libdir}/%{name}/accel-qtest-*.so
%files block-curl %files block-curl
%{_libdir}/%{name}/block-curl.so %{_libdir}/%{name}/block-curl.so
@ -2231,6 +2230,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%changelog %changelog
* Tue Aug 10 2021 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 6.1.0-0.2-rc3
- Rebase to qemu 6.1.0-rc3
* Mon Aug 9 2021 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 6.1.0-0.1-rc2 * Mon Aug 9 2021 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 6.1.0-0.1-rc2
- Rebase to qemu 6.1.0-rc2 - Rebase to qemu 6.1.0-rc2