Re: [solved] Need help with dnf excludes

2020-10-20 Thread George N. White III
On Tue, 20 Oct 2020 at 08:43, Jonathan Billings wrote: > On Oct 19, 2020, at 17:58, Jonathan Billings wrote: > > >  > On Oct 19, 2020, at 16:15, ToddAndMargo via users < > users@lists.fedoraproject.org> wrote: > > Combining excludepkgs, using a space as the delimiter, now > > > According to the

Re: [solved] Need help with dnf excludes

2020-10-20 Thread Jonathan Billings
On Oct 19, 2020, at 17:58, Jonathan Billings wrote: > >  >> On Oct 19, 2020, at 16:15, ToddAndMargo via users >> wrote: >> >> Combining excludepkgs, using a space as the delimiter, now > > According to the documentation: > > > exclude > list > Exclude packages of this repository, specifie

Re: Need help with dnf excludes

2020-10-19 Thread edmond pilon
I don't use excludepkgs but only exclude to stop kernel upgrade in rawhide. exclude=kernel* I've no issue. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 18:56, Ed Greshko wrote: On 20/10/2020 08:50, Samuel Sieb wrote: I understand how bash works, I was wondering how that was relevant to dnf.  Especially since it effectively works the same anyway, last assignment wins. Not to mention, dnf is written in python. Probably reading

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Ed Greshko
On 20/10/2020 08:50, Samuel Sieb wrote: I understand how bash works, I was wondering how that was relevant to dnf.  Especially since it effectively works the same anyway, last assignment wins. Not to mention, dnf is written in python. --- The key to getting good answers is to ask good question

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Samuel Sieb
On 10/19/20 5:08 PM, ToddAndMargo via users wrote: On 2020-10-19 16:23, Samuel Sieb wrote: On 10/19/20 4:11 PM, ToddAndMargo via users wrote: On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 16:23, Samuel Sieb wrote: On 10/19/20 4:11 PM, ToddAndMargo via users wrote: On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation:

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Samuel Sieb
On 10/19/20 4:11 PM, ToddAndMargo via users wrote: On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation: *exclude*     list     Exclude packages

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Samuel Sieb
On 10/19/20 2:51 PM, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation: *exclude* list Which documentation did you find that in? The "dnf.conf" man page only

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation: *exclude* list Exclude packages of this repository, specified by a name or a glob

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Jonathan Billings
On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: > Combining excludepkgs, using a space as the delimiter, now According to the documentation: exclude list Exclude packages of this repository, specified by a name or a glob and separated by a comma, from all operations. Can be disabl

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 12:02, Samuel Sieb wrote: On 10/19/20 11:29 AM, ToddAndMargo via users wrote: # grep -i thunderbird /etc/dnf/dnf.conf excludepkgs=thunderbird* # dnf upgrade Fedora Modular 32 - x86_64 - Updates  ... ... thunderbird    x86_64   78.3.1-1.fc32   updates    93 M ... Did you try it w

Re: Need help with dnf excludes

2020-10-19 Thread Samuel Sieb
On 10/19/20 11:29 AM, ToddAndMargo via users wrote: # grep -i thunderbird /etc/dnf/dnf.conf excludepkgs=thunderbird* # dnf upgrade Fedora Modular 32 - x86_64 - Updates  ... ... thunderbird    x86_64   78.3.1-1.fc32   updates    93 M ... Did you try it with "-v" as suggested? __

Re: Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-18 00:17, Ed Greshko wrote: On 18/10/2020 14:47, ToddAndMargo via users wrote: Mumble Mumble  Means mine is different. I do not know what that means. # grep -i thunderbird /etc/dnf/dnf.conf excludepkgs=thunderbird* # dnf upgrade Fedora Modular 32 - x86_64 - Updates ..

Re: Need help with dnf excludes

2020-10-18 Thread Ed Greshko
On 18/10/2020 14:47, ToddAndMargo via users wrote: Mumble Mumble  I do not know what that means. --- The key to getting good answers is to ask good questions. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an emai

Re: Need help with dnf excludes

2020-10-17 Thread ToddAndMargo via users
On 2020-10-17 22:58, Ed Greshko wrote: On 18/10/2020 12:09, ToddAndMargo via users wrote: Fedroa 32 x 64 Xfce 4.14 /etc/dnf/dnf.conf excludepkgs=thunderbird* Why do I keep up[grading Thunderbird to 78? Works as expected here. [root@f31x ~]# rpm -q thunderbird thunderbird-68.12.0-1.fc32.x86

Re: Need help with dnf excludes

2020-10-17 Thread Ed Greshko
On 18/10/2020 12:09, ToddAndMargo via users wrote: Fedroa 32 x 64 Xfce 4.14 /etc/dnf/dnf.conf excludepkgs=thunderbird* Why do I keep up[grading Thunderbird to 78? Works as expected here. [root@f31x ~]# rpm -q thunderbird thunderbird-68.12.0-1.fc32.x86_64 [root@f31x ~]# cat /etc/dnf/dnf.conf

Need help with dnf excludes

2020-10-17 Thread ToddAndMargo via users
Hi All, Fedroa 32 x 64 Xfce 4.14 /etc/dnf/dnf.conf excludepkgs=thunderbird* Why do I keep up[grading Thunderbird to 78? Perplexed, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproj