Update to 2.0.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-11-07 19:35:59 +01:00
parent 501d5e2cec
commit fb3140a814
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/stratis-cli-1.0.1.tar.gz
/stratis-cli-1.0.2.tar.gz
/stratis-cli-1.0.4.tar.gz
/stratis-cli-2.0.0.tar.gz

View File

@ -1 +1 @@
SHA512 (stratis-cli-1.0.4.tar.gz) = fc5fccc4d63551668cdc0312f144da588864767f0de7be4e6a69cdffc8bede53043874544eb7e9c15ff42923690afe9f5b8a569155634f74923c6784ab165454
SHA512 (stratis-cli-2.0.0.tar.gz) = 96ea380d279db4f1bde7dc640f097a15fc2744db329765adc26a8e59af3b4eab6d53808f03fe94edce34d533a5a0eb59863cff1bb002e3d7d7f7228875c8fcc3

View File

@ -1,8 +1,5 @@
# https://pagure.io/koji/issue/659
%global debug_package %{nil}
Name: stratis-cli
Version: 1.0.4
Version: 2.0.0
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
@ -14,10 +11,11 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: %{_bindir}/a2x
# It runs without, but totally useless
Requires: (stratisd >= 1.0 with stratisd < 2.0)
Requires: (stratisd >= 2.0.0 with stratisd < 3.0.0)
# stratisd only available on certain arches
ExclusiveArch: %{rust_arches}
ExclusiveArch: %{rust_arches} noarch
BuildArch: noarch
%description
stratis provides a command-line interface (CLI) for
@ -54,6 +52,9 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Thu Nov 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-1
- Update to 2.0.0
* Sat Sep 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1
- Update to 1.0.4