From 1c186490dd14f768705f2862b061c0bc388866d5 Mon Sep 17 00:00:00 2001 From: Chris Kelley <82874386+ckelleyRH@users.noreply.github.com> Date: Wed, 8 May 2024 11:31:18 +0100 Subject: [PATCH] Don't update annobin We only want to update the data packages on the fly, we want to control the other packages versions from the image build. --- rpminspect_runner.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rpminspect_runner.sh b/rpminspect_runner.sh index beaf2c1..8b56afa 100755 --- a/rpminspect_runner.sh +++ b/rpminspect_runner.sh @@ -230,11 +230,6 @@ if ! update_clamav_database; then update_clamav_database || : fi -# Update annobin -# FIXME: we don't want to touch packages when the base image is Rawhide... -# We can uncomment this once the latest annocheck can be installed from a stable repo. -#dnf update -y annobin* > update_annobin.log 2>&1 || : - # Update the data packages, but from COPR, not from the official Fedora repositories dnf -y update --disablerepo="fedora*" "${RPMINSPECT_PACKAGE_NAME}" "${RPMINSPECT_DATA_PACKAGE_NAME}" fedora-license-data > update_rpminspect.log 2>&1 || :