Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package patterns-gnome for openSUSE:Factory checked in at 2025-07-17 17:17:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patterns-gnome (Old) and /work/SRC/openSUSE:Factory/.patterns-gnome.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-gnome" Thu Jul 17 17:17:06 2025 rev:53 rq:1293761 version:20250310 Changes: -------- --- /work/SRC/openSUSE:Factory/patterns-gnome/patterns-gnome.changes 2025-04-23 15:18:05.859003949 +0200 +++ /work/SRC/openSUSE:Factory/.patterns-gnome.new.8875/patterns-gnome.changes 2025-07-17 17:17:17.692083677 +0200 @@ -1,0 +2,5 @@ +Wed Jul 16 05:54:26 UTC 2025 - Max Lin <m...@suse.com> + +- Drop gnome_yast on Leap 16, code-o-o#leap/features/173 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns-gnome.spec ++++++ --- /var/tmp/diff_new_pack.bHGDwh/_old 2025-07-17 17:17:18.128101769 +0200 +++ /var/tmp/diff_new_pack.bHGDwh/_new 2025-07-17 17:17:18.132101934 +0200 @@ -137,8 +137,10 @@ Recommends: totem Recommends: pattern() = gnome_imaging Recommends: pattern() = office +%if 0%{?suse_version} > 1600 Recommends: pattern() = x11_yast %endif +%endif # # Official upstream # @@ -692,7 +694,7 @@ ################################################################################ -%if 0%{?is_opensuse} + %if 0%{?is_opensuse} && 0%{?suse_version} > 1600 %package gnome_yast %pattern_basetechnologies Summary: YaST GNOME User Interfaces @@ -758,7 +760,11 @@ for i in devel_gnome \ gnome_games gnome_ide gnome_x11 gnome_multimedia \ gnome_office \ - gnome_utilities gnome_yast sw_management_gnome; do + gnome_utilities \ +%if 0%{?suse_version} > 1600 + gnome_yast\ +%endif + sw_management_gnome; do echo "This file marks the pattern $i to be installed." \ >"%{buildroot}%{_docdir}/patterns/$i.txt" done