From ca4f13e831768c017288346fe46a539a14d3d4f0 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 14 Aug 2024 09:14:42 +0200 Subject: [PATCH] ci: Run dnf update in packit tests The daily builds copr repository is enabled after installing the packages so we need to run an update to get the latest version of libblockdev. --- plans/tests.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plans/tests.fmf b/plans/tests.fmf index 1e8359d6c..a314be609 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -10,6 +10,9 @@ prepare: script: - sudo dnf install -y 'dnf-command(copr)' - sudo dnf copr enable -y @storage/blivet-daily + - sudo dnf -y update + - rpm -qq libblockdev + - rpm -qq python3-blockdev - name: ansible how: ansible