Hi,
I'm trying to run some DNF repoqueries on top of rpmfusion-free and
rpmfusion-nonfree repos.
This command should return all packages present in the repository that
match my system's repo-file in /etc/yum.repos.d :
dnf --repo=rpmfusion-free-source repoquery "*" --all --qf
"%{name}-%{version}-%{release}.%{arch}"
What I want to achieve is to get a list of all source packages from
rpmfusion that are available for Rawhide.
In Fedora, that is easy, as there is a package "fedora-repos-rawhide"
which always holds the repo files for the current Rawhide. Moreover,
Fedora accepts string "rawhide" as a value for the "repo" argument in
the URL:
metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-debug&am...
so I can just run:
dnf --repo=rawhide-source repoquery "*" ...
Any tips on how to achieve this for rpmfusion repos?
Michal
--
Michal Schorm
Software Engineer
Core Services - Databases Team
Red Hat
--