version 0.9.0-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
ad70314d5f
commit
a02b7efd1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/stratis-cli-0.5.2.tar.gz
|
||||
/stratis-cli-0.5.3.tar.gz
|
||||
/stratis-cli-0.5.5.tar.gz
|
||||
/stratis-cli-0.9.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-0.5.5.tar.gz) = 82d21b81ed5be8a101721a3633abaedb3932049c516c5c0b5161c4e0e3190a347d31e822cd360301348aff375eb8d68aa47ca57e7dea9ab5fe579afc56aa15a9
|
||||
SHA512 (stratis-cli-0.9.0.tar.gz) = d86004c0b499fba0b88f86da9d2461f5f7d8a8bf3f1df46de2be62c7d657401c8547f3ccb8fe51321688ba74679ba141e9a11abfdd242bf192ef0e82768b240c
|
||||
|
@ -1,8 +1,8 @@
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: stratis-cli
|
||||
Version: 0.5.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.0
|
||||
Release: 1%{?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 with stratisd < 0.6)
|
||||
Requires: (stratisd >= 0.9 with stratisd < 1.0)
|
||||
|
||||
# stratisd only available on certain arches
|
||||
ExclusiveArch: %{rust_arches} noarch
|
||||
@ -55,6 +55,9 @@ a2x -f manpage docs/stratis.txt
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 31 2018 Andy Grover <agrover@redhat.com> - 0.9.0-1
|
||||
- Update to 0.9.0
|
||||
|
||||
* Fri Aug 3 2018 Andy Grover <agrover@redhat.com> - 0.5.5-3
|
||||
- Remove zsh completions subpackage
|
||||
- Own completion directories
|
||||
|
Loading…
Reference in New Issue
Block a user