Update to 3.1.0
This commit is contained in:
parent
3e5a9b26ee
commit
03de39ccc8
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/stratis-cli-2.4.4.tar.gz
|
/stratis-cli-2.4.4.tar.gz
|
||||||
/stratis-cli-3.0.0.tar.gz
|
/stratis-cli-3.0.0.tar.gz
|
||||||
/stratis-cli-3.0.1.tar.gz
|
/stratis-cli-3.0.1.tar.gz
|
||||||
|
/stratis-cli-3.1.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stratis-cli-3.0.1.tar.gz) = 70508456141f05bae4868676e6f35e33c1c564e9da565b2880ab0efb3232dc8b743e793d6d2262ec579dca99a6d9e9d8297d323f543b034b061b9bc28460cc88
|
SHA512 (stratis-cli-3.1.0.tar.gz) = 5b5e903401d01ee179f62f314c22d8d05ebaf3014265e5c3153c63a8560f062899dccd0811f858b2cde6bbb179df82877fc738b617167de93b148926c67a324b
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 3.0.1
|
Version: 3.1.0
|
||||||
Release: 5%{?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: %{_bindir}/a2x
|
BuildRequires: %{_bindir}/a2x
|
||||||
# It runs without, but totally useless
|
# It runs without, but totally useless
|
||||||
Requires: (stratisd >= 3.0.0 with stratisd < 4.0.0)
|
Requires: (stratisd >= 3.1.0 with stratisd < 4.0.0)
|
||||||
|
|
||||||
# stratisd only available on certain arches
|
# stratisd only available on certain arches
|
||||||
ExclusiveArch: %{rust_arches} noarch
|
ExclusiveArch: %{rust_arches} noarch
|
||||||
@ -62,7 +62,10 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 30 2022 mulhern <amulhern@redhat.com> - 2.0.1-5
|
* Wed May 25 2022 mulhern <amulhern@redhat.com> - 3.1.0-1
|
||||||
|
- Update to 3.1.0
|
||||||
|
|
||||||
|
* Wed Mar 30 2022 mulhern <amulhern@redhat.com> - 3.0.1-5
|
||||||
- Tidies for unification of spec file
|
- Tidies for unification of spec file
|
||||||
|
|
||||||
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-4
|
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-4
|
||||||
|
Loading…
Reference in New Issue
Block a user