mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-16 03:33:08 +00:00
Mark qt as unwanted package
This commit is contained in:
parent
93628ed230
commit
055662fe36
@ -11,7 +11,7 @@ sub run {
|
|||||||
my @unwanteds;
|
my @unwanteds;
|
||||||
my $subv = get_var("SUBVARIANT");
|
my $subv = get_var("SUBVARIANT");
|
||||||
if ($subv eq "Workstation") {
|
if ($subv eq "Workstation") {
|
||||||
@unwanteds = ("gtk2");
|
@unwanteds = ("gtk2", "qt");
|
||||||
}
|
}
|
||||||
for my $unwanted (@unwanteds) {
|
for my $unwanted (@unwanteds) {
|
||||||
assert_script_run "! rpm -q $unwanted";
|
assert_script_run "! rpm -q $unwanted";
|
||||||
|
Loading…
Reference in New Issue
Block a user