This is not compatible with `%{forgeversion}`. My bad for suggesting
this in the first place.
[skip changelog]
33 lines
628 B
Markdown
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
|
|
```
|