Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dnf for openSUSE:Factory checked in 
at 2021-03-16 15:43:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf (Old)
 and      /work/SRC/openSUSE:Factory/.dnf.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnf"

Tue Mar 16 15:43:21 2021 rev:26 rq:878382 version:4.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf/dnf.changes  2021-03-10 08:46:12.442204779 
+0100
+++ /work/SRC/openSUSE:Factory/.dnf.new.2401/dnf.changes        2021-03-16 
15:44:27.329042090 +0100
@@ -1,0 +2,6 @@
+Thu Mar 11 11:16:52 UTC 2021 - Christian V??gl <christian.vo...@suse.com>
+
+- Add dnf-4.6_vendor_change_doc.patch to adapt the documentation
+  to the actual SUSE default value (bsc#1180339)
+
+-------------------------------------------------------------------

New:
----
  dnf-4.6_vendor_change_doc.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dnf.spec ++++++
--- /var/tmp/diff_new_pack.CtCOiZ/_old  2021-03-16 15:44:27.897042998 +0100
+++ /var/tmp/diff_new_pack.CtCOiZ/_new  2021-03-16 15:44:27.901043005 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dnf
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2020-2021 Neal Gompa <ngomp...@gmail.com>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -66,6 +66,8 @@
 # openSUSE specific fixes
 ## Migrate DNF persistent state directory to /usr/lib/sysimage
 Patch1001:      
dnf-4.6.0-Use-usr-lib-sysimage-for-the-persistent-state-dir.patch
+## We defalut allow_vendor_change to False, upstream has it as True
+Patch1002:      dnf-4.6_vendor_change_doc.patch
 
 BuildRequires:  bash-completion
 BuildRequires:  cmake

++++++ dnf-4.6_vendor_change_doc.patch ++++++
>From 2b4c1e8a6e9970a8a6b8030e0ed4c7fda59c9be5 Mon Sep 17 00:00:00 2001
From: Christian Voegl <cvo...@suse.com>
Date: Thu, 11 Mar 2021 14:51:59 +0100
Subject: [PATCH] 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 9a939d8b..4b9059da 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.26.2

Reply via email to