!574 spec中删除不需要的依赖包

From: @junyang-suse 
Reviewed-by: @yezengruan, @kevinzhu1 
Signed-off-by: @kevinzhu1
This commit is contained in:
openeuler-ci-bot 2022-05-30 01:19:41 +00:00 committed by Gitee
commit 9a3434c7e7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: qemu
Version: 6.2.0
Release: 35
Release: 36
Epoch: 2
Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -253,7 +253,6 @@ BuildRequires: gcc
BuildRequires: bison
BuildRequires: texinfo
BuildRequires: perl-podlators
BuildRequires: kernel
BuildRequires: chrpath
BuildRequires: gettext
BuildRequires: python-sphinx
@ -707,6 +706,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Thu May 26 2022 Jun Yang <jun.yang@suse.com> - 2:6.2.0-36
- Remove unnecessary dependency of kernel package
* Sat May 21 2022 yezengruan <yezengruan@huawei.com> - 2:6.2.0-35
- hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR (CVE-2021-3750)
- softmmu/physmem: Simplify flatview_write and address_space_access_valid