From 78c49c4ba277379edf817df5af7ca689266cfbb9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Jan 2017 21:16:04 +0100 Subject: [PATCH] use common summary Signed-off-by: Igor Gnatenko --- python-distro.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-distro.spec b/python-distro.spec index a1be182..11faab7 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -44,7 +44,7 @@ many cases in which access to that information is needed. See Python issue 1322 for more information. %package -n python2-%{pypi_name} -Summary: Linux Distribution - a Linux OS platform information API +Summary: %{summary} %{?python_provide:%python_provide python2-%{pypi_name}} Requires: /usr/bin/lsb_release @@ -67,7 +67,7 @@ This package provides python2 module. %if 0%{with_python3} %package -n python3-%{pypi_name} -Summary: Linux Distribution - a Linux OS platform information API +Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: /usr/bin/lsb_release