dnf5.conf-vendorpolicy
DNF5 Vendor Change Policy File Reference
- Provided by: dnf5 (Version: 5.4.3.0-1)
- Report a bug
DNF5 Vendor Change Policy File Reference
The vendor change policy configuration files define rules for allowed package vendor changes. They specify which vendors (outgoing) are allowed to change to which other vendors (incoming). Vendor matching is performed during package replacement (upgrade/downgrade/reinstall) operations when the allow_vendor_change <#allow-vendor-change-options-label> option is disabled.
The configuration files use TOML format.
The vendor change policy configuration format supports two versions:
Each configuration file must specify its version using the version field.
Note:
For detailed information about each version's syntax and features, please refer to the version-specific documentation:
Vendor change policy files are read from the following directories:
Only files with the .conf extension are considered. Configuration files are sorted alphanumerically by their filename and then read in this sorted order.
If a file with the same name exists in both directories, the file from /etc/dnf/vendors.d/ is used. This implies that the distribution configuration file can be simply overridden by creating a file with the same name in the /etc/dnf/vendors.d/ directory.
See AUTHORS.md in dnf5 source distribution.
Contributors to the dnf5 project.