Skip to content

Use %{_smp_mflags} when calling make in spec file

Duncan Macleod requested to merge duncanmmacleod/glue:spec-make-flags into master

This MR adds the %{_smp_mflags} macro to the make call in the %check section in the RPM spec file, which enables parallel test execution amongst other things.

Merge request reports