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
pac
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 "wine",
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
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*.
___
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 7.
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 this
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 SHA
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 co
> $ 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:/
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:
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
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
> 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 w
> 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] [--v
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
> teste
> 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
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 business
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 *wh
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 users-le...@lists.fedorapro
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.
D
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 your
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 might
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
tha
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 th
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
$ dn
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
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, an
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 wine-co
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. :-)
H
29 matches
Mail list logo