# moby-engine The moby-engine package ## Maintainer notes Follow these steps to build this package. 1. Use your favorite git client to check out the repository if not already present. ``` fedpkg clone moby-engine ``` 1. Update the `%version0` macro in `moby-engine.spec` to the target version using your preferred text editor. ``` vim moby-engine.spec ``` 1. Run `./mkvendor.sh` to download upstream source files and generate vendor archives. ``` ./mkvendor.sh ``` 1. Build and test the package locally. ``` # fedpkg mockbuild example fedpkg --release rawhide mockbuild ```