import stratis-cli-2.4.2-1.el8

This commit is contained in:
CentOS Sources 2021-06-19 04:26:54 +00:00 committed by Andrew Lukoshko
parent ea1b9b22df
commit abf48f0a66
3 changed files with 15 additions and 6 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
7680ff8c5b1dbfa7ccdd620a92a42092404b873a SOURCES/stratis-cli-2.4.0.tar.gz
1d26c9a3f549d08e90bb54084f99b1825d6ac538 SOURCES/stratis-cli-2.4.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: stratis-cli
Version: 2.4.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,8 +17,6 @@ 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.4
@ -63,6 +61,17 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Wed Jun 16 2021 Bryan Gurney <bgurney@redhat.com> - 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 <bgurney@redhat.com> - 2.4.1-1
- Update to 2.4.1
- Resolves: rhbz#1931670
* Fri May 07 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.0-3
- Update to 2.4.0
- Resolves: rhbz#1931670