From 190a061e6e8367459ef7aa7c72a8a93c7dd6aa0e Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 19 Nov 2024 14:50:05 +0300 Subject: [PATCH] Update official-repos --- SPECS/gnome-software.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/gnome-software.spec b/SPECS/gnome-software.spec index 12d9ff1..3de5eb3 100644 --- a/SPECS/gnome-software.spec +++ b/SPECS/gnome-software.spec @@ -166,7 +166,7 @@ desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.deskto cat >> %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.software-fedora.gschema.override << FOE [org.gnome.software] %if 0%{?rhel} -official-repos = [ 'msvsphere-%{?rhel}' ] +official-repos = [ 'msvsphere-%{?rhel}', 'msvsphere-%{?rhel}-extras', 'epel-%{?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' ]