Skip to content

Commit

Permalink
Don't update annobin
Browse files Browse the repository at this point in the history
We only want to update the data packages on the fly, we want to control
the other packages versions from the image build.
  • Loading branch information
ckelleyRH committed May 9, 2024
1 parent b8a1a33 commit 1c18649
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpminspect_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 || :

Expand Down

0 comments on commit 1c18649

Please sign in to comment.