Re: remove-retired-packages feedback

2022-06-13 Thread Kamil Paral
On Thu, May 26, 2022 at 3:52 PM Miroslav Suchý wrote: > If you already upgraded to Fedora 36 - what is your feedback about > > > https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages > > Did you run the command `remove-retired-packages

Re: remove-retired-packages feedback

2022-06-09 Thread Zbigniew Jędrzejewski-Szmek
On Thu, May 26, 2022 at 03:52:06PM +0200, Miroslav Suchý wrote: > If you already upgraded to Fedora 36 - what is your feedback about > > https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages > > Did you run the command `remove-retired-

Re: remove-retired-packages feedback

2022-05-27 Thread stan via devel
On Thu, 26 May 2022 15:52:06 +0200 Miroslav Suchý wrote: > If you already upgraded to Fedora 36 - what is your feedback about > > https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages > > Did you run the command `remove-retired-packa

Re: remove-retired-packages feedback

2022-05-27 Thread Gary Buhrmaster
On Thu, May 26, 2022 at 1:52 PM Miroslav Suchý wrote: > > If you already upgraded to Fedora 36 - what is your feedback about > > https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages > > Did you run the command `remove-retired-packages`

Re: remove-retired-packages feedback

2022-05-27 Thread Barry Scott
> On 26 May 2022, at 14:52, Miroslav Suchý wrote: > > If you already upgraded to Fedora 36 - what is your feedback about > > https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages > >

Re: remove-retired-packages feedback

2022-05-26 Thread Kevin P. Fleming
On 5/26/22 09:52, Miroslav Suchý wrote: If you already upgraded to Fedora 36 - what is your feedback about https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages Did you run the command `remove-retired-packages`? Do you find it usef

Re: remove-retired-packages

2021-09-27 Thread Miroslav Suchý
Dne 24. 09. 21 v 10:50 Miro Hrončok napsal(a): Should it query for removed packages instead of components? It seem that when python-foo is retired, the script will attempt to remove python-foo instead of python3-foo (and python3-foo-docs etc.). This is fixed now. And build with the fix is in

Re: remove-retired-packages

2021-09-27 Thread Miroslav Suchý
Dne 24. 09. 21 v 13:55 Miro Hrončok napsal(a): I think w are over-engineering a workaround for something that could be part of system-upgrade. See my proposal in https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/DQZOCSVPW4R4MZR2QYBQTO6ZTTU3RCKW/ that got 0 repli

Re: remove-retired-packages

2021-09-24 Thread Miroslav Suchý
Dne 24. 09. 21 v 11:59 Vitaly Zaitsev via devel napsal(a): sudo dnf remove $(dnf -C list extras | cut -d ' ' -f -1 | tail -n +3) This will remove packages which are not in current repositories. On my workstation, this will suggests to remove webex, which I installed manually as an rpm. And I d

Re: remove-retired-packages

2021-09-24 Thread Miro Hrončok
On 24. 09. 21 12:31, Miroslav Suchý wrote: But still I'd rather have this as part of distribution - a package similar to fedora-obsolete-packages which would allow me to remove all retired packages simply by installing it. Oh there is already this proposal - https://fedoraproject.org/wiki/Changes

Re: remove-retired-packages

2021-09-24 Thread Miroslav Suchý
Dne 24. 09. 21 v 11:27 Marek Blaha napsal(a): It seem that when python-foo is retired, the script will attempt to remove python-foo instead of python3-foo (and python3-foo-docs etc.). Oh. Silly me. I will fix this. Another idea: The script currently needs fedora-packager (for the pkgname comm

Re: remove-retired-packages

2021-09-24 Thread Vitaly Zaitsev via devel
On 24/09/2021 06:44, Miroslav Suchý wrote: I created small script `remove-retired-packages`. You can try it using: Much more simple script: sudo dnf remove $(dnf -C list extras | cut -d ' ' -f -1 | tail -n +3) -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org)

Re: remove-retired-packages

2021-09-24 Thread Marek Blaha
On Fri, Sep 24, 2021 at 10:58 AM Miro Hrončok wrote: > > Should it query for removed packages instead of components? > > > > It seem that when python-foo is retired, the script will attempt to remove > > python-foo instead of python3-foo (and python3-foo-docs etc.). > > > > PS That's why I mention

Re: remove-retired-packages

2021-09-24 Thread Miro Hrončok
On 24. 09. 21 10:50, Miro Hrončok wrote: On 24. 09. 21 6:44, Miroslav Suchý wrote: Hi. I created small script `remove-retired-packages`. You can try it using: $ sudo dnf copr enable msuchy/remove-retired-packages $ remove-retired-packages This script removes packages retired between Fedora N

Re: remove-retired-packages

2021-09-24 Thread Miro Hrončok
On 24. 09. 21 6:44, Miroslav Suchý wrote: Hi. I created small script `remove-retired-packages`. You can try it using: $ sudo dnf copr enable msuchy/remove-retired-packages $ remove-retired-packages This script removes packages retired between Fedora N and Fedora N-1. You can run it with para

Re: Remove retired packages

2013-01-24 Thread Michael scherer
On Thu, Jan 24, 2013 at 01:13:09PM +0100, Vít Ondruch wrote: > Dne 23.1.2013 21:04, Bruno Wolff III napsal(a): > >One possiblity here would be to create a special package that > >obsoletes all of the dropped packages from the last release (or > >two depending on how far back you want to yum update

Re: Remove retired packages

2013-01-24 Thread Vít Ondruch
Dne 24.1.2013 14:18, Michael Schwendt napsal(a): On Thu, 24 Jan 2013 13:13:09 +0100, Vít Ondruch wrote: Dne 23.1.2013 21:04, Bruno Wolff III napsal(a): One possiblity here would be to create a special package that obsoletes all of the dropped packages from the last release (or two depending on

Re: Remove retired packages

2013-01-24 Thread Matthew Miller
On Thu, Jan 24, 2013 at 02:18:25PM +0100, Michael Schwendt wrote: > > Actually, this is cool idea IMO. Why this package does not exist yet? > > Rel-engs has to have list of blocked packages already, so it should be > > easy to convert it into .spec. > It has been suggested, discussed and rejected

Re: Remove retired packages

2013-01-24 Thread Bruno Wolff III
On Thu, Jan 24, 2013 at 14:18:25 +0100, Michael Schwendt wrote: On Thu, 24 Jan 2013 13:13:09 +0100, Vít Ondruch wrote: It has been suggested, discussed and rejected many years ago. Here's one thread from 2007, https://www.redhat.com/archives/fedora-extras-list/2007-March/msg00089.html and

Re: Remove retired packages

2013-01-24 Thread Michael Schwendt
On Thu, 24 Jan 2013 13:13:09 +0100, Vít Ondruch wrote: > Dne 23.1.2013 21:04, Bruno Wolff III napsal(a): > > One possiblity here would be to create a special package that > > obsoletes all of the dropped packages from the last release (or two > > depending on how far back you want to yum update