Actions
action #9012
closedmake sure test updates are in the patterns
Description
the default patterns should include the update test packages so test updates actually get installed.
Actions
Added by lnussel over 9 years ago. Updated over 9 years ago.
Description
the default patterns should include the update test packages so test updates actually get installed.
agreed to introduce some %bcond_with betatest in the patterns package in order to not require a source change. The prjconf need to set that flag then as long as we want to include the test pattern.
something like
%package update_test
...
%if %{?with_betatest}
Recommends: aaa_base-malloccheck
Supplements: patterns-openSUSE-basesystem
%endif