moby-engine/README.md
Maxwell G ed0ab8b3d5
doc README: don't recommend rpmdev-bumpspec --new
This is not compatible with `%{forgeversion}`. My bad for suggesting
this in the first place.

[skip changelog]
2024-08-21 10:38:17 -05:00

33 lines
628 B
Markdown

# 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
```