From bce0fb3fa2ad0741da36dbfe4bf6aea5ff0facca Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Wed, 25 Jan 2017 15:57:15 +0900 Subject: [PATCH] dist: add lspci on dependencies, since it used by dpdk-devbind.py On minimum setup environment scylla_sysconfig_setup will fail because lspci command is not installed. So install it on package installation time. Fixes #2035 Signed-off-by: Takuya ASADA Message-Id: <1485327435-20543-1-git-send-email-syuu@scylladb.com> --- dist/debian/control.in | 2 +- dist/redhat/scylla.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/debian/control.in b/dist/debian/control.in index bc7155cda4..7a8d26a158 100644 --- a/dist/debian/control.in +++ b/dist/debian/control.in @@ -16,7 +16,7 @@ Conflicts: scylla-server (<< 1.1) Package: scylla-server Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, hwloc-nox, collectd, scylla-conf, python-yaml, python-urwid, python-requests, curl, util-linux, realpath, python3-yaml, python3, uuid-runtime, @@DEPENDS@@ +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, hwloc-nox, collectd, scylla-conf, python-yaml, python-urwid, python-requests, curl, util-linux, realpath, python3-yaml, python3, uuid-runtime, pciutils, @@DEPENDS@@ Description: Scylla database server binaries Scylla is a highly scalable, eventually consistent, distributed, partitioned row DB. diff --git a/dist/redhat/scylla.spec.in b/dist/redhat/scylla.spec.in index 0cc1ade57f..ab2d859a45 100644 --- a/dist/redhat/scylla.spec.in +++ b/dist/redhat/scylla.spec.in @@ -30,7 +30,7 @@ URL: http://www.scylladb.com/ BuildRequires: libaio-devel libstdc++-devel cryptopp-devel hwloc-devel numactl-devel libpciaccess-devel libxml2-devel zlib-devel thrift-devel yaml-cpp-devel lz4-devel snappy-devel jsoncpp-devel systemd-devel xz-devel pcre-devel elfutils-libelf-devel bzip2-devel keyutils-libs-devel xfsprogs-devel make gnutls-devel systemd-devel lksctp-tools-devel protobuf-devel protobuf-compiler libunwind-devel systemtap-sdt-devel %{?fedora:BuildRequires: boost-devel ninja-build ragel antlr3-tool antlr3-C++-devel python3 gcc-c++ libasan libubsan python3-pyparsing dnf-yum} %{?rhel:BuildRequires: scylla-libstdc++-static scylla-boost-devel scylla-boost-static scylla-ninja-build scylla-ragel scylla-antlr3-tool scylla-antlr3-C++-devel python34 scylla-gcc-c++ >= 5.1.1, python34-pyparsing} -Requires: scylla-conf systemd-libs hwloc collectd PyYAML python-urwid pciutils pyparsing python-requests curl util-linux python-setuptools +Requires: scylla-conf systemd-libs hwloc collectd PyYAML python-urwid pciutils pyparsing python-requests curl util-linux python-setuptools pciutils %{?rhel:Requires: python34 python34-PyYAML} Conflicts: abrt