From 8f56557fbb7a275ea725b3b394993c9e3603c564 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 4 Apr 2018 09:41:09 +0200 Subject: [PATCH] Fix dependency on stratisd Signed-off-by: Igor Gnatenko --- stratis-cli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stratis-cli.spec b/stratis-cli.spec index 40d86cc..469c6bf 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -2,7 +2,7 @@ Name: stratis-cli Version: 0.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -13,7 +13,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: %{_bindir}/a2x # It runs without, but totally useless -Requires: stratisd = 0.5 +Requires: (stratisd >= 0.5 with stratisd < 0.6) # stratisd only available on certain arches ExclusiveArch: %{rust_arches} noarch @@ -47,6 +47,9 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Wed Apr 04 2018 Igor Gnatenko - 0.5.0-3 +- Fix dependency on stratisd + * Tue Apr 03 2018 Igor Gnatenko - 0.5.0-2 - Relax stratisd dependency