Fix dependency on stratisd

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-04-04 09:41:09 +02:00
parent 82320b1cac
commit 8f56557fbb
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 0.5.0-3
- Fix dependency on stratisd
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-2
- Relax stratisd dependency