On Fri, Jun 19, 2015 at 2:43 AM, Dominik 'Rathann' Mierzejewski <dominik@xxxxxxxxxxxxxx> wrote: > On Friday, 19 June 2015 at 01:10, T.C. Hollingsworth wrote: >> # a regular expression that paths in an RPM >> # must match to trigger the generator >> %__openmpi_path ^%{_prefix}/lib(64)/(openmpi|mpich)/.*$ > > Isn't the '.*$' part at the end of the RE above redundant? That regular expression matches on the entire path and filename, so the ".*" is necessary to match the "libwhatever.so.0" at the end of the path. Without it, the generator would only trigger on the RPM that owns the directory, which presumably is only the main openmpi package. -T.C. -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct