Skip to content

Commit

Permalink
images: drop ABRT packages from fedora-rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmatus committed Jul 8, 2024
1 parent 2e610aa commit c8a7995
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion images/scripts/fedora.setup
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,11 @@ rpm -e --verbose man-db
# no need to install all dependencies there
ALL_DEPS="$COCKPIT_DEPS"
if [ "fedora-eln" != "$IMAGE" ]; then
ALL_DEPS="$COCKPIT_MACHINES_DEPS $COCKPIT_STORAGE_DEPS $COCKPIT_DEPS $IPA_CLIENT_PACKAGES $TEST_PACKAGES $ABRT_PACKAGES"
ALL_DEPS="$COCKPIT_MACHINES_DEPS $COCKPIT_STORAGE_DEPS $COCKPIT_DEPS $IPA_CLIENT_PACKAGES $TEST_PACKAGES"

if [ "$VERSION_ID" -le "40" ]; then
ALL_DEPS="$ALL_DEPS $ABRT_PACKAGES"
fi
fi
dnf $DNF_OPTS -y upgrade
dnf $DNF_OPTS -y install $ALL_DEPS
Expand Down

0 comments on commit c8a7995

Please sign in to comment.