Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package patterns-rpm-macros for
openSUSE:Factory checked in at 2024-12-20 15:24:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.patterns-rpm-macros.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-rpm-macros"
Fri Dec 20 15:24:12 2024 rev:9 rq:1232180 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-rpm-macros/patterns-rpm-macros.changes
2021-11-06 18:17:54.988880998 +0100
+++
/work/SRC/openSUSE:Factory/.patterns-rpm-macros.new.1881/patterns-rpm-macros.changes
2024-12-20 15:24:13.216201189 +0100
@@ -1,0 +2,8 @@
+Thu Dec 19 10:04:32 UTC 2024 - Frederic Crozat <[email protected]>
+
+- Add requires_on_transactional_recommends_otherwise,
+ requires_on_traditional, requires_on_transactional and
+ recommends_on_traditional macros, allowing to merge patterns from
+ various products.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ patterns-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.6UPckJ/_old 2024-12-20 15:24:14.196241101 +0100
+++ /var/tmp/diff_new_pack.6UPckJ/_new 2024-12-20 15:24:14.200241264 +0100
@@ -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
++++++ macros.patterns ++++++
--- /var/tmp/diff_new_pack.6UPckJ/_old 2024-12-20 15:24:14.232242567 +0100
+++ /var/tmp/diff_new_pack.6UPckJ/_new 2024-12-20 15:24:14.236242730 +0100
@@ -69,4 +69,17 @@
%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)))
+