CentOS 10 Stream Packages - dogtagpki/pki GitHub Wiki
$ fedpkg clone <package> $ cd <package>
$ git remote add centos [email protected]:redhat/centos-stream/rpms/<package>.git $ git fetch centos
$ fedpkg fork $ git remote add <username> ssh://<username>@pkgs.fedoraproject.org/forks/<username>/rpms/<package>.git $ git fetch <username>
$ git push <username> <branch>
To add a new COPR package:
$ copr add-package-distgit <repo> --name <package> --distgit fedora --namespace forks/<username>
To update an existing COPR package:
$ copr edit-package-distgit <repo> --name <package> --distgit fedora --namespace forks/<username>
To build for CentOS 10 specifically:
$ copr build-package <repo> --name <package> -r centos-stream-10-x86_64
To build for for all platforms except CentOS 9:
$ copr build-package <repo> --name <package> --exclude-chroot centos-stream-9-x86_64