From 4c7560e60e0b37009b346336d556cec788b0ad7d Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Thu, 16 Apr 2020 00:12:48 +0300 Subject: [PATCH] Add Group tag (rpmlint) --- python-sphinxcontrib-log-cabinet.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-log-cabinet.spec b/python-sphinxcontrib-log-cabinet.spec index 2227fb9..fe08cf0 100644 --- a/python-sphinxcontrib-log-cabinet.spec +++ b/python-sphinxcontrib-log-cabinet.spec @@ -3,7 +3,7 @@ Summary: Organize changelogs generated by versionadded etc. Name: python-%oname Version: 1.0.1 -Release: 1 +Release: 2 Url: https://github.com/davidism/sphinxcontrib-log-cabinet Source0: https://files.pythonhosted.org/packages/75/26/0687391e10c605a4d0c7ebe118c57c51ecc687128bcdae5803d9b96def81/sphinxcontrib-log-cabinet-1.0.1.tar.gz License: BSD @@ -20,6 +20,7 @@ older versions will be collapsed by default. #============================================================================== %package -n %python2-%oname Summary: Organize changelogs generated by versionadded etc. +Group: Development/Python %description -n %python2-%oname Organize changelogs generated by versionadded, versionchanged, deprecated @@ -36,6 +37,7 @@ older versions will be collapsed by default. %package -n python3-%oname Summary: Organize changelogs generated by versionadded etc. +Group: Development/Python BuildRequires: python3-devel BuildRequires: python3egg(setuptools)