From 8b132663b8f30f7df5825bb0ff986088b912e60d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 19 Jan 2018 17:07:37 +0100 Subject: [PATCH] Enable usage of dependency generator Signed-off-by: Igor Gnatenko --- stratis-cli.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/stratis-cli.spec b/stratis-cli.spec index 4c856f1..6bff750 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,6 +1,8 @@ +%python_enable_dependency_generator + Name: stratis-cli Version: 0.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -10,9 +12,6 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools 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 Requires: stratisd @@ -48,6 +47,9 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Fri Jan 19 2018 Igor Gnatenko - 0.0.5-3 +- Enable usage of dependency generator + * Mon Jan 08 2018 Igor Gnatenko - 0.0.5-2 - Include manpage