[gnome-software] rpm-ostree: trivial: Disable filelists to match the rpm-ostree daemon



commit aef6365e2a0ea8379ba8740595e3719b1b891d14
Author: Kalev Lember <klember redhat com>
Date:   Sun Feb 24 11:19:01 2019 +0100

    rpm-ostree: trivial: Disable filelists to match the rpm-ostree daemon

 plugins/rpm-ostree/gs-plugin-rpm-ostree.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plugins/rpm-ostree/gs-plugin-rpm-ostree.c b/plugins/rpm-ostree/gs-plugin-rpm-ostree.c
index 9a685407..f48ad291 100644
--- a/plugins/rpm-ostree/gs-plugin-rpm-ostree.c
+++ b/plugins/rpm-ostree/gs-plugin-rpm-ostree.c
@@ -105,6 +105,7 @@ gs_rpmostree_context_new (void)
        dnf_context_set_cache_dir (context, RPMOSTREE_CORE_CACHEDIR RPMOSTREE_DIR_CACHE_REPOMD);
        dnf_context_set_solv_dir (context, RPMOSTREE_CORE_CACHEDIR RPMOSTREE_DIR_CACHE_SOLV);
        dnf_context_set_cache_age (context, G_MAXUINT);
+       dnf_context_set_enable_filelists (context, FALSE);
 
        return context;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]