Hide Forgot
Created attachment 1148973 [details] dnf.conf Description of problem: When using "excludes=kernel*" in the dnf.conf file, DNF correctly does not touch kernel* packages for any operation. However, when running `dnf list available kernel\* --disableexcludes \*`, nothing is yielded. Version-Release number of selected component (if applicable): dnf-0:1.1.8-1.fc23.noarch How reproducible: Always Steps to Reproduce: 1. put "excludes=kernel*" into /etc/dnf/dnf.conf 2. run `dnf list available kernel\* --disableexcludes \*` 3. Actual results: Error: No matching Packages to list Expected results: Lists available packages starting with "kernel*"
Hi Tomas, you probably wanted to use --disableexcludes=all or --disableexcludes=main (http://dnf.readthedocs.org/en/latest/command_ref.html). Feel free to reopen if I am wrong.