Enable usage of dependency generator
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
3432a73c76
commit
8b132663b8
@ -1,6 +1,8 @@
|
|||||||
|
%python_enable_dependency_generator
|
||||||
|
|
||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
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
|
||||||
@ -10,9 +12,6 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: %{_bindir}/a2x
|
BuildRequires: %{_bindir}/a2x
|
||||||
Requires: python3-dbus-client-gen >= 0.2
|
|
||||||
Requires: python3-dbus-python-client-gen >= 0.5
|
|
||||||
Requires: python3-justbytes = 0.11
|
|
||||||
# It runs without, but totally useless
|
# It runs without, but totally useless
|
||||||
Requires: stratisd
|
Requires: stratisd
|
||||||
|
|
||||||
@ -48,6 +47,9 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-3
|
||||||
|
- Enable usage of dependency generator
|
||||||
|
|
||||||
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-2
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-2
|
||||||
- Include manpage
|
- Include manpage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user