- Use requires in update-test pattern so it also works when

installing with recommends disabled.
- Require update-test pattern from sw_management pattern instead of
  subtle supplements for same reason.

OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=136
This commit is contained in:
Ludwig Nussel 2020-05-05 12:19:23 +00:00 committed by Git OBS Bridge
parent ab848a5adf
commit e29c1e2c9f
2 changed files with 19 additions and 9 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 5 12:17:31 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- Use requires in update-test pattern so it also works when
installing with recommends disabled.
- Require update-test pattern from sw_management pattern instead of
subtle supplements for same reason.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 27 08:23:48 UTC 2020 - Ludwig Nussel <lnussel@suse.de> Mon Apr 27 08:23:48 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@ -18,7 +18,7 @@
%bcond_with betatest %bcond_with betatest
Name: patterns-base Name: patterns-base
Version: 20200417 Version: 20200505
Release: 0 Release: 0
Summary: Patterns for Installation (base patterns) Summary: Patterns for Installation (base patterns)
License: MIT License: MIT
@ -614,6 +614,9 @@ Provides: pattern-icon() = pattern-software-management
Provides: pattern-order() = 1360 Provides: pattern-order() = 1360
Provides: pattern-visible() Provides: pattern-visible()
%obsolete_legacy_pattern sw_management %obsolete_legacy_pattern sw_management
%if %{with betatest}
Requires: pattern() = update_test
%endif
# Zypper is the basic sw_management stack for *SUSE # Zypper is the basic sw_management stack for *SUSE
Requires: zypper Requires: zypper
%if 0%{?sle_version} %if 0%{?sle_version}
@ -668,15 +671,14 @@ Provides: pattern-order() = 1380
Provides: pattern-visible() Provides: pattern-visible()
%obsolete_legacy_pattern update_test %obsolete_legacy_pattern update_test
Recommends: update-test-affects-package-manager Requires: update-test-affects-package-manager
Recommends: update-test-interactive Requires: update-test-interactive
Recommends: update-test-optional Requires: update-test-optional
Recommends: update-test-reboot-needed Requires: update-test-reboot-needed
Recommends: update-test-security Requires: update-test-security
Recommends: update-test-trival Requires: update-test-trival
%if %{with betatest} %if %{with betatest}
Recommends: aaa_base-malloccheck Requires: aaa_base-malloccheck
Supplements: %{name}-base
%endif %endif
%description update_test %description update_test