From daeaa03eb4791735d65492dc7d95a2246c343441 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Feb 25 2019 17:08:09 +0000 Subject: use %_description macro for py3 package We have a %_description macro, so let's use it to avoid duplication. --- diff --git a/python-remoto.spec b/python-remoto.spec index b24e840..d07818f 100644 --- a/python-remoto.spec +++ b/python-remoto.spec @@ -27,8 +27,7 @@ Summary: Execute remote commands or processes Requires: python3 Requires: python3-execnet >= 1.2.0 -%description -n python3-%{pkgname} -Execute remote commands or processes. +%description -n python3-%{pkgname} %_description %prep %setup -q -n %{pkgname}-%{version}