On Mon, Aug 13, 2018 at 08:36:56PM +0200, Julian Sikorski wrote:
> Hi list,
> 
> how does one track downstream packages these days? The instructions on
> https://fedoraproject.org/wiki/Tracking_downstream_packages
> do not seem to work anymore, and neither does their dnf flavour:
> 
> $ sudo dnf repoquery --whatrequires `sudo dnf repoquery --provides zlib`
> Ostatnio sprawdzono ważność metadanych: 0:21:41 temu w dniu pon, 13 sie
> 2018, 20:13:27.
> Ostatnio sprawdzono ważność metadanych: 0:21:42 temu w dniu pon, 13 sie
> 2018, 20:13:27.
You don't need this nested call, because --alldeps are now the default.

$ dnf repoquery --whatrequires zlib.x86_64|wc -l
3162

Zbyszek
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/ZVW36Z37MQKWNGZXMEZB6XQIALIR367X/

Reply via email to