import stratis-cli-2.3.0-3.el8

This commit is contained in:
CentOS Sources 2021-01-12 08:14:45 +00:00 committed by Andrew Lukoshko
parent df41d0901a
commit ad9c7736ef
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: stratis-cli Name: stratis-cli
Version: 2.3.0 Version: 2.3.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon Summary: Command-line tool for interacting with the Stratis daemon
License: ASL 2.0 License: ASL 2.0
@ -21,7 +21,7 @@ Requires: python3-semantic_version
Requires: keyutils >= 1.5 Requires: keyutils >= 1.5
# It runs without, but totally useless # It runs without, but totally useless
Requires: stratisd >= 2.1 Requires: stratisd >= 2.3
# stratisd only available on certain arches # stratisd only available on certain arches
ExclusiveArch: %{rust_arches} noarch ExclusiveArch: %{rust_arches} noarch
@ -63,7 +63,7 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/ %{python3_sitelib}/stratis_cli-*.egg-info/
%changelog %changelog
* Tue Dec 08 2020 Dennis Keefe <dkeefe@redhat.com> - 2.3.0-2 * Mon Jan 11 2021 Dennis Keefe <dkeefe@redhat.com> - 2.3.0-3
- Update to 2.3.0 - Update to 2.3.0
- Resolves: rhbz#1885329 - Resolves: rhbz#1885329