Skip to content

Broken dnf.conf in latest rawhide image ? #109

@alexmge

Description

@alexmge

Looks like the dnf.conf file located in /etc/dnf/dnf.conf is broken since the latest update of the rawhide image. Whenever trying to install something using dnf install I get the following error : Config error: Parsing file "/etc/dnf/dnf.conf" failed: Parsing file '/etc/dnf/dnf.conf' failed: IniParser: Missing section header at line 1. Indeed, it seems like the file is missing at least the [main] tag at the first line.

dnf.conf in fedora:latest image:

[main]
gpgcheck=True
i>nstallonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=True
tsflags=nodocs

dnf.conf in fedora:rawhide image:

tsflags=nodocs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions