From 2bcebb2b16c28cd4324c31187ba8aa8a1965f29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Feb 2018 14:34:07 +0100 Subject: [PATCH] Fix the name macro in the description 2 --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 6cbcfca..78317c8 100644 --- a/python3.spec +++ b/python3.spec @@ -568,7 +568,7 @@ The self-test suite for the Python interpreter. This is only useful to test Python itself. For testing general Python code, you should use the unittest module from %{name}-libs, or a library such as -${name}-pytest or ${name}-nose. +%{name}-pytest or %{name}-nose. %if %{with debug_build}