From 27131c5405e177f46804ab527a4841327994d105 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 7 Jul 2022 13:12:19 -0400 Subject: [PATCH] Fix extra newline in description --- python-hatch-vcs.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-hatch-vcs.spec b/python-hatch-vcs.spec index 2716c2f..63ff4b0 100644 --- a/python-hatch-vcs.spec +++ b/python-hatch-vcs.spec @@ -27,19 +27,17 @@ BuildRequires: python3dist(pytest) BuildRequires: git-core %endif -%global common_description %{expand: \ +%global common_description %{expand: This provides a plugin for Hatch that uses your preferred version control system (like Git) to determine project versions.} -%description -%{common_description} +%description %{common_description} %package -n python3-hatch-vcs Summary: %{summary} -%description -n python3-hatch-vcs -%{common_description} +%description -n python3-hatch-vcs %{common_description} %prep