diff options
author | biao716.wang <biao716.wang@samsung.com> | 2019-02-14 09:34:15 +0800 |
---|---|---|
committer | mao xiaojuan <xiaojuan.mao@samsung.com> | 2019-02-15 10:22:25 +0800 |
commit | d6902e40224a2bfadc60350c76e4e80ae796c825 (patch) | |
tree | 618b3f146cbafb7f9a00eee3f70bb795f085a831 | |
parent | 1f69bf02563905593f784e0d633b196dfb50dab7 (diff) | |
download | tools-testing-d6902e40224a2bfadc60350c76e4e80ae796c825.tar.gz tools-testing-d6902e40224a2bfadc60350c76e4e80ae796c825.tar.bz2 tools-testing-d6902e40224a2bfadc60350c76e4e80ae796c825.zip |
fixing depends issue for Ubuntu 18.04
Change-Id: I4e8fae3ddeed9114a0246de1d18442a10d72951e
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | packaging/tools-testing.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 52206d6..ba48670 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Depends: ${python:Depends}, git-core, make, osc, - kvm, + qemu-kvm, util-linux, sysvinit-utils, tar, diff --git a/packaging/tools-testing.spec b/packaging/tools-testing.spec index 38f1046..9a0a142 100644 --- a/packaging/tools-testing.spec +++ b/packaging/tools-testing.spec @@ -12,7 +12,7 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: coreutils BuildRequires: python-devel python-setuptools -Requires: coreutils sudo git-core make osc kvm util-linux sysvinit-tools tar python-Jinja2 python-setuptools socat buffer +Requires: coreutils sudo git-core make osc qemu-kvm util-linux sysvinit-tools tar python-Jinja2 python-setuptools socat buffer Recommends: numactl %if 0%{?suse_version} > 1220 |