diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index a11975f..c145324 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -37,7 +37,7 @@ check_deps = False gather_method = { # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver - "^(?!(AppStream|PowerTools|Buildroot)).*$": { + "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": { "comps": "deps", "json": "deps", }, diff --git a/msvsphere/general.conf b/msvsphere/general.conf index 982c401..adc8f8d 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -37,7 +37,7 @@ check_deps = False gather_method = { # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver - "^(?!(AppStream|PowerTools|Buildroot)).*$": { + "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": { "comps": "deps", "json": "deps", },