A failing is noticed:
:: [ 07:07:19 ] :: [ BEGIN ] :: Running 'cd /tmp/tmp.i5XmMNXNbE/BUILD/irqbalance-*/'
/usr/share/beakerlib/testing.sh: line 896: cd: /tmp/tmp.i5XmMNXNbE/BUILD/irqbalance-*/: No such file or directory
The reason is there are multiple dirs been selected by "irqbalance-*":
[root@dell-r640-008 BUILD]# ls
irqbalance-1.9.4 irqbalance-1.9.4-SPECPARTS
This patch will unselect the *-SPECPARTS dir. Also adding the missing
package systemd-devel dependency.
Signed-off-by: Tao Liu <ltao@redhat.com>