On Tuesday, 08 June 2021 at 21:23, Jiri Kucera wrote:
> Hi Dominik,
> 
> from paraview source rpm is produced paraview-devel which is a dependency
> of libeml-devel and libmatroska-devel:
> 
> [root@fedora ~]# dnf --enablerepo '*-source' repoquery --whatrequires
> paraview-devel
> Last metadata expiration check: 0:01:10 ago on Tue 08 Jun 2021 05:26:24 PM
> UTC.
> libebml-devel-0:1.4.2-1.fc34.i686
> libebml-devel-0:1.4.2-1.fc34.x86_64
> libmatroska-devel-0:1.6.2-2.fc34.i686
> libmatroska-devel-0:1.6.2-2.fc34.x86_64
> libmatroska-devel-0:1.6.3-1.fc34.i686
> libmatroska-devel-0:1.6.3-1.fc34.x86_64

I think the above query is returning wrong results due to some bug.
Adding --disablerepo=\* before --enablerepo='*-source' gets me no
results. Examining the BuildRequires for libmatroska and libebml source
packages yields no results containing paraview. This is expected,
considering that neither libebml.spec nor libmatroska.spec contain any
references to paraview-devel.

$ dnf --disablerepo=\* --enablerepo='*-source' repoquery --whatrequires 
paraview-devel
Last metadata expiration check: 0:28:52 ago on Thu 10 Jun 2021 16:49:31 CEST.
$ dnf --disablerepo=\* --enablerepo='*-source' repoquery --requires libebml
Last metadata expiration check: 0:28:29 ago on Thu 10 Jun 2021 16:49:31 CEST.
cmake3
gcc-c++
utf8cpp-devel
$ dnf --disablerepo=\* --enablerepo='*-source' repoquery --requires libmatroska
Last metadata expiration check: 0:29:13 ago on Thu 10 Jun 2021 16:49:31 CEST.
cmake3
gcc-c++
libebml-devel >= 1.4.0

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
        -- from "Collected Sayings of Muad'Dib" by the Princess Irulan
_______________________________________________
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