diff --git a/.gitignore b/.gitignore index 8c1811b..c3ec1c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /stratis-cli-0.0.5.tar.gz +/stratis-cli-0.5.0.tar.gz diff --git a/sources b/sources index 2eae93e..d0d8312 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-0.0.5.tar.gz) = 2fca4752761a4b25fb52e96a0bcc406d2981fdf2c74c36bd7959c6ee4cc7e51bc60007ac04add9948bdef0fa86c0fc3553dbd0a9d6597f32dc55e7adb1333704 +SHA512 (stratis-cli-0.5.0.tar.gz) = 7c7d5dcd83041c41e8c370d3af650f5e44773bc7ee72bd96f41a1a4ade78c0c1d9515aa6dd28731f23f9987676bdf6c74496b3f91bb3c3eb4ef9fe00cacc3419 diff --git a/stratis-cli.spec b/stratis-cli.spec index 133ec59..0816e03 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -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 - 0.5.0-1 +- Update to 0.5.0 + * Fri Feb 09 2018 Fedora Release Engineering - 0.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild