Bug 1615377
| Summary: | "excludes" option in dnf.conf does not work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vít Ondruch <vondruch> |
| Component: | dnf | Assignee: | rpm-software-management |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | dmach, jrohel, mblaha, packaging-team-maint, rpm-software-management, vmukhame |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-03 13:44:59 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
Vít Ondruch
2018-08-13 13:08:14 UTC
This is actually a bit larger snippet: ~~~ ... snip ... Installing weak dependencies: beignet x86_64 1.3.2-5.fc29 rawhide 4.8 M compiler-rt x86_64 6.0.1-2.fc29 rawhide 1.9 M exiv2 x86_64 0.26-12.fc29 rawhide 886 k geolite2-city noarch 20180605-2.fc29 rawhide 19 M geolite2-country noarch 20180605-2.fc29 rawhide 1.0 M gnome-tweaks noarch 3.29.90.1-1.fc29 rawhide 338 k hunspell-en noarch 0.20140811.1-13.fc29 rawhide 193 k libguestfs-tools-c x86_64 1:1.39.8-1.fc29 rawhide 4.9 M libguestfs-xfs x86_64 1:1.39.8-1.fc29 rawhide 17 k libomp x86_64 6.0.1-3.fc29 rawhide 314 k libreoffice-gtk2 x86_64 1:6.0.6.1-7.fc29 rawhide 234 k libreoffice-help-en x86_64 1:6.0.6.1-7.fc29 rawhide 4.9 M mesa-libOpenCL x86_64 18.1.5-1.fc29 rawhide 311 k network-scripts-teamd x86_64 1.27-10.fc29 rawhide 11 k openssl-pkcs11 x86_64 0.4.8-1.fc29 rawhide 57 k python3-beaker noarch 1.10.0-1.fc29 rawhide 109 k python3-crypto x86_64 2.6.1-24.fc29 rawhide 477 k sane-backends-drivers-cameras x86_64 1.0.27-18.fc29 rawhide 31 k ... snip ... ~~~ This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle. Changing version to '29'. This seems to be resolved by an update to: ~~~ $ rpm -q libdnf libdnf-0.20.0-2.fc30.x86_64 ~~~ Command line argument "-x kernel\*" overrode the exclude from dnf.conf. Fixed by PR https://github.com/rpm-software-management/libdnf/pull/573 |