ToddAndMargo via users wrote: > On 2/4/23 00:39, Barry wrote: >> >> I always understood that each tag can only appear once. > > Seems I got away with it a lot Multiple excludepkgs entries in dnf.conf don't work in f36 either. Only the last one is used. # rpm -q dnf dnf-4.14.0-1.fc36.noarch # printf 'excludepkgs=%s\n' 'wine*' 'git*' >>/etc/dnf/dnf.conf # dnf -qq list wine | cat Available Packages wine.i686 8.0-1.fc36 updates wine.x86_64 8.0-1.fc36 updates # sed -i '/^excludepkgs=/d' /etc/dnf/dnf.conf # printf 'excludepkgs=%s\n' 'git*' 'wine*' >>/etc/dnf/dnf.conf # dnf -qq list wine Error: No matching Packages to list # dnf -qq list git | cat Available Packages git.x86_64 2.39.1-1.fc36 updates I'm not sure you got away with anything. You may not have noticed it wasn't working as you had hoped. :) -- Todd
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue