Fix extra newline in description
This commit is contained in:
parent
2205575556
commit
937958f42d
@ -36,19 +36,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user