Update to 2.1.0
This commit is contained in:
parent
d70f9060d0
commit
90033d4b44
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/stratis-cli-1.0.4.tar.gz
|
/stratis-cli-1.0.4.tar.gz
|
||||||
/stratis-cli-2.0.0.tar.gz
|
/stratis-cli-2.0.0.tar.gz
|
||||||
/stratis-cli-2.0.1.tar.gz
|
/stratis-cli-2.0.1.tar.gz
|
||||||
|
/stratis-cli-2.1.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stratis-cli-2.0.1.tar.gz) = 0eca58aa81e85f764d03cd0aee55f22720c01c450205028517f2fde0499f87637d7c868197b0f1d8d0b4c61611d3abe2a739c47e3746cb0f5574814e06ae2162
|
SHA512 (stratis-cli-2.1.0.tar.gz) = 590066cc94db713dd3dfda01a53f48b81b4ec6d29e61b974539df7976d0b3ed13bd0855fde52a9fab1c0e6c4fa8c1a68e6dc852947f366df491a3c05220b831f
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.0.1
|
Version: 2.1.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
@ -11,7 +11,7 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: /usr/bin/a2x
|
BuildRequires: /usr/bin/a2x
|
||||||
# It runs without, but totally useless
|
# It runs without, but totally useless
|
||||||
Requires: (stratisd >= 2.0.0 with stratisd < 3.0.0)
|
Requires: (stratisd >= 2.1.0 with stratisd < 3.0.0)
|
||||||
|
|
||||||
# stratisd only available on certain arches
|
# stratisd only available on certain arches
|
||||||
ExclusiveArch: %{rust_arches} noarch
|
ExclusiveArch: %{rust_arches} noarch
|
||||||
@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 9 2020 mulhern <amulhern@redhat.com> - 2.1.0-1
|
||||||
|
- Update to 2.1.0
|
||||||
|
|
||||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-2
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-2
|
||||||
- Rebuilt for Python 3.9
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user