On 7/2/22 05:44, Grumpey wrote:
How do I ask dnf what current Wine repo releases
are available (current and downgrade in case of
another blocking bug) whilst I have wine excluded?

Disable the configuration file excludes. Takes one of the following
three options:
all, disables all configuration file excludes
main, disables excludes defined in the [main] section
repoid, disables excludes defined for the given repository

To temporarily disable you'll want to use:
sudo dnf --disableexcludes=main list | grep -i wine-common
or
sudo dnf --disableexcludes=main info wine-common


$ su root -c "dnf --disableexcludes=main info wine-common"
Password:
Copr repo for openvpn-release owned by dsommers 496 B/s | 341 B 00:00 Errors during downloading metadata for repository 'copr:copr.fedorainfracloud.org:dsommers:openvpn-release': - Status code: 404 for https://download.copr.fedorainfracloud.org/results/dsommers/openvpn-release/fedora-35-x86_64/repodata/repomd.xml (IP: 65.8.158.75) Error: Failed to download metadata for repo 'copr:copr.fedorainfracloud.org:dsommers:openvpn-release': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Fedora 35 - x86_64 - Updates 67 kB/s | 17 kB 00:00 Fedora 35 - x86_64 - Updates 675 kB/s | 2.9 MB 00:04 Fedora Modular 35 - x86_64 - Updates 42 kB/s | 16 kB 00:00 Waterfox (deb/pkg.tar.xz/rpm/AppImage) (Fedora_ 1.0 kB/s | 1.1 kB 00:01 Errors during downloading metadata for repository 'home_hawkeye116477_waterfox': - Status code: 404 for https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_33/repodata/repomd.xml (IP: 195.135.221.134) Error: Failed to download metadata for repo 'home_hawkeye116477_waterfox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

$ su root -c "dnf --disableexcludes=main list | grep -i wine-common"
Password:
Errors during downloading metadata for repository 'copr:copr.fedorainfracloud.org:dsommers:openvpn-release': - Status code: 404 for https://download.copr.fedorainfracloud.org/results/dsommers/openvpn-release/fedora-35-x86_64/repodata/repomd.xml (IP: 65.8.158.79) Error: Failed to download metadata for repo 'copr:copr.fedorainfracloud.org:dsommers:openvpn-release': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Errors during downloading metadata for repository 'home_hawkeye116477_waterfox': - Status code: 404 for https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_33/repodata/repomd.xml (IP: 195.135.221.134) Error: Failed to download metadata for repo 'home_hawkeye116477_waterfox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
_______________________________________________
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to