From 00965f45a161a2a86a9ca1d206b01dfb0f3b0e96 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Jul 2020 02:21:40 -0400 Subject: [PATCH] import stratis-cli-2.1.0-5.el8 --- .gitignore | 2 +- .stratis-cli.metadata | 2 +- SPECS/stratis-cli.spec | 26 +++++++++++++++++++------- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0dc1930..7a71b96 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stratis-cli-2.0.0.tar.gz +SOURCES/stratis-cli-2.1.0.tar.gz diff --git a/.stratis-cli.metadata b/.stratis-cli.metadata index 19581d9..67b0bb9 100644 --- a/.stratis-cli.metadata +++ b/.stratis-cli.metadata @@ -1 +1 @@ -3f73e6b6638a3e3d4cfbebe57aaab274344ec287 SOURCES/stratis-cli-2.0.0.tar.gz +5c403906fa7859d720356205ce318f9a0194311d SOURCES/stratis-cli-2.1.0.tar.gz diff --git a/SPECS/stratis-cli.spec b/SPECS/stratis-cli.spec index aefc3b0..6d241d1 100644 --- a/SPECS/stratis-cli.spec +++ b/SPECS/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli -Version: 2.0.0 -Release: 1%{?dist} +Version: 2.1.0 +Release: 5%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -12,13 +12,15 @@ BuildRequires: python3-setuptools BuildRequires: %{_bindir}/a2x Requires: platform-python -Requires: python3-dateutil -Requires: python3-dbus-client-gen = 0.4 -Requires: python3-dbus-python-client-gen = 0.7 -Requires: python3-justbytes = 0.11 +Requires: python3-dateutil +Requires: python3-dbus-client-gen >= 0.4 +Requires: python3-dbus-python-client-gen >= 0.7 +Requires: python3-justbytes >= 0.14 +Requires: python3-semantic_version +Requires: keyutils >= 1.5 # It runs without, but totally useless -Requires: (stratisd >= 2.0 with stratisd < 2.1) +Requires: stratisd >= 2.1 # stratisd only available on certain arches @@ -62,6 +64,16 @@ a2x -f manpage docs/stratis.txt %changelog +* Sun Jun 07 2020 Dennis Keefe - 2.1.0-5 +- Update to 2.1.0 +- Resolves: rhbz#1791472 +- Update RPM spec file +- Resolves: rhbz#1827360 +- Error messages when creating a pool are more helpful +- Resolves: rhbz#1734496 +- Support per-pool encryption of devices that form a pools data tier +- Resolves: rhbz#1768580 + * Sun Nov 10 2019 Dennis Keefe - 2.0.0-2 - Update to 2.0.0 - Allow the user to interact with the daemon under conditions