1
0
forked from pool/irqstat

3 Commits

Author SHA256 Message Date
ca97dee283 Accepting request 1149577 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1149577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqstat?expand=0&rev=2
2024-02-22 20:02:05 +00:00
e722ec55d8 Accepting request 1149446 from home:dimstar:rpm4.20:i
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149446
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/irqstat?expand=0&rev=5
2024-02-22 16:03:52 +00:00
b0b55e5ec2 Accepting request 880775 from server:monitoring
irqstat is a simple and yet quite effective python script for both online monitoring and offline parsing of the content of the special file /proc/interrupts, especially on large NUMA servers

OBS-URL: https://build.opensuse.org/request/show/880775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqstat?expand=0&rev=1
2021-03-24 15:15:41 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 13:44:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Tue Mar 23 17:08:16 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>

View File

@@ -33,9 +33,7 @@ BuildArch: noarch
A better way to watch /proc/interrupts, designed for NUMA systems with many processors.
%prep
%setup -q -n irqstat-%{version}
%patch1 -p1
%patch2 -p1
%autosetup -p1 -n irqstat-%{version}
%build