Accepting request 1232180 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/1232180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-rpm-macros?expand=0&rev=9
This commit is contained in:
commit
23c9477b0e
@ -69,3 +69,16 @@ Provides: pattern-category() = Server%20Functions
|
||||
%pattern_xfcedesktop \
|
||||
Provides: pattern-category() = XFCE%20Desktop
|
||||
|
||||
%requires_on_transactional_recommends_otherwise() \
|
||||
Requires: ( %1 if (product(MicroOS) or product(SL-Micro))) \
|
||||
Recommends: ( %1 if (product(openSUSE) or product(SLES) or product(SLES-SAP)))
|
||||
|
||||
%requires_on_traditional() \
|
||||
Requires: ( %1 if (product(openSUSE) or product(SLES) or product(SLES-SAP)))
|
||||
|
||||
%recommends_on_traditional() \
|
||||
Recommends: ( %1 if (product(openSUSE) or product(SLES) or product(SLES-SAP)))
|
||||
|
||||
%requires_on_transactional() \
|
||||
Requires: ( %1 if (product(MicroOS) or product(SL-Micro)))
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 10:04:32 UTC 2024 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Add requires_on_transactional_recommends_otherwise,
|
||||
requires_on_traditional, requires_on_transactional and
|
||||
recommends_on_traditional macros, allowing to merge patterns from
|
||||
various products.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 27 12:55:30 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patterns-rpm-macros
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
x
Reference in New Issue
Block a user