22 lines
545 B
Diff
22 lines
545 B
Diff
From 910f913185545841bbcf66e695c91532eb2535dc Mon Sep 17 00:00:00 2001
|
|
From: Fabio Valentini <decathorpe@gmail.com>
|
|
Date: Sat, 20 Jan 2024 22:28:55 +0100
|
|
Subject: [PATCH] disable deltarpm support in default configuration
|
|
|
|
---
|
|
etc/dnf/dnf.conf | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf
|
|
index bc665d2..7eecb08 100644
|
|
--- a/etc/dnf/dnf.conf
|
|
+++ b/etc/dnf/dnf.conf
|
|
@@ -6,3 +6,4 @@ installonly_limit=3
|
|
clean_requirements_on_remove=True
|
|
best=False
|
|
skip_if_unavailable=True
|
|
+deltarpm=False
|
|
--
|
|
2.43.0
|
|
|