From 321f53b9bdbca7ab119eb70500ed82e4e5418a2c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 Feb 2025 15:31:00 +0000 Subject: [PATCH] 2.6.0 --- python-jsonschema.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 302b7b2..23780eb 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -55,7 +55,7 @@ in an enumeration. %prep %setup -q -n %{oname}-%{version} -cat "%{version}" > version.txt +echo "%{version}" > version.txt %build #python setup.py build