I make rpm packages by easybuild below command
module load fpm
eb --package Perl-5.20.1-GCC-4.9.2-bare.eb --robot
now suppose I want to use some of FPM options(you can see them by "fpm -h") . for example by "--rpm-group" in fpm I can set a group for the installed packages. How can I use these options by eb?