#3 Bump version for more distro support
Closed 2 years ago by seaninspace. Opened 2 years ago by seaninspace.
rpms/ seaninspace/nagios-plugins-check-updates epel8  into  epel8

file modified
+1
@@ -28,3 +28,4 @@ 

  /check_updates-1.7.8.tar.gz

  /check_updates-1.7.9.tar.gz

  /check_updates-1.7.10.tar.gz

+ /check_updates-1.8.5.tar.gz

@@ -5,7 +5,7 @@ 

  %define debug_package %{nil}

  

  Name:          nagios-plugins-check-updates

- Version:       1.7.10

+ Version:       1.8.5

  Release:       1%{?dist}

  Summary:       A Nagios plugin to check if Red Hat or Fedora system is up-to-date

  
@@ -70,6 +70,9 @@ 

  

  

  %changelog

+ * Wed Jul 20 2022 Sean Mottles <seanmottles@posteo.net> - 1.8.5-1

+ - Update version to support AlmaLinux and Rocky Linux; Skip the kernel checks if the kernel is not installed with RPM

+ 

  * Fri May 08 2020 Martin Jackson <mhjacks@swbell.net> - 1.7.10-1

  - new version

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (check_updates-1.7.10.tar.gz) = 3ad05e075876b401611664460a381f4b032026cf0252167070aebde89c476edca8d5eeaeb598c54ba51946c9a754dc4c3fb852f05ff0aa671cca509c5d84ba3c

+ SHA512 (check_updates-1.8.5.tar.gz) = 5e8397d24621bbc73eee7bfb8e3e5bbe9370602f1af1daf253858df725d69960320804121d3e189952af06973bb5cbdfcb84a59487dde6ee78788941ce509d32 

Hi,

This is my first package update contribution, so apologies in advance if something is off.

The goal was to be able to close this ticket: https://bugzilla.redhat.com/show_bug.cgi?id=1941074

From: https://github.com/matteocorti/check_updates/releases/tag/v1.8.5

Thanks!

I checked that upgrading to this version solves the problem and upgrading shouldn't bring any breaking changes, but I believe that it would be better to do this upgrade to the rawhide branch and then applying it to the epel8 branch.

I'll submit later a patch to backport the changes that solve bug 1941074, but I would also recommend you to resubmit the upgrade to rawhide so that we don't need to depend on it in the future :thumbsup:

Gotcha, will do. Thanks for the help!

Pull-Request has been closed by seaninspace

2 years ago