Update to 2.4.0
This commit is contained in:
parent
3165b9a89d
commit
49cb682a13
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/stratis-cli-2.1.1.tar.gz
|
/stratis-cli-2.1.1.tar.gz
|
||||||
/stratis-cli-2.2.1.tar.gz
|
/stratis-cli-2.2.1.tar.gz
|
||||||
/stratis-cli-2.3.0.tar.gz
|
/stratis-cli-2.3.0.tar.gz
|
||||||
|
/stratis-cli-2.4.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stratis-cli-2.3.0.tar.gz) = 55b3234070c876df8da1eca6584d013e467e4f9d2c7558316436ee2098d671a02c23ed78fcbab4d262e663448505afd122a4584476689e3676a05e1b16dae5ed
|
SHA512 (stratis-cli-2.4.0.tar.gz) = 64530a8dfc2203e1376180ff8f97aedcd9fe0e9bf9dc25e29c025ace6a2a8bf415d5ed36484087e1f82c844e3e69312f61c29e4476f8fdd04c30e229b0e0033e
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.3.0
|
Version: 2.4.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.3.0 with stratisd < 3.0.0)
|
Requires: (stratisd >= 2.4.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
|
||||||
|
* Tue Apr 27 2021 mulhern <amulhern@redhat.com> - 2.4.0-1
|
||||||
|
- Update to 2.4.0
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user