From cb1c78639c8f1dbc9ed309cd7fd3074ca76f7a4b Mon Sep 17 00:00:00 2001 From: tzing_t Date: Fri, 1 Aug 2025 03:27:06 +0000 Subject: [PATCH] fix build error --- python-confget.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-confget.spec b/python-confget.spec index 589ed88..e44b970 100644 --- a/python-confget.spec +++ b/python-confget.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-confget Version: 5.1.2 -Release: 1 +Release: 2 Summary: Parse configuration files and extract values from them License: BSD URL: https://devel.ringlet.net/textproc/confget/ @@ -92,7 +92,8 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +# %{__python3} setup.py test +%pytest %files -n python3-confget -f filelist.lst %dir %{python3_sitelib}/* @@ -101,6 +102,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 01 2025 tzing - 5.1.2-2 +- Fix build error + * Mon Mar 25 2024 wangqiang - 5.1.2-1 - Update package to version 5.1.2 -- Gitee