#5 Version Update to 1.8.5
Closed 2 years ago by carlwgeorge. Opened 2 years ago by seaninspace.
rpms/ seaninspace/nagios-plugins-check-updates rawhide  into  rawhide

Updating version
seaninspace • 2 years ago  
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,8 +5,8 @@ 

  %define debug_package %{nil}

  

  Name:          nagios-plugins-check-updates

- Version:       1.7.10

- Release:       5%{?dist}

+ Version:       1.8.5

+ Release:       1%{?dist}

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

  

  License:       GPLv3+
@@ -83,6 +83,9 @@ 

  

  

  %changelog

+ * Sat Jul 30 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

+ 

  * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.10-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

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

Bumping version to add support for more distros

@dherrera just for your awareness, though not sure if this falls under your responsibility. If I missed something in this PR that would've fixed the CI build happy to update it or provide any other help!

Howdy @seaninspace, I'm not the maintainer of this package but I can help you out here. The CI build failed because the upstream tarball was missing from the lookaside cache. This is a separate area that allows us to store tarballs outside of git. It's what the sources file references so the build system can download a verified tarball. This git forge together with the lookaside cache make up what we call dist-git.

I couldn't merge this PR directly because there was a rebuild commit on the rawhide branch after you opened it. I cherry-picked your commit to the rawhide branch, fixed the merge conflict in the changelog, and uploaded the upstream tarball to the lookaside cache. I also had to make a slight tweak to not include the TODO file, which was part of the 1.7 series but not the 1.8 series. Consider this merged (even though the UI here in the PR will show it as closed). Thanks for the contribution!

Pull-Request has been closed by carlwgeorge

2 years ago

Hey @carlwgeorge! ah ha, I figured the placement of the tarballs mattered but wasn't sure where to go. I imagine the lookaside cache is only accessible to those in the packager group?

Thank you for all that information and help! It's very useful to see the whole process, and I'll read up more on the packaging/licensing guidelines.

As for future updates I'm more than happy to help co-maintain, I've reached out to @piotrp separately and I'll wait for his response.