From 3e6b528dbcda0830c6c5ea4f4f3c845a4e7345a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Aug 2021 21:19:11 +0200 Subject: [PATCH] Remove ellipsis (...) from %description --- python-tomli.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-tomli.spec b/python-tomli.spec index 8951d31..14780a9 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -12,8 +12,7 @@ BuildRequires: python3-devel %global _description %{expand: Tomli is a Python library for parsing TOML. -Tomli is fully compatible with TOML v1.0.0. -...} +Tomli is fully compatible with TOML v1.0.0.} # Upstream test requirements are in tests/requirements.txt, # but they're mixed together with coverage ones. Tests only need: