-
Notifications
You must be signed in to change notification settings - Fork 148
CentOS 10 Stream Packages
Endi S. Dewata edited this page Nov 5, 2025
·
10 revisions
$ 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
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |