!359 删除spec文件中changelog有重复且日期乱序的记录

From: @tom0392
Reviewed-by: @imxcc
Signed-off-by: @imxcc
This commit is contained in:
openeuler-ci-bot 2021-08-31 03:30:39 +00:00 committed by Gitee
commit 0bfd6f8287

View File

@ -1,6 +1,6 @@
Name: qemu Name: qemu
Version: 4.1.0 Version: 4.1.0
Release: 78 Release: 79
Epoch: 2 Epoch: 2
Summary: QEMU is a generic and open source machine emulator and virtualizer Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -568,7 +568,7 @@ BuildRequires: gettext
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: zstd-devel BuildRequires: zstd-devel >= 1.4.5
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: gnutls-devel BuildRequires: gnutls-devel
BuildRequires: numactl-devel BuildRequires: numactl-devel
@ -611,6 +611,7 @@ BuildRequires: libfdt-devel
BuildRequires: virglrenderer-devel BuildRequires: virglrenderer-devel
%endif %endif
Requires: zstd >= 1.4.5
Requires(post): /usr/bin/getent Requires(post): /usr/bin/getent
Requires(post): /usr/sbin/groupadd Requires(post): /usr/sbin/groupadd
Requires(post): /usr/sbin/useradd Requires(post): /usr/sbin/useradd
@ -959,6 +960,9 @@ getent passwd qemu >/dev/null || \
%endif %endif
%changelog %changelog
* Mon Aug 30 2021 Zhongrui Tang <tangzhongrui@cmss.chinamobile.com>
- qemu.spec: Specify the package version of zstd and zstd-devel that qemu depends on.
* Thu Aug 19 2021 Jiajie Li <lijiajie11@huawei.com> * Thu Aug 19 2021 Jiajie Li <lijiajie11@huawei.com>
- add qemu-block-curl package - add qemu-block-curl package
- add qemu-block-curl requirement for qemu. - add qemu-block-curl requirement for qemu.
@ -1326,12 +1330,6 @@ getent passwd qemu >/dev/null || \
* Fri Jan 15 2021 Huawei Technologies Co., Ltd <alex.chen@huawei.com> * Fri Jan 15 2021 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- memory: clamp cached translation in case it points to an MMIO region - memory: clamp cached translation in case it points to an MMIO region
* Wed Dec 9 2020 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- target/arm: Fix write redundant values to kvm
* Fri Dec 11 2020 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- hostmem: Fix up free host_nodes list right after visited
* Fri Dec 25 2020 Huawei Technologies Co., Ltd <yangming73@huawei.com> * Fri Dec 25 2020 Huawei Technologies Co., Ltd <yangming73@huawei.com>
- add qemu-block-rbd package - add qemu-block-rbd package
- add qemu-block-ssh package - add qemu-block-ssh package