perfsonar / nagios

Nagios checks for perfSONAR services
Apache License 2.0
2 stars 0 forks source link

EL9 RPM dependency issues #22

Closed arlake228 closed 1 year ago

arlake228 commented 1 year ago

On EL9 it appears that this package has two dependency issues:

  1. It is looking for python3-pscheduler instead of python-pscheduler. This is easily fixable by moving the Requires to the EL9 if clause already in the spec
  2. the Nagios::Plugins perl module is not available anywhere. We likely need to rebuild this.

The entire package goes away in perfSONAR 5.1.0, so we should balance how we want to handle this. As it currently stands, this prevents MaDDash from installing on EL9.