On 2/3/23 18:13, ToddAndMargo via users wrote:
On 2/2/23 22:29, Samuel Sieb wrote:
On 2/1/23 21:55, ToddAndMargo via users wrote:
What is wrong with my wine dnf excludes?

# grep -i wine  /etc/dnf/dnf.conf
excludepkgs=wine*
excludepkgs=wine-*

dnf still tried to upgrade wine!!!!

I bet you have some other excludepkgs lines after that.  Only the last one takes effect.  I just tested it and "excludepkgs=wine*" stops even "dnf upgrade wine*".


Here is the whole thing, which worked under fc36:

$ cat /etc/dnf/dnf.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
excludepkgs=metasploit-framework
# excludepkgs=metasploit-framework wine*
# excludepkgs=thunderbird* metasploit-framework wine*
# excludepkgs=thunderbird* metasploit-framework
excludepkgs=wine*
# excludepkgs=wine-*
excludepkgs=resolvconf
excludepkgs=systemd-resolved


OH GET A LOAD OF THIS!!!!

# dnf upgrade --excludepkgs=wine*

Works!!!

AAAAAAHHHHHH  !!!!!!



I just enter the following bug report:

dnf.conf excludepkgs=wine* no longer works
https://bugzilla.redhat.com/show_bug.cgi?id=2167036

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to