From 1526c5a213d45fb8cdfa714d45b2210aa0520575 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 31 Dec 2020 01:32:31 +0300 Subject: [PATCH] Add lp_solve into dependencies --- debian/control | 2 +- rpm/vitastor-el7.spec | 1 + rpm/vitastor-el8.spec | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7f7f24aa..ba944ea2 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Rules-Requires-Root: no Package: vitastor Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, fio (= ${dep:fio}), qemu (= ${dep:qemu}), nodejs (>= 10), node-sprintf-js, node-ws (>= 7), libjerasure2 +Depends: ${shlibs:Depends}, ${misc:Depends}, fio (= ${dep:fio}), qemu (= ${dep:qemu}), nodejs (>= 10), node-sprintf-js, node-ws (>= 7), libjerasure2, lp-solve Description: Vitastor, a fast software-defined clustered block storage Vitastor is a small, simple and fast clustered block storage (storage for VM drives), architecturally similar to Ceph which means strong consistency, primary-replication, diff --git a/rpm/vitastor-el7.spec b/rpm/vitastor-el7.spec index 5f6da804..2315b665 100644 --- a/rpm/vitastor-el7.spec +++ b/rpm/vitastor-el7.spec @@ -20,6 +20,7 @@ Requires: rh-nodejs12 Requires: rh-nodejs12-npm Requires: liburing >= 0.6 Requires: libJerasure2 +Requires: lpsolve %description Vitastor is a small, simple and fast clustered block storage (storage for VM drives), diff --git a/rpm/vitastor-el8.spec b/rpm/vitastor-el8.spec index 4038a549..fee923d4 100644 --- a/rpm/vitastor-el8.spec +++ b/rpm/vitastor-el8.spec @@ -18,6 +18,7 @@ Requires: qemu-kvm = 4.2.0-29.el8.6 Requires: nodejs >= 10 Requires: liburing >= 0.6 Requires: libJerasure2 +Requires: lpsolve %description Vitastor is a small, simple and fast clustered block storage (storage for VM drives),