Convert spec file to use pyproject-rpm-macros
Use %pyproject_buildrequires, %pyproject_build, %pyproject_install
Use %pyproject_save_files for automatic file list generation
Remove oscilloscope (unsupported in RHEL)
Resolves: RHEL-114902
Signed-off-by: John Kacur <jkacur@redhat.com>
From package maintainer's annoucement:
A few highlights.
- more flexible way to specify scheduling policy, fifo, sched_fifo, etc
- fix to display correct cpu affinity when cpus are offlined
- warning if unable to move a pid during isolate that would otherwise be
legal
- many small fixes and clean-ups