matteocorti / check_updates

check_updates is a Nagios plugin to check if RedHat or Fedora system is up-to-date
https://matteocorti.github.io/check_updates/
GNU General Public License v3.0
20 stars 18 forks source link

EL9: more runtime requirements #56

Closed pille closed 2 years ago

pille commented 2 years ago

Describe the bug

on EL9 (e.g. AlmaLinux 9.0) the following additional runtime requirements are needed:

freshly install AlmaLinux 9.0 and check_updates.

Expected behavior

plugin works

System (please complete the following information):

matteocorti commented 2 years ago

Already fixed with #55

$ rpm -q --requires /home/corti/rpmbuild/RPMS/x86_64/nagios-plugins-check-updates-2.0.3-0.fc36.x86_64.rpm
/usr/bin/perl
nagios-plugins
perl(Carp)
perl(English)
perl(Monitoring::Plugin)
perl(POSIX)
perl(Readonly)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
matteocorti commented 2 years ago

Tested on CentOS 9

pille commented 2 years ago

thanks for your swift reaction. wasn't aware of the change, as #55 just referenced the "release"-commit.