forked from rpms/stratis-cli
import stratis-cli-2.3.0-3.el8
This commit is contained in:
parent
00965f45a1
commit
83445c3ed6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/stratis-cli-2.1.0.tar.gz
|
||||
SOURCES/stratis-cli-2.3.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
5c403906fa7859d720356205ce318f9a0194311d SOURCES/stratis-cli-2.1.0.tar.gz
|
||||
9195382d53d11de3a4d80fa0b010b9f4bddc1e31 SOURCES/stratis-cli-2.3.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: stratis-cli
|
||||
Version: 2.1.0
|
||||
Release: 5%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Command-line tool for interacting with the Stratis daemon
|
||||
|
||||
License: ASL 2.0
|
||||
@ -13,6 +13,7 @@ BuildRequires: %{_bindir}/a2x
|
||||
|
||||
Requires: platform-python
|
||||
Requires: python3-dateutil
|
||||
Requires: python3-psutil
|
||||
Requires: python3-dbus-client-gen >= 0.4
|
||||
Requires: python3-dbus-python-client-gen >= 0.7
|
||||
Requires: python3-justbytes >= 0.14
|
||||
@ -20,11 +21,11 @@ Requires: python3-semantic_version
|
||||
Requires: keyutils >= 1.5
|
||||
|
||||
# It runs without, but totally useless
|
||||
Requires: stratisd >= 2.1
|
||||
|
||||
Requires: stratisd >= 2.3
|
||||
|
||||
# stratisd only available on certain arches
|
||||
ExclusiveArch: %{rust_arches} noarch
|
||||
ExcludeArch: i686
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -32,7 +33,6 @@ stratis provides a command-line interface (CLI) for
|
||||
interacting with the Stratis daemon, stratisd. stratis
|
||||
interacts with stratisd via D-Bus.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
@ -62,17 +62,22 @@ a2x -f manpage docs/stratis.txt
|
||||
%{python3_sitelib}/stratis_cli/
|
||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2020 Dennis Keefe <dkeefe@redhat.com> - 2.1.0-5
|
||||
- Update to 2.1.0
|
||||
* Mon Jan 11 2021 Dennis Keefe <dkeefe@redhat.com> - 2.3.0-3
|
||||
- Update to 2.3.0
|
||||
- Resolves: rhbz#1885329
|
||||
|
||||
* 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
|
||||
- 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
|
||||
- Update to 2.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user