Make package archful

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-11-03 11:13:24 +01:00
parent 0f109257e6
commit b6f67b3526
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,8 +1,10 @@
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
# https://pagure.io/koji/issue/659
%global debug_package %{nil}
Name: stratis-cli Name: stratis-cli
Version: 1.0.0 Version: 1.0.0
Release: 2%{?dist} Release: 3%{?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
@ -16,8 +18,7 @@ BuildRequires: %{_bindir}/a2x
Requires: (stratisd >= 1.0 with stratisd < 2.0) Requires: (stratisd >= 1.0 with stratisd < 2.0)
# stratisd only available on certain arches # stratisd only available on certain arches
ExclusiveArch: %{rust_arches} noarch ExclusiveArch: %{rust_arches}
BuildArch: noarch
%description %description
stratis provides a command-line interface (CLI) for stratis provides a command-line interface (CLI) for
@ -54,6 +55,9 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/ %{python3_sitelib}/stratis_cli-*.egg-info/
%changelog %changelog
* Sat Nov 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-3
- Make package archful
* Thu Sep 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-2 * Thu Sep 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-2
- Bump stratisd req - Bump stratisd req