Update to 2.0.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
501d5e2cec
commit
fb3140a814
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/stratis-cli-1.0.1.tar.gz
|
/stratis-cli-1.0.1.tar.gz
|
||||||
/stratis-cli-1.0.2.tar.gz
|
/stratis-cli-1.0.2.tar.gz
|
||||||
/stratis-cli-1.0.4.tar.gz
|
/stratis-cli-1.0.4.tar.gz
|
||||||
|
/stratis-cli-2.0.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stratis-cli-1.0.4.tar.gz) = fc5fccc4d63551668cdc0312f144da588864767f0de7be4e6a69cdffc8bede53043874544eb7e9c15ff42923690afe9f5b8a569155634f74923c6784ab165454
|
SHA512 (stratis-cli-2.0.0.tar.gz) = 96ea380d279db4f1bde7dc640f097a15fc2744db329765adc26a8e59af3b4eab6d53808f03fe94edce34d533a5a0eb59863cff1bb002e3d7d7f7228875c8fcc3
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
# https://pagure.io/koji/issue/659
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 1.0.4
|
Version: 2.0.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
|
||||||
|
|
||||||
@ -14,10 +11,11 @@ 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 >= 1.0 with stratisd < 2.0)
|
Requires: (stratisd >= 2.0.0 with stratisd < 3.0.0)
|
||||||
|
|
||||||
# stratisd only available on certain arches
|
# stratisd only available on certain arches
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches} noarch
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
stratis provides a command-line interface (CLI) for
|
stratis provides a command-line interface (CLI) for
|
||||||
@ -54,6 +52,9 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-1
|
||||||
|
- Update to 2.0.0
|
||||||
|
|
||||||
* Sat Sep 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1
|
* Sat Sep 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1
|
||||||
- Update to 1.0.4
|
- Update to 1.0.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user