diff --git a/python-schedutils.spec b/python-schedutils.spec index 235e4df84e720a2ad7cdbb007d1e5de1ab850bb6..4d1ed579f39618b8f947aba9053b04d0f9f5b98e 100644 --- a/python-schedutils.spec +++ b/python-schedutils.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: Linux scheduler python bindings Name: python-schedutils Version: 0.6 @@ -26,11 +26,14 @@ Summary: %summary %prep %autosetup -p1 +%generate_buildrequires +%pyproject_buildrequires + %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install %files -n python3-schedutils %license COPYING @@ -39,9 +42,13 @@ Summary: %summary %{_mandir}/man1/pchrt.1* %{_mandir}/man1/ptaskset.1* %{python3_sitearch}/schedutils*.so -%{python3_sitearch}/*.egg-info +%{python3_sitearch}/schedutils-%{version}.dist-info/ + %changelog +* Mon Feb 27 2023 mgb01105731 - 0.6-2 +- optimise dependency + * Tue Mar 08 2022 mgb01105731 - 0.6-1 - Init from upstream version 0.6