From 0319d3b579286b3252844ed231123d8409e3d57d Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Fri, 20 Oct 2023 22:04:10 -0600 Subject: [PATCH] fix(f39): Exclude raw-thumbnailer from Fedora 39 images --- packages.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 879eb91..712000e 100644 --- a/packages.json +++ b/packages.json @@ -50,7 +50,6 @@ "pipewire-pulseaudio", "powerline", "qgnomeplatform-qt5", - "raw-thumbnailer", "redshift-gtk", "sane-backends-drivers-scanners", "setroubleshoot", @@ -78,6 +77,7 @@ "37": { "include": { "all": [ + "raw-thumbnailer" ] }, "exclude": { @@ -86,11 +86,21 @@ }, "38": { "include": { - "all": [] + "all": [ + "raw-thumbnailer" + ] }, "exclude": { "all": [ ] } + }, + "39": { + "include": { + "all": [] + }, + "exclude": { + "all": [] + } } }