On 16. 09. 21 14:36, Miroslav Suchý wrote:
Hi.

What is the best way to get list of retired packages in F35? I can get list of all retired packages by scanning dist-git. But if I want it for one release of Fedora? And I do not want to do that manually; I rather want to script it.

Hello.

Do you want a list of retired components or a list of removed packages? Both are doable with repoquery (use the source repo for components):

$ comm -23 <(repoquery --releasever 34 --repo={fedora,updates}-source -a | pkgname | sort | uniq) <(repoquery --releasever 35 --repo={fedora,updates}-source -a | pkgname | sort | uniq)

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to