do not show DELAY_ACCT error for non-existent pids(#2052422)
Resolves: #2052422
This commit is contained in:
parent
ecf730f2a5
commit
5d061bfc1b
17
iotop.spec
17
iotop.spec
@ -1,6 +1,6 @@
|
||||
Name: iotop
|
||||
Version: 0.6
|
||||
Release: 28%{?dist}
|
||||
Release: 29%{?dist}
|
||||
Summary: Top like utility for I/O
|
||||
License: GPLv2+
|
||||
URL: http://guichaz.free.fr/iotop/
|
||||
@ -17,6 +17,14 @@ Patch2: iotop-python3build.patch
|
||||
# sent upstream, iotop <= 0.6, rhbz#1285088
|
||||
Patch3: iotop-0.3.2-batchprintutf8.patch
|
||||
|
||||
# 3x from upstream, iotop <= 0.6, prerequisities for rhbz#1679201
|
||||
Patch4: iotop-0.6-gitdd4fcc71.patch
|
||||
Patch5: iotop-0.6-gitab35334d.patch
|
||||
Patch6: iotop-0.6-git9c49d59.patch
|
||||
|
||||
# rhbz#1679201
|
||||
Patch7: iotop-0.6-delayacctmsg.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
|
||||
@ -32,6 +40,10 @@ show of behalf of which process is the I/O going on.
|
||||
%patch1 -p1 -b .python3
|
||||
%patch2 -p1
|
||||
%patch3 -p1 -b .batchprintutf8
|
||||
%patch4 -p1 -b .gitdd4fcc71
|
||||
%patch5 -p1 -b .gitab35334d
|
||||
%patch6 -p1 -b .git9c49d59
|
||||
%patch7 -p1 -b .delayacctmsg
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -47,6 +59,9 @@ show of behalf of which process is the I/O going on.
|
||||
%{_mandir}/man8/iotop.*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 28 2022 Michal Hlavinka <mhlavink@redhat.com> - 0.6-29
|
||||
- do not show DELAY_ACCT error for non-existent pids(#2052422)
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.6-28
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user