On Fri, Jul 22, 2022 at 2:32 PM Richard W.M. Jones <rjones@xxxxxxxxxx> wrote:
On Fri, Jul 22, 2022 at 08:24:32AM -0500, Richard Shaw wrote:
> On Fri, Jul 22, 2022 at 8:22 AM Lukas Javorsky <ljavorsk@xxxxxxxxxx> wrote:
>
> Thanks for all of the replies,
>
> The list of affected packages I've provided was generated using the 'dnf
> repoquery --alldeps --whatrequires pcre'
> Is this command giving the right output or should I use another? If so
> which one?
>
>
> This is the list I generated based on the actual provides of the pcre package:
[...]
I think your query was wrong. ocaml-pcre ought to be in this list but
was not:
$ rpm -qR ocaml-pcre | grep libpcre
libpcre.so.1()(64bit)
Ahh... My script tried to remove self deps but it needs to be tweaked for only exact matches:
for pkgname in "$@"; do
sed -i "/$pkgname/d" needs_rebuilding
done
Thanks,
Richard
_______________________________________________ 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 Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure