From 9d3fd72298ffc282151e69a6b614cf263bdc9ab3 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 25 Jan 2023 01:43:42 +0300 Subject: [PATCH] Require liburing < 2 in rpm specs --- rpm/vitastor-el7.spec | 2 ++ rpm/vitastor-el8.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rpm/vitastor-el7.spec b/rpm/vitastor-el7.spec index 300d3490..39c09750 100644 --- a/rpm/vitastor-el7.spec +++ b/rpm/vitastor-el7.spec @@ -35,6 +35,7 @@ Summary: Vitastor - OSD Requires: libJerasure2 Requires: libisa-l Requires: liburing >= 0.6 +Requires: liburing < 2 Requires: vitastor-client = %{version}-%{release} Requires: util-linux Requires: parted @@ -59,6 +60,7 @@ scheduling cluster-level operations. %package -n vitastor-client Summary: Vitastor - client Requires: liburing >= 0.6 +Requires: liburing < 2 %description -n vitastor-client diff --git a/rpm/vitastor-el8.spec b/rpm/vitastor-el8.spec index 62db7e0b..599f7056 100644 --- a/rpm/vitastor-el8.spec +++ b/rpm/vitastor-el8.spec @@ -34,6 +34,7 @@ Summary: Vitastor - OSD Requires: libJerasure2 Requires: libisa-l Requires: liburing >= 0.6 +Requires: liburing < 2 Requires: vitastor-client = %{version}-%{release} Requires: util-linux Requires: parted @@ -57,6 +58,7 @@ scheduling cluster-level operations. %package -n vitastor-client Summary: Vitastor - client Requires: liburing >= 0.6 +Requires: liburing < 2 %description -n vitastor-client