https://bugzilla.redhat.com/show_bug.cgi?id=2444371
--- Comment #4 from Alexander Sosedkin <[email protected]> --- > No match for argument: crate(crypto-auditing/default) = 0.3.0 rust-crypto-auditing-devel-0.3.0-1.fc45.noarch.rpm is a bit too freshly built and that could be a hindrance for the review. One (possibly overkill) way to make it available to mock is: mkdir -p local-repo pushd local-repo wget https://kojipkgs.fedoraproject.org//packages/rust-crypto-auditing/0.3.0/1.fc45/noarch/rust-crypto-auditing+default-devel-0.3.0-1.fc45.noarch.rpm wget https://kojipkgs.fedoraproject.org//packages/rust-crypto-auditing/0.3.0/1.fc45/noarch/rust-crypto-auditing-devel-0.3.0-1.fc45.noarch.rpm createrepo_c . sudo tee /etc/mock/fedora-rawhide-x86_64-localrepo.cfg <<EOF config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) include('templates/fedora-rawhide.tpl') config_opts['plugin_conf']['bind_mount_enable'] = True config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('$(pwd)', '$(pwd)')) config_opts['dnf.conf'] += """ [local-crau] name=local-crau baseurl=file://$(pwd) enabled=1 gpgcheck=0 cost=1 """ EOF popd fedora-review -b 2444371 --mock-config=fedora-rawhide-x86_64-localrepo -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2444371 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202444371%23c4 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
