diff --git a/agent/bootstrap-rhel9.sh b/agent/bootstrap-rhel9.sh index 5d01dc7f..a1e2beb0 100755 --- a/agent/bootstrap-rhel9.sh +++ b/agent/bootstrap-rhel9.sh @@ -126,9 +126,6 @@ cmd_retry dnf -y config-manager --add-repo "https://jenkins-systemd.apps.ocp.clo cmd_retry dnf -y install --enablerepo epel,epel-next qemu-kvm scsi-target-utils cmd_retry dnf -y config-manager --set-disabled "mrc0mmand-systemd-centos-ci-centos9-stream9" -# FIXME: pin tzdata to 2024a-2.el9.noarch until https://github.com/systemd/systemd/issues/34471 is resolved. -cmd_retry dnf -y downgrade tzdata-2024a-2.el9.noarch - # Fetch the upstream systemd repo test -e systemd && rm -rf systemd git clone "$REPO_URL" systemd diff --git a/agent/bootstrap.sh b/agent/bootstrap.sh index a090d5d6..58a8a9bf 100755 --- a/agent/bootstrap.sh +++ b/agent/bootstrap.sh @@ -143,9 +143,6 @@ if rpm -q setroubleshoot-server; then dnf -y remove setroubleshoot-server fi -# FIXME: pin tzdata to 2024a-2.el9.noarch until https://github.com/systemd/systemd/issues/34471 is resolved. -cmd_retry dnf -y downgrade tzdata-2024a-2.el9.noarch - # Fetch the upstream systemd repo test -e systemd && rm -rf systemd echo "Cloning repo: $REPO_URL"