Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-03 Thread ToddAndMargo via users
On 7/3/22 15:56, Go Canes wrote: On Sun, Jul 3, 2022 at 6:21 PM ToddAndMargo via users wrote: # dnf "--setopt=excludepkgs=wine*" whatprovides 'wine*' You want << --setopt=excludepkgs='"" >> <--- EMPTY - to override the exclude you have in the config file. Your command is excluding any

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-03 Thread Go Canes
On Sun, Jul 3, 2022 at 6:21 PM ToddAndMargo via users wrote: > # dnf "--setopt=excludepkgs=wine*" whatprovides 'wine*' You want << --setopt=excludepkgs='"" >> <--- EMPTY - to override the exclude you have in the config file. Your command is excluding any package whose name starts with

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-03 Thread ToddAndMargo via users
On 7/3/22 13:58, Go Canes wrote: On Sun, Jul 3, 2022 at 4:30 PM ToddAndMargo via users wrote: $ su root -c "dnf --setopt=excludepkgs=wine* whatprovides wine*" That should really be "dnf --setopt=excludepkgs='' whatprovides 'wine*' " ...otherwise shell globbing could get in the way. ANd you

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-03 Thread Go Canes
On Sun, Jul 3, 2022 at 4:30 PM ToddAndMargo via users wrote: > $ su root -c "dnf --setopt=excludepkgs=wine* whatprovides wine*" That should really be "dnf --setopt=excludepkgs='' whatprovides 'wine*' " ...otherwise shell globbing could get in the way. ANd you want excludepkgs to be *empty*.

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-03 Thread ToddAndMargo via users
On 7/3/22 12:43, Samuel Sieb wrote: On 7/3/22 09:23, ToddAndMargo via users wrote: On 7/1/22 15:51, ToddAndMargo via users wrote: Hi All, Due to this bug:     https://bugs.winehq.org/show_bug.cgi?id=52586 I have Wine updates excluded from /etc/dnf/dnf.conf. The issue is corrected in Wine

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-03 Thread Samuel Sieb
On 7/3/22 09:23, ToddAndMargo via users wrote: On 7/1/22 15:51, ToddAndMargo via users wrote: Hi All, Due to this bug:     https://bugs.winehq.org/show_bug.cgi?id=52586 I have Wine updates excluded from /etc/dnf/dnf.conf. The issue is corrected in Wine 7.12.  Our intrepid testers missed

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-03 Thread ToddAndMargo via users
On 7/1/22 15:51, ToddAndMargo via users wrote: Hi All, Due to this bug:    https://bugs.winehq.org/show_bug.cgi?id=52586 I have Wine updates excluded from /etc/dnf/dnf.conf. The issue is corrected in Wine 7.12.  Our intrepid testers missed this bugs and allowed 7 out in the wild.  Oh the

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread ToddAndMargo via users
On 7/2/22 16:45, Grumpey wrote: $ 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

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread Grumpey
> $ 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 >

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread ToddAndMargo via users
On 7/2/22 09:18, George N. White III wrote: The winehq bug says the patch works on 7.11 as well.  Koji has wine-7.11 builds for Fedora 35, 36, and 37 in updates-testing I will wait for 7.15 to show up in the repo. I do appreciate the extra layer of testing, even though they missed this one:

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread ToddAndMargo via users
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

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread Joe Zeff
On 7/2/22 12:27, Barry Scott wrote: dnf does not have a -n option. OK, then use --assumeno which I know it has. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread Barry Scott
> On 2 Jul 2022, at 08:58, Tim via users wrote: > > Tim: >>> I can't remember if there's a "practice only" kind of option. > > Joe Zeff: >> Instead of using dnf -y use dnf -n. > > Doing a no instead of yes just abandons the download and install, the > kind of thing I'd already described. I

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread Barry Scott
> On 2 Jul 2022, at 06:15, Joe Zeff wrote: > > On 7/1/22 22:17, Tim via users wrote: >> I can't remember if >> there's a "practice only" kind of option. > > Instead of using dnf -y use dnf -n. dnf does not have a -n option. $ dnf update -n usage: dnf upgrade [-c [config file]] [-q] [-v]

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread George N. White III
On Fri, Jul 1, 2022 at 7:52 PM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > Hi All, > > Due to this bug: > > https://bugs.winehq.org/show_bug.cgi?id=52586 > > I have Wine updates excluded from /etc/dnf/dnf.conf. > > The issue is corrected in Wine 7.12. Our intrepid >

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread Grumpey
> 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

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread Go Canes
On Fri, Jul 1, 2022 at 9:17 PM ToddAndMargo via users wrote: > > On 7/1/22 17:57, Samuel Sieb wrote: > > On 7/1/22 17:50, ToddAndMargo via users wrote: > >> I am afraid to take the exclusion out as if Wine > >> gets accidentally upgrade to 7.0 and I have > >> no downgrade, it will take my

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-02 Thread Tim via users
Tim: >> I can't remember if there's a "practice only" kind of option. Joe Zeff: > Instead of using dnf -y use dnf -n. Doing a no instead of yes just abandons the download and install, the kind of thing I'd already described. I was thinking of whether there was an option that went through the

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread Joe Zeff
On 7/1/22 22:17, Tim via users wrote: I can't remember if there's a "practice only" kind of option. Instead of using dnf -y use dnf -n. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread Tim via users
On Fri, 2022-07-01 at 17:50 -0700, ToddAndMargo via users wrote: > I am afraid to take the exclusion out as if Wine > gets accidentally upgrade to 7.0 and I have > no downgrade, it will take my business down. Temporarily take it out. Don't let anything do updates by themselves in the background.

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread ToddAndMargo via users
On 7/1/22 18:27, Thomas Cameron via users wrote: On 7/1/22 19:50, ToddAndMargo via users wrote: I am afraid to take the exclusion out as if Wine gets accidentally upgrade to 7.0 and I have no downgrade, it will take my business down. Totally fair point. Not trying to tell you how to run

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread Thomas Cameron via users
On 7/1/22 19:50, ToddAndMargo via users wrote: I am afraid to take the exclusion out as if Wine gets accidentally upgrade to 7.0 and I have no downgrade, it will take my business down. Totally fair point. Not trying to tell you how to run your system. I was just suggesting *a* way that

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread ToddAndMargo via users
On 7/1/22 17:57, Samuel Sieb wrote: On 7/1/22 17:50, ToddAndMargo via users wrote: I am afraid to take the exclusion out as if Wine gets accidentally upgrade to 7.0 and I have no downgrade, it will take my business down. You have control over all updates, so there shouldn't be any risk of

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread Samuel Sieb
On 7/1/22 17:50, ToddAndMargo via users wrote: I am afraid to take the exclusion out as if Wine gets accidentally upgrade to 7.0 and I have no downgrade, it will take my business down. You have control over all updates, so there shouldn't be any risk of that. Comment out the exclusion, run

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread ToddAndMargo via users
On 7/1/22 16:27, Go Canes wrote: On Fri, Jul 1, 2022 at 6:52 PM ToddAndMargo via users 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? The following do not work. Nothing shows $

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread ToddAndMargo via users
On 7/1/22 16:33, Thomas Cameron via users wrote: On 7/1/22 17:51, ToddAndMargo via users wrote: Hi All, Due to this bug:    https://bugs.winehq.org/show_bug.cgi?id=52586 I have Wine updates excluded from /etc/dnf/dnf.conf. Take the exclusion out. Run "yum list wine*" and see if the update

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread Thomas Cameron via users
On 7/1/22 17:51, ToddAndMargo via users wrote: Hi All, Due to this bug:    https://bugs.winehq.org/show_bug.cgi?id=52586 I have Wine updates excluded from /etc/dnf/dnf.conf. Take the exclusion out. Run "yum list wine*" and see if the update has made it out. I just checked on my F36 box,

Re: How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread Go Canes
On Fri, Jul 1, 2022 at 6:52 PM ToddAndMargo via users 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? > > The following do not work. Nothing shows > > $ dnf list | grep -i

How do I ask dnf for the current revision of Wine, when ...

2022-07-01 Thread ToddAndMargo via users
Hi All, Due to this bug: https://bugs.winehq.org/show_bug.cgi?id=52586 I have Wine updates excluded from /etc/dnf/dnf.conf. The issue is corrected in Wine 7.12. Our intrepid testers missed this bugs and allowed 7 out in the wild. Oh the SHAME of it. But we still love them anyway. :-)