Robert Kaussow
062a91bd9b
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
overlay/usr/local/bin | ||
.drone.jsonnet | ||
.drone.yml | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
Dockerfile.rh7 | ||
Dockerfile.rh8 | ||
LICENSE | ||
README.md | ||
renovate.json |
rpmbuild
Base image to build RPM packages
Simple Docker images based on CentOS 7/Rocky Linux 8 to build RPM packages.
Environment variables
RPMBUILD_BASE_DIR=/drone/src
How to use
There are two wrapper scripts around the rpmbuild command you could use:
/usr/local/bin/rpmbuild-official
: This will simply forward your command to the official binary at/usr/bin/rpmbuild
/usr/local/bin/rpmbuil
: This is a modified wrapper to prepare the environment before calling rpmbuil
The wrapper /usr/local/bin/rpmbuil
will do the following:
- create
$RPMBUILD_BASE_DIR/dist
- create rpmbuild folder structure (
BUILDRPMS|SOURCES|SPECS|SRPMS
) under$RPMBUILD_BASE_DIR/dist
- sync local patchfiles from
$RPMBUILD_BASE_DIR/patch
to$RPMBUILD_BASE_DIR/dist/SOURCES
if thepatch
folder exist - call
/bin/rpmbuil
with the given parameters
License
This project is licensed under the MIT License - see the LICENSE file for details.