Modify the spec file to specify the package version of zstd and zstd-devel that qemu depends on.
Signed-off-by: Zhongrui Tang <tangzhongrui@cmss.chinamobile.com>
This commit is contained in:
parent
29a47b91a6
commit
710fa3214a
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user