This commit is contained in:
Your Name 2025-02-10 18:47:42 +00:00
parent 410d543eeb
commit de545aa532
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,3 @@
sources: sources:
psutil-5.6.7.tar.gz: 9ea8f25fe66897d9a2354708e769da530fb4687d psutil-5.6.7.tar.gz: 9ea8f25fe66897d9a2354708e769da530fb4687d
release-5.6.7.tar.gz: 9ea8f25fe66897d9a2354708e769da530fb4687d

View file

@ -39,7 +39,7 @@ ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
%prep %prep
%autosetup -p0 -n %{srcname}-release-%{version} %setup -qn %{srcname}-release-%{version}
# Remove shebangs # Remove shebangs
find psutil -name \*.py | while read file; do find psutil -name \*.py | while read file; do
@ -57,7 +57,6 @@ done
%py38_install %py38_install
%files -n python38-%{srcname} %files -n python38-%{srcname}
%license LICENSE %doc CREDITS HISTORY.rst README.rst LICENSE
%doc CREDITS HISTORY.rst README.rst
%{python38_sitearch}/%{srcname}/ %{python38_sitearch}/%{srcname}/
%{python38_sitearch}/*.egg-info %{python38_sitearch}/*.egg-info