Bug 1352234
Summary: | RFE: implement /etc/dnf.conf.d drop-in configuration folder | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Patrick Schleizer <adrelanos> |
Component: | dnf | Assignee: | rpm-software-management |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | fedoraproject, jmracek, mcurlej, ondrej.sojka, packaging-team-maint, riehecky, vmukhame |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-03-04 08:31:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Patrick Schleizer
2016-07-02 21:18:31 UTC
use case: Editing config files such as /etc/dnf/dnf.conf with scripts / config packages is problematic for various reasons. When modifying it as a sysadmin it may later conflict with settings changed by the user. Also if dnf is updated and any changes are made to /etc/dnf/dnf.conf by dnf, these cannot be automatically merged. It will result in a /etc/dnf/dnf.conf.rpmnew file that needs to be manually resolved. It would be a lot simpler / more convenient if scripts / config packages could just drop configuration snippets into /etc/dnf/conf.d. Debian has something similar with /etc/apt/conf.d. we can do that but it has low priority. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. The feature is under implementation for DNF5. See https://github.com/rpm-software-management/dnf5/pull/741. This feature has been implemented in DNF5 by PR: https://github.com/rpm-software-management/dnf5/pull/813 There are no plans to implement this into DNF4. Closing. |