25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
From 78f56fa46b05409fb49f9c5ba776783aabb89d15 Mon Sep 17 00:00:00 2001
|
|
From: Pavel Valena <pvalena@redhat.com>
|
|
Date: Thu, 30 Jan 2025 12:43:01 +0100
|
|
Subject: [PATCH] test: fix url for btrfs-progs
|
|
|
|
Resolves: RHEL-65249
|
|
---
|
|
test/container/Dockerfile-CentOS-9-Stream | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/container/Dockerfile-CentOS-9-Stream b/test/container/Dockerfile-CentOS-9-Stream
|
|
index 26d308d2..3f0cdf6c 100644
|
|
--- a/test/container/Dockerfile-CentOS-9-Stream
|
|
+++ b/test/container/Dockerfile-CentOS-9-Stream
|
|
@@ -11,7 +11,7 @@ RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)'
|
|
# FIXME: add dmraid, scsi-target-utils (e.g. from COPR)
|
|
RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
|
|
https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/d/dash-0.5.11.5-4.el9.x86_64.rpm \
|
|
- https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/b/btrfs-progs-6.10-1.el9.x86_64.rpm \
|
|
+ https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/b/btrfs-progs-6.12-3.el9.x86_64.rpm \
|
|
qemu-kvm \
|
|
NetworkManager \
|
|
asciidoc \
|
|
|