From 248c8dbdc8defa97548be91e1abca25df0f644da Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 27 Mar 2023 08:46:48 +0200 Subject: [PATCH] Added 'flatpak:fedora-testing' into packaging-format-preference --- gnome-software.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-software.spec b/gnome-software.spec index 42a59ce..79fd305 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -150,7 +150,7 @@ official-repos = [ 'rhel-%{?rhel}' ] %else official-repos = [ 'anaconda', 'fedora', 'fedora-debuginfo', 'fedora-source', 'koji-override-0', 'koji-override-1', 'rawhide', 'rawhide-debuginfo', 'rawhide-source', 'updates', 'updates-debuginfo', 'updates-source', 'updates-testing', 'updates-testing-debuginfo', 'updates-testing-source', 'fedora-modular', 'fedora-modular-debuginfo', 'fedora-modular-source', 'rawhide-modular', 'rawhide-modular-debuginfo', 'rawhide-modular-source', 'fedora-cisco-openh264', 'fedora-cisco-openh264-debuginfo' ] required-repos = [ 'fedora', 'updates' ] -packaging-format-preference = [ 'flatpak:fedora', 'rpm' ] +packaging-format-preference = [ 'flatpak:fedora-testing', 'flatpak:fedora', 'rpm' ] %endif FOE