Hi, I'd like to ask you to provide equivalent of repoquery --archlist in dnf repoquery. Quoting repoquery documentation: --archlist=ARCH1[,ARCH2...] Limit the query to packages of given architecture(s). Valid values are all architectures known to rpm/yum such as 'i386' and 'src' for source RPMS. Note that repoquery will now change yum's "arch" to the first value in the archlist. So "--archlist=i386,i686" will change yum's canonical arch to i386, but allow packages of i386 and i686.
In dnf repoquery plugin we have --arch option which is equivalent of --archlist in repoquery of yum.
(In reply to Parag from comment #1) > In dnf repoquery plugin we have --arch option which is equivalent of > --archlist in repoquery of yum. Ah, I didn't notice that. Thanks, I'm closing this bug.
This is not the same. YUM's --archlist accepts list of architectures whereas DNF's --arch accepts only one value: $ repoquery --repoid=rawhide --archlist=x86_64,noarch --whatprovides 'perl(strict)' Yum-utils package has been deprecated, use dnf instead. See 'man yum2dnf' for more information. perl-4:5.20.2-325.fc23.x86_64 $ dnf repoquery --repoid=rawhide --arch=x86_64,noarch --whatprovides 'perl(strict)' Using metadata from Thu Apr 2 17:29:31 2015 (0:12:45 hours old) $ dnf repoquery --repoid=rawhide --arch=x86_64 --arch=noarch --whatprovides 'perl(strict)' Using metadata from Thu Apr 2 17:29:31 2015 (0:12:53 hours old) In other words it's not possible to search in less than all but more than one architecture.
We should extend `arch` option to accept multiple (comma separated?) params.
dnf-plugins-core-0.1.11-1.fc23 dnf-1.1.1-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14743
dnf-1.1.1-1.fc23, dnf-plugins-core-0.1.11-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update dnf dnf-plugins-core'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-14743
dnf-1.1.1-2.fc22 dnf-plugins-core-0.1.11-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14744
dnf-1.1.1-2.fc23 dnf-plugins-core-0.1.11-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14743
dnf-1.1.1-2.fc23, dnf-plugins-core-0.1.11-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update dnf dnf-plugins-core'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-14743
dnf-1.1.1-2.fc22, dnf-plugins-core-0.1.11-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update dnf-plugins-core dnf'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-14744
dnf-1.1.1-2.fc22, dnf-plugins-core-0.1.11-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
dnf-1.1.1-2.fc23, dnf-plugins-core-0.1.11-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.