OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/dnf?expand=0&rev=92
29 lines
947 B
Diff
29 lines
947 B
Diff
From b894e095df78a40ddc4f5c6e5960b6cf406b03ff Mon Sep 17 00:00:00 2001
|
|
From: Christian Voegl <cvoegl@suse.com>
|
|
Date: Thu, 11 Mar 2021 14:51:59 +0100
|
|
Subject: [PATCH 1/2] Document Fals as default for allow_vendor_change
|
|
|
|
allow_vendor_change defaults to False due to
|
|
libdnf-0.55.0-Switch-allow_vendor_change-off.patch in libdnf,
|
|
so the documentation has to be changed here
|
|
---
|
|
doc/conf_ref.rst | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
|
|
index 466d45f0..915ebbc3 100644
|
|
--- a/doc/conf_ref.rst
|
|
+++ b/doc/conf_ref.rst
|
|
@@ -65,7 +65,7 @@ configuration file by your distribution to override the DNF defaults.
|
|
:ref:`boolean <boolean-label>`
|
|
|
|
If disabled dnf will stick to vendor when upgrading or downgrading rpms.
|
|
- Default is ``True``
|
|
+ Default is ``False``
|
|
|
|
.. WARNING:: This option is currently not supported for `downgrade` and `distro-sync` commands
|
|
|
|
--
|
|
2.48.1
|
|
|