diff --git a/python-confget.spec b/python-confget.spec index 589ed88cb8fa2a995c2bbc30af3f2fc605e3788d..e44b9701177ee817c47c96e02bee8333f7416a89 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