This is the development repository for the Fedora/RHEL RPM packaging of goose. It is the upstream source for the dist-git version of the package. Changes are developed and tested here before being submitted to dist-git.
- Makefile Reference -- build targets and typical workflow
- Version Update Process -- how to update to a new upstream version
Before executing a new build, run the initial setup first:
# Create a new copr repository
make create-copr-repoTo build this RPM via copr, the following commands are required:
# Will pull the sources from goose.spec and place in the root directory
make sources
# Will perform two operations:
# * Generate a new srpm with `fedpkg --release rawhide srpm`
# * Request a new build on copr
make build