From 3c94e1c6f2df14df3deb40eb81400ab2f09ab633 Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Nov 17 2019 21:32:39 +0000 Subject: Fix rpmlint Signed-off-by: Lenka Segura --- diff --git a/cranc.spec b/cranc.spec index 7e5e58d..fab75b3 100644 --- a/cranc.spec +++ b/cranc.spec @@ -1,26 +1,26 @@ %global with_tests %{nil} %global debug_package %{nil} -Name: cranc +Name: cranc Version: 1.1.0 Release: 1%{?dist} Summary: Pagure CLI for handling pull requests License: GPLv3 URL: https://pagure.io/cranc -Source0 http://releases.pagure.org/cranc/cranc-%{version}.tar.gz +Source0: https://releases.pagure.org/cranc/cranc-%{version}.tar.gz -BuildArch: noarch +BuildArch: noarch %if 0%{?with_tests} BuildRequires: python3-devel -BuildRequires: python3-pytest -BuildRequires: python3-black -%endif # tests +BuildRequires: python3-pytest +BuildRequires: python3-black +%endif Requires: python3-click -Requires: python3-libpagure -Requires: python3-requests -Requires: python3-pygit2 -Requires: python3-git-url-parse +Requires: python3-libpagure +Requires: python3-requests +Requires: python3-pygit2 +Requires: python3-git-url-parse %description Cranc is a Pagure command line interface tool @@ -37,7 +37,7 @@ Cranc is a Pagure command line interface tool %if 0%{?with_tests} %check PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v -%endif # tests +%endif %files @@ -54,15 +54,15 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v - Drop pbr dependency - update to version 1.1.0 -* Fri Aug 09 2019 Lenka Segura - 1.0.1 -- update to version 1.0.1 - * Thu Oct 03 2019 Miro Hrončok - 0.2.2-6 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.2.2-5 - Rebuilt for Python 3.8 +* Fri Aug 09 2019 Lenka Segura - 1.0.1 +- update to version 1.0.1 + * Wed Jul 24 2019 Fedora Release Engineering - 0.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild