!14 [sync] PR-13: Specify the installation path as usr/sbin

From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2022-07-30 01:00:50 +00:00 committed by Gitee
commit e6e37ae402
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: iotop
Version: 0.6
Release: 23
Release: 24
Summary: Simple top-like I/O monitor
License: GPLv2+
URL: http://guichaz.free.fr/iotop/
@ -46,7 +46,7 @@ This contains man files for the using of iotop
%py3_build
%install
%py3_install
%{__python3} setup.py install -O1 --skip-build --root=%{buildroot} --install-scripts=%{_sbindir}
%files
%doc README
@ -58,6 +58,9 @@ This contains man files for the using of iotop
%{_mandir}/man8/iotop.*
%changelog
* Tue Jul 26 2022 wangzhiqiang <wangzhiqiang95@huawei.com> - 0.6-24
- DESC: specify the installation path as usr/sbin
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.6-23
- DESC: delete -S git from %autosetup, and delete BuildRequires git