On Sun, Jul 21, 2019 at 12:38 PM Sergio Pascual <sergio.pasra@xxxxxxxxx> wrote: > > Hello, I'm going to update wcslib from 5.19 to 6.3. It breaks API, so I'm announcing it here in advance. > > The policy [1] says that I should notify also the maintainers of the packages that depend on mine. What command I have to run to know the names of the packages? > > After a bit to research I did: > > dnf repoquery --repoid=fedora --whatrequires wcslib > > But this checks against my current Fedora (30 in my host). How do I check against Rawhide? > > It would help a lot if this information were in the documentation. I agree! This should be documented somewhere. I usually use something like this, which should print a complete list of dependencies (you will need to install fedora-repos-rawhide first): $ dnf --repo rawhide --repo rawhide-source repoquery --whatrequires wcslib --alldeps astrometry-0:0.78-1.fc31.x86_64 astrometry-libs-0:0.78-1.fc31.i686 astrometry-libs-0:0.78-1.fc31.x86_64 cpl-0:7.1.1-1.fc31.i686 cpl-0:7.1.1-1.fc31.x86_64 kstars-1:3.2.1-1.fc31.x86_64 python3-astropy-0:3.1.2-2.fc31.x86_64 wcslib-devel-0:5.19.1-2.fc30.i686 wcslib-devel-0:5.19.1-2.fc30.x86_64 wcslib-utils-0:5.19.1-2.fc30.x86_64 $ dnf --repo rawhide --repo rawhide-source repoquery --whatrequires wcslib-devel --alldeps astrometry-0:0.78-1.fc31.src cpl-0:7.1.1-1.fc31.src kstars-1:3.2.1-1.fc31.src python-astropy-0:3.1.2-2.fc31.src Which means that astrometry, cpl, kstars, python-astropy "BuildRequire" wcslib(-devel), and the binary packages in the first list require the library at runtime (they are exactly the packages built against wcslib-devel, so that's not surprising). So I'd guess that all four packages need to be rebuilt after your update lands in rawhide. Fabio > Regards, Sergio > > [1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#_rawhide_devel_master > _______________________________________________ > devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > 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@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx