Fixed RPM dependencies
The RPMs depended on Perl due to the Nagios scripts that are installed. This dependency is not needed and should be managed by some other means.
This commit is contained in:
@ -65,4 +65,11 @@ then
|
||||
cp -n @MAXSCALE_CONFDIR@/maxscale.cnf.template @MAXSCALE_CONFDIR@/maxscale.cnf
|
||||
fi
|
||||
|
||||
# This will allow us to install the Perl scripts as executable files
|
||||
# without adding the Perl dependencies
|
||||
for i in $(find @MAXSCALE_SHAREDIR@/plugins/nagios -name '*.pl')
|
||||
do
|
||||
chmod ug+x $i
|
||||
done
|
||||
|
||||
/sbin/ldconfig
|
||||
|
Reference in New Issue
Block a user