forked from rpms/stratis-cli
import stratis-cli-2.1.1-6.el8
This commit is contained in:
parent
6f536ee2d5
commit
fa1804dfea
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stratis-cli-2.0.0.tar.gz
|
SOURCES/stratis-cli-2.1.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
3f73e6b6638a3e3d4cfbebe57aaab274344ec287 SOURCES/stratis-cli-2.0.0.tar.gz
|
fe37bdd070b89ece6bd7c70d2b6e203370750121 SOURCES/stratis-cli-2.1.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.0.0
|
Version: 2.1.1
|
||||||
Release: 1%{?dist}
|
Release: 6%{?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
|
||||||
@ -12,13 +12,16 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: %{_bindir}/a2x
|
BuildRequires: %{_bindir}/a2x
|
||||||
|
|
||||||
Requires: platform-python
|
Requires: platform-python
|
||||||
Requires: python3-dateutil
|
Requires: python3-dateutil
|
||||||
Requires: python3-dbus-client-gen = 0.4
|
Requires: python3-psutil
|
||||||
Requires: python3-dbus-python-client-gen = 0.7
|
Requires: python3-dbus-client-gen >= 0.4
|
||||||
Requires: python3-justbytes = 0.11
|
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
|
# It runs without, but totally useless
|
||||||
Requires: (stratisd >= 2.0 with stratisd < 2.1)
|
Requires: stratisd >= 2.1
|
||||||
|
|
||||||
|
|
||||||
# stratisd only available on certain arches
|
# stratisd only available on certain arches
|
||||||
@ -60,8 +63,19 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli/
|
%{python3_sitelib}/stratis_cli/
|
||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 13 2020 Dennis Keefe <dkeefe@redhat.com> - 2.1.1-6
|
||||||
|
- Update to 2.1.1
|
||||||
|
- 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
|
||||||
|
- Improve error handling on partial unlock failure of encrypted pools
|
||||||
|
- Resolves: rhbz#1855520
|
||||||
|
|
||||||
* Sun Nov 10 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-2
|
* Sun Nov 10 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-2
|
||||||
- Update to 2.0.0
|
- Update to 2.0.0
|
||||||
- Allow the user to interact with the daemon under conditions
|
- Allow the user to interact with the daemon under conditions
|
||||||
|
Loading…
Reference in New Issue
Block a user