/basic-rpm-create

Example of a basic rpm creation. This example will work with a Jenkins CI/CD pipeline.

Primary LanguageShell

basic-rpm-create

Example of a basic rpm creation

1️⃣

#Clone this repo
git clone https://github.com/chanslor/basic-rpm-create.git

2️⃣

cd basic-rpm-create

3️⃣

rpmbuild --define "_topdir ${PWD}/" -bb SPECS/hello.spec

Should have created rpm in $HOME/basic-rpm-create/RPMS/