diff --git a/iotop.spec b/iotop.spec index bbbe91b..0a0a0ae 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,12 +1,12 @@ Name: iotop Version: 0.6 -Release: 1mamba +Release: 2mamba Summary: Top like utility for I/O Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://guichaz.free.fr/iotop +URL: http://guichaz.free.fr/iotop/ Source: https://repo.or.cz/iotop.git/iotop-%{version}/iotop-%{version}.tar.bz2 Patch0: iotop-0.6-python3.patch Patch1: iotop-0.6-python3build.patch @@ -14,7 +14,7 @@ Patch2: iotop-0.6-noendcurses.patch Patch3: iotop-0.6-batchprintutf8.patch License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END %description @@ -46,8 +46,13 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) +%dir %{python3_sitearch}/iotop-%{version}-py*.egg-info +%{python3_sitearch}/iotop-%{version}-py*.egg-info/* %doc COPYING THANKS %changelog +* Thu Oct 05 2023 Silvan Calarco 0.6-2mamba +- rebuilt with python3 == 3.11 + * Sun May 09 2021 Silvan Calarco 0.6-1mamba - package created using the webbuild interface