On 6/22/19 10:39 PM, Max Andersen via users wrote:
I am curious if it is possible to have 1 package that is using the "updates-testing" repository and the rest using the stable one?
According to the docs, it looks like you can do that. Edit the /etc/yum.repos.d/fedora-updates-testing.repo file. In the [updates-testing] section, change enabled to 1 and add a line "includepkgs=packagename". That means that you can't update any other package from there unless you add the --disableexcludes option to the dnf command line.