Skip to content

Commit

Permalink
Support RPMTRANS_FLAG_DEPLOOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Feb 26, 2024
1 parent 8ba719c commit 9cab406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/dnf5.conf.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ repository configuration file should aside from repo ID consists of baseurl, met
``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
Expand Down
1 change: 1 addition & 0 deletions libdnf5/base/transaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ constexpr std::pair<const char *, rpmtransFlags_e> string_tsflag_map[]{
{"nocontexts", RPMTRANS_FLAG_NOCONTEXTS},
{"nocaps", RPMTRANS_FLAG_NOCAPS},
{"nocrypto", RPMTRANS_FLAG_NOFILEDIGEST},
{"deploops", RPMTRANS_FLAG_DEPLOOPS},
};

const std::map<base::Transaction::TransactionRunResult, BgettextMessage> TRANSACTION_RUN_RESULT_DICT = {
Expand Down

0 comments on commit 9cab406

Please sign in to comment.