From a02b7efd1a2debea3fd48f65ecce7e03425f8dd9 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Fri, 31 Aug 2018 12:18:22 -0700 Subject: [PATCH] version 0.9.0-1 Signed-off-by: Andy Grover --- .gitignore | 1 + sources | 2 +- stratis-cli.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b619295..67f29ed 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index b4a1d01..4aaf3c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-0.5.5.tar.gz) = 82d21b81ed5be8a101721a3633abaedb3932049c516c5c0b5161c4e0e3190a347d31e822cd360301348aff375eb8d68aa47ca57e7dea9ab5fe579afc56aa15a9 +SHA512 (stratis-cli-0.9.0.tar.gz) = d86004c0b499fba0b88f86da9d2461f5f7d8a8bf3f1df46de2be62c7d657401c8547f3ccb8fe51321688ba74679ba141e9a11abfdd242bf192ef0e82768b240c diff --git a/stratis-cli.spec b/stratis-cli.spec index 95d45dc..4663690 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -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 - 0.9.0-1 +- Update to 0.9.0 + * Fri Aug 3 2018 Andy Grover - 0.5.5-3 - Remove zsh completions subpackage - Own completion directories