diff --git a/.gitignore b/.gitignore index bbfeeea..dcb8864 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /stratis-cli-1.0.4.tar.gz /stratis-cli-2.0.0.tar.gz /stratis-cli-2.0.1.tar.gz +/stratis-cli-2.1.0.tar.gz diff --git a/sources b/sources index 042b502..64f6b6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-2.0.1.tar.gz) = 0eca58aa81e85f764d03cd0aee55f22720c01c450205028517f2fde0499f87637d7c868197b0f1d8d0b4c61611d3abe2a739c47e3746cb0f5574814e06ae2162 +SHA512 (stratis-cli-2.1.0.tar.gz) = 590066cc94db713dd3dfda01a53f48b81b4ec6d29e61b974539df7976d0b3ed13bd0855fde52a9fab1c0e6c4fa8c1a68e6dc852947f366df491a3c05220b831f diff --git a/stratis-cli.spec b/stratis-cli.spec index f8a0e25..9e69e03 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -11,7 +11,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: /usr/bin/a2x # It runs without, but totally useless -Requires: (stratisd >= 2.0.0 with stratisd < 3.0.0) +Requires: (stratisd >= 2.1.0 with stratisd < 3.0.0) # stratisd only available on certain arches ExclusiveArch: %{rust_arches} noarch @@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8 %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Thu Jul 9 2020 mulhern - 2.1.0-1 +- Update to 2.1.0 + * Tue May 26 2020 Miro HronĨok - 2.0.1-2 - Rebuilt for Python 3.9