Additional packages for Fedora, missing in the offical repositories and RPMFusion:
- bubblejail
- hardened_malloc
- Install the necessary programs to build rpms on your system.
dnf install rpm-build rpmdevtools rpmlint- Build the package
./rpmbuild.sh [OPTIONS] <PACKAGE>Where <PACKAGE> is the name of a directory containing a specfile named $PACKAGE.spec and setup_source.sh (optional).
[OPTIONS] can be -l (run rpmlint), -n (add --nodeps to rpmbuild) and -s (run unsandboxed).
- Install the package
dnf install ./<PACKAGE>.rpm