import stratis-cli-2.4.0-3.el8

This commit is contained in:
CentOS Sources 2021-05-25 04:12:59 +00:00 committed by Andrew Lukoshko
parent ad9c7736ef
commit ea1b9b22df
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/stratis-cli-2.3.0.tar.gz
SOURCES/stratis-cli-2.4.0.tar.gz

View File

@ -1 +1 @@
9195382d53d11de3a4d80fa0b010b9f4bddc1e31 SOURCES/stratis-cli-2.3.0.tar.gz
7680ff8c5b1dbfa7ccdd620a92a42092404b873a SOURCES/stratis-cli-2.4.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: stratis-cli
Version: 2.3.0
Version: 2.4.0
Release: 3%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
@ -21,7 +21,7 @@ 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 +63,10 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Fri May 07 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.0-3
- Update to 2.4.0
- Resolves: rhbz#1931670
* Mon Jan 11 2021 Dennis Keefe <dkeefe@redhat.com> - 2.3.0-3
- Update to 2.3.0
- Resolves: rhbz#1885329