Update to 0.5.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
f5c905a4b4
commit
24abf90f05
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/stratis-cli-0.0.5.tar.gz
|
||||
/stratis-cli-0.5.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-0.0.5.tar.gz) = 2fca4752761a4b25fb52e96a0bcc406d2981fdf2c74c36bd7959c6ee4cc7e51bc60007ac04add9948bdef0fa86c0fc3553dbd0a9d6597f32dc55e7adb1333704
|
||||
SHA512 (stratis-cli-0.5.0.tar.gz) = 7c7d5dcd83041c41e8c370d3af650f5e44773bc7ee72bd96f41a1a4ade78c0c1d9515aa6dd28731f23f9987676bdf6c74496b3f91bb3c3eb4ef9fe00cacc3419
|
||||
|
@ -1,8 +1,8 @@
|
||||
%?python_enable_dependency_generator
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: stratis-cli
|
||||
Version: 0.0.5
|
||||
Release: 4%{?dist}
|
||||
Version: 0.5.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
|
||||
Requires: stratisd = %{version}
|
||||
|
||||
# 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
|
||||
* Thu Mar 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user