forked from rpms/stratis-cli
Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/stratis-cli.git#79516ca94c8637c5ca0ffc432025365aae7f5999
This commit is contained in:
parent
5ed4df472a
commit
3fe727c8e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/stratis-cli-2.1.0.tar.gz
|
/stratis-cli-2.1.0.tar.gz
|
||||||
/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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stratis-cli-2.2.1.tar.gz) = 8906e3a1ebf70b6630b75b29d25422963cdf9ff8a54b829c689beb1155dd0ddf7b46439a628b12522bd52d3ebe6b6face85303c011493fc421e37ee7cce676ec
|
SHA512 (stratis-cli-2.3.0.tar.gz) = 55b3234070c876df8da1eca6584d013e467e4f9d2c7558316436ee2098d671a02c23ed78fcbab4d262e663448505afd122a4584476689e3676a05e1b16dae5ed
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.2.1
|
Version: 2.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Command-line tool for interacting with the Stratis daemon
|
Summary: Command-line tool for interacting with the Stratis daemon
|
||||||
|
|
||||||
@ -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.2.1 with stratisd < 3.0.0)
|
Requires: (stratisd >= 2.3.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 Jan 12 2021 mulhern <amulhern@redhat.com> - 2.3.0-1
|
||||||
|
- Update to 2.3.0
|
||||||
|
|
||||||
* Tue Nov 10 2020 mulhern <amulhern@redhat.com> - 2.2.1-1
|
* Tue Nov 10 2020 mulhern <amulhern@redhat.com> - 2.2.1-1
|
||||||
- Update to 2.2.1
|
- Update to 2.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user