I would like to be able to programatically determine the macrofiles that rpm is using.     I used to be able to easily get this from rpm, but not on rhel6.<br><br>On rhel5<br>$ rpm --version<br>RPM version 4.4.2.3<br>$ rpm -v --showrc |grep macrofiles<br>
macrofiles            : /usr/lib/rpm/macros:/usr/lib/rpm/ia32e-linux/macros:/usr/lib/rpm/redhat/macros:/etc/rpm/macros.*:/etc/rpm/macros:/etc/rpm/ia32e-linux/macros:~/.rpmmacros<br clear="all"><br>On rhel6:<br>$ rpm --version          <br>
RPM version 4.8.0<br>$ rpm -v --showrc |grep macrofiles<br>macrofiles            : (not set)<br><br>Is there some place I can depend on to be available on rhel6 that will have the defaults similar to what was shown on rhel5.  <br>
<br>Thanks.<br>-- <br>-MichaelC<br>