From d1a3c6b378b6480ede9b486028ad38c561e8a55b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 Nov 2021 04:55:26 -0500 Subject: [PATCH] import stratis-cli-2.4.2-1.el8 --- .gitignore | 2 +- .stratis-cli.metadata | 2 +- SPECS/stratis-cli.spec | 23 ++++++++++++++++++----- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a84d6d1..94cfaba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stratis-cli-2.3.0.tar.gz +SOURCES/stratis-cli-2.4.2.tar.gz diff --git a/.stratis-cli.metadata b/.stratis-cli.metadata index 2e2cfa7..0b4b97b 100644 --- a/.stratis-cli.metadata +++ b/.stratis-cli.metadata @@ -1 +1 @@ -9195382d53d11de3a4d80fa0b010b9f4bddc1e31 SOURCES/stratis-cli-2.3.0.tar.gz +1d26c9a3f549d08e90bb54084f99b1825d6ac538 SOURCES/stratis-cli-2.4.2.tar.gz diff --git a/SPECS/stratis-cli.spec b/SPECS/stratis-cli.spec index 1b22bc0..8c5d7a4 100644 --- a/SPECS/stratis-cli.spec +++ b/SPECS/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli -Version: 2.3.0 -Release: 3%{?dist} +Version: 2.4.2 +Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -17,11 +17,9 @@ Requires: python3-psutil 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.3 +Requires: stratisd >= 2.4 # stratisd only available on certain arches ExclusiveArch: %{rust_arches} noarch @@ -63,6 +61,21 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Wed Jun 16 2021 Bryan Gurney - 2.4.2-1 +- Update to 2.4.2 +- Resolves: rhbz#1931670 +- Remove requirement for python3-semantic_version +- Resolves: rhbz#1972355 +- Remove unnecessary keyutils Requires line + +* Thu Jun 03 2021 Bryan Gurney - 2.4.1-1 +- Update to 2.4.1 +- Resolves: rhbz#1931670 + +* Fri May 07 2021 Bryan Gurney - 2.4.0-3 +- Update to 2.4.0 +- Resolves: rhbz#1931670 + * Mon Jan 11 2021 Dennis Keefe - 2.3.0-3 - Update to 2.3.0 - Resolves: rhbz#1885329