Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
d7ca24c235 | |||
6b3f64b0c3 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 05:54:26 UTC 2025 - Max Lin <mlin@suse.com>
|
||||
|
||||
- Drop gnome_yast on Leap 16, code-o-o#leap/features/173
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 15:15:06 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@@ -137,8 +137,10 @@ Requires: seahorse
|
||||
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 @@ GNOME Utilities
|
||||
|
||||
################################################################################
|
||||
|
||||
%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 @@ done
|
||||
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
|
||||
|
Reference in New Issue
Block a user