On Mon, Jul 27, 2020 at 9:14 PM Till Hofmann <thofm...@fedoraproject.org> wrote:
>
>
>
> On 7/27/20 2:28 PM, Richard Shaw wrote:
> > I just got a BZ on OpenImageIO due to inability to install the -devel
> > package,
> >
> > Upon inspection it looks like the soname was bumped but a rebuild of
> > OIIO was not performed.
> >
> > libdc1394-2.2.2-14.fc32 -> libdc1394-2.2.6-1.fc33
> >
> > libdc1394.so.22()(64bit) -> libdc1394.so.25()(64bit)
> >
>
> That's my mistake, I did
> $ dnf repoquery --repo=rawhide --source --whatrequires libdc1394-devel
> instead of
> $ dnf repoquery --repo=rawhide --source --whatrequires libdc1394
>
> [Frankly, I don't understand why I need to do the latter]

You only need both of them because you didn't include "--repo
rawhide-source" in the first one, but only included "--source", which
means source packages that "BuildRequires: libdc1394-devel" would not
show up in your query since they're not in the "rawhide" repo but in
"rawhide-source".
Using both "rawhide" and "rawhide-source" repos makes sure both
runtime and build-time dependencies are included.

Fabio
_______________________________________________
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

Reply via email to