forked from rpms/stratis-cli
import stratis-cli-2.3.0-3.el8
This commit is contained in:
parent
fa1804dfea
commit
cf44519d3f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stratis-cli-2.1.1.tar.gz
|
SOURCES/stratis-cli-2.3.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
fe37bdd070b89ece6bd7c70d2b6e203370750121 SOURCES/stratis-cli-2.1.1.tar.gz
|
9195382d53d11de3a4d80fa0b010b9f4bddc1e31 SOURCES/stratis-cli-2.3.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.1.1
|
Version: 2.3.0
|
||||||
Release: 6%{?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,11 +21,11 @@ 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
|
||||||
|
ExcludeArch: i686
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,7 +33,6 @@ stratis provides a command-line interface (CLI) for
|
|||||||
interacting with the Stratis daemon, stratisd. stratis
|
interacting with the Stratis daemon, stratisd. stratis
|
||||||
interacts with stratisd via D-Bus.
|
interacts with stratisd via D-Bus.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
@ -64,6 +63,10 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Jul 13 2020 Dennis Keefe <dkeefe@redhat.com> - 2.1.1-6
|
||||||
- Update to 2.1.1
|
- Update to 2.1.1
|
||||||
- Resolves: rhbz#1791472
|
- Resolves: rhbz#1791472
|
||||||
|
Loading…
Reference in New Issue
Block a user