diff --git a/dnf/base.py b/dnf/base.py index 375fa079f6..9b59b9d7e5 100644 --- a/dnf/base.py +++ b/dnf/base.py @@ -628,7 +628,8 @@ def _closeRpmDB(self): 'test': rpm.RPMTRANS_FLAG_TEST, 'justdb': rpm.RPMTRANS_FLAG_JUSTDB, 'nocontexts': rpm.RPMTRANS_FLAG_NOCONTEXTS, - 'nocrypto': rpm.RPMTRANS_FLAG_NOFILEDIGEST} + 'nocrypto': rpm.RPMTRANS_FLAG_NOFILEDIGEST, + 'deploops': rpm.RPMTRANS_FLAG_DEPLOOPS} if hasattr(rpm, 'RPMTRANS_FLAG_NOCAPS'): # Introduced in rpm-4.14 _TS_FLAGS_TO_RPM['nocaps'] = rpm.RPMTRANS_FLAG_NOCAPS diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst index 4f3aea0df6..240b35f967 100644 --- a/doc/conf_ref.rst +++ b/doc/conf_ref.rst @@ -536,6 +536,7 @@ configuration file by your distribution to override the DNF defaults. nocontexts RPMTRANS_FLAG_NOCONTEXTS nocaps RPMTRANS_FLAG_NOCAPS nocrypto RPMTRANS_FLAG_NOFILEDIGEST + deploops RPMTRANS_FLAG_DEPLOOPS ============ =========================== The ``nocrypto`` option will also set the ``_RPMVSF_NOSIGNATURES`` and