From 72b73e884e983c2a83688fe01be7395d2dd40772 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 28 Nov 2023 20:13:18 -0700 Subject: [PATCH] fix: Always return pipewire replacement as true rpm-ostree errors out when the package version being replaced on the system matches the replacement. Given pipewire versions are mismatched relatively frequently, it's better we keep the fix and return true --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0624ed0b..7072687a 100644 --- a/Containerfile +++ b/Containerfile @@ -122,7 +122,8 @@ RUN rpm-ostree override replace \ pipewire-jack-audio-connection-kit-libs \ pipewire-libs \ pipewire-pulseaudio \ - pipewire-utils && \ + pipewire-utils \ + || true && \ rpm-ostree install \ vulkan-loader.i686 \ alsa-lib.i686 \