diff --git a/create_test_Factory_dvd-1.testcase b/create_test_Factory_dvd-1.testcase index 24757af5..d8f5356c 100644 --- a/create_test_Factory_dvd-1.testcase +++ b/create_test_Factory_dvd-1.testcase @@ -21,6 +21,8 @@ job install name screen job install name alsa-utils job install name yast2-nfs-client job install name kexec-tools +job install name firewalld +job install name xfsprogs job lock name bash-completion job lock name bash-doc diff --git a/create_test_Factory_dvd-2.testcase b/create_test_Factory_dvd-2.testcase index 35d5d084..ac285e64 100644 --- a/create_test_Factory_dvd-2.testcase +++ b/create_test_Factory_dvd-2.testcase @@ -47,6 +47,8 @@ job install name inkscape job install name sddm job install name gnome-music job install name kexec-tools +job install name firewalld +job install name xfsprogs job lock name gtk2-branding-upstream job lock name gdm-branding-upstream diff --git a/rebuildpacs.pl b/rebuildpacs.pl index 6f34eff3..e6ec66c1 100755 --- a/rebuildpacs.pl +++ b/rebuildpacs.pl @@ -268,7 +268,7 @@ while () { s,^\s*,,; # patterns are too spammy and rebuilding doesn't help - next if (grep { $_ eq $cproblem } qw(patterns-openSUSE installation-images:Kubic fftw3:gnu-openmpi-hpc hdf5:mvapich2 hdf5:openmpi scalapack:gnu-mvapich2-hpc scalapack:gnu-openmpi-hpc python-numpy:gnu-hpc petsc:serial netcdf:serial netcdf:openmpi netcdf:gnu-hpc netcdf:gnu-openmpi-hpc netcdf:gnu-mvapich2-hpc)); + next if (grep { $_ eq $cproblem } qw(patterns-openSUSE installation-images:Kubic fftw3:gnu-openmpi-hpc hdf5:mvapich2 hdf5:openmpi hdf5:serial scalapack:gnu-mvapich2-hpc scalapack:gnu-openmpi-hpc python-numpy:gnu-hpc petsc:serial netcdf:serial netcdf:openmpi netcdf:gnu-hpc netcdf:gnu-openmpi-hpc netcdf:gnu-mvapich2-hpc)); $problems{$cproblem}->{$_} = 1; }