dnf5 does not recognize the `--` argument to mean "end of arguments"
like DNF 4 did. To terminate the argument list, we need to use the "and
nothing" shell syntax.
* Use `matrix` to generate pipelines for multiple Fedora versions
* Sign RPM packages using the Jenkins GPG key
* Publish RPM files to *dch* repository on *files.pyrocufflink.blue*
instead of Gitea (the latter cannot handle multiple releases of the
same package)
Gitea 1.20 introduced RPM package repository support. We can use this
feature to publish the *dch-selinux* RPM, instead of manually creating
the repository and publishing it to the file server. This will
ultimately enable Jenkins to publish the package as well.