From 5d4698e7662060d30ba3933e93c13973627bae1d Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 20 Dec 2017 09:17:36 +0100 Subject: [PATCH] rebuildpacs: rebuild perf perf needs to be rebuilt when kernel-source changes --- rebuildpacs.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/rebuildpacs.pl b/rebuildpacs.pl index e6ec66c1..8c4947c9 100755 --- a/rebuildpacs.pl +++ b/rebuildpacs.pl @@ -84,6 +84,7 @@ my %parents = ( openSUSE-images installation-images-openSUSE) ], "kdebase4-openSUSE" => [qw(bundle-lang-kde)], + "kernel-source" => [qw(perf)], ); # for subsets (staging projects) we need to remember which are ignored my %ignored;