Update to 0.5.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-03-08 22:45:13 +01:00
parent f5c905a4b4
commit 24abf90f05
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/stratis-cli-0.0.5.tar.gz /stratis-cli-0.0.5.tar.gz
/stratis-cli-0.5.0.tar.gz

View File

@ -1 +1 @@
SHA512 (stratis-cli-0.0.5.tar.gz) = 2fca4752761a4b25fb52e96a0bcc406d2981fdf2c74c36bd7959c6ee4cc7e51bc60007ac04add9948bdef0fa86c0fc3553dbd0a9d6597f32dc55e7adb1333704 SHA512 (stratis-cli-0.5.0.tar.gz) = 7c7d5dcd83041c41e8c370d3af650f5e44773bc7ee72bd96f41a1a4ade78c0c1d9515aa6dd28731f23f9987676bdf6c74496b3f91bb3c3eb4ef9fe00cacc3419

View File

@ -1,8 +1,8 @@
%?python_enable_dependency_generator %{?python_enable_dependency_generator}
Name: stratis-cli Name: stratis-cli
Version: 0.0.5 Version: 0.5.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon Summary: Command-line tool for interacting with the Stratis daemon
License: ASL 2.0 License: ASL 2.0
@ -13,7 +13,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: %{_bindir}/a2x BuildRequires: %{_bindir}/a2x
# It runs without, but totally useless # It runs without, but totally useless
Requires: stratisd Requires: stratisd = %{version}
# stratisd only available on certain arches # stratisd only available on certain arches
ExclusiveArch: %{rust_arches} noarch ExclusiveArch: %{rust_arches} noarch
@ -47,6 +47,9 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/ %{python3_sitelib}/stratis_cli-*.egg-info/
%changelog %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 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild