From baaf18372f47fa258a89e72a84478acd94f45c29 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Sep 26 2019 14:45:07 +0000 Subject: Fix some rpmlint issues --- diff --git a/ara.spec b/ara.spec index 726fc60..b0cfef6 100644 --- a/ara.spec +++ b/ara.spec @@ -3,7 +3,7 @@ Name: %{srcname} Version: 1.1.0 Release: 2%{?dist} -Summary: ARA Records Ansible playbooks and makes them easier to understand and troubleshoot. +Summary: ARA Records Ansible playbooks and makes them easier to understand and troubleshoot License: GPLv3 URL: https://github.com/ansible-community/ara @@ -18,7 +18,7 @@ Requires: python3-%{srcname} = %{version}-%{release} %{summary} It provides Ansible plugins to record Ansible playbooks to a local or remote -database and an API to query and browse playbook results. +database and an API to query and browse playbook results %package -n python3-%{srcname} Summary: %{summary} @@ -33,7 +33,7 @@ Requires: python3-requests %description -n python3-%{srcname} %{summary} -This package contains the python files and Ansible plugins for ARA. +This package contains the python files and Ansible plugins %package -n python3-%{srcname}-server Summary: %{summary} @@ -61,7 +61,7 @@ Requires: python3-whitenoise %description -n python3-%{srcname}-server %{summary} -This package installs the necessary dependencies to run the ARA API server. +This package installs the necessary dependencies to run the API server %package -n python3-%{srcname}-tests Summary: %{summary} @@ -73,7 +73,7 @@ Requires: python3-faker %description -n python3-%{srcname}-tests %{summary} -This package installs the necessary test dependencies and contains the test files. +This package installs the necessary test dependencies and contains the test files %package doc Summary: %{summary} @@ -84,7 +84,7 @@ BuildRequires: python3-sphinx_rtd_theme %description doc %{common_desc} -This package installs the documentation files. +This package installs the documentation files %prep %autosetup -n %{srcname}-%{version} -S git