From 14d547a9195f0398983c88feaeb067899888a9ed082ced4864524efe54cc63fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 1 May 2019 21:24:59 +0000 Subject: [PATCH 1/2] Accepting request 698090 from home:lnussel:branches:GNOME:Factory - require gnome_basic instad of gnome_basis to get gnome-software etc (boo#1132777) - don't pull in gimp as it pulls in python2 which is deprecated (boo#1133307). KDE also doesn't install GIMP by default either. OBS-URL: https://build.opensuse.org/request/show/698090 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=53 --- patterns-gnome.changes | 8 ++++++++ patterns-gnome.spec | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/patterns-gnome.changes b/patterns-gnome.changes index 72bf1d8..1747229 100644 --- a/patterns-gnome.changes +++ b/patterns-gnome.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 26 08:20:36 UTC 2019 - lnussel@suse.de + +- require gnome_basic instad of gnome_basis to get gnome-software etc + (boo#1132777) +- don't pull in gimp as it pulls in python2 which is deprecated + (boo#1133307). KDE also doesn't install GIMP by default either. + ------------------------------------------------------------------- Wed Dec 12 11:54:01 UTC 2018 - Dominique Leuenberger diff --git a/patterns-gnome.spec b/patterns-gnome.spec index 6bf8f80..0f5a3be 100644 --- a/patterns-gnome.spec +++ b/patterns-gnome.spec @@ -99,12 +99,8 @@ Provides: pattern() = gnome_x11 Provides: pattern-icon() = pattern-gnome-xorg Provides: pattern-order() = 1020 Provides: pattern-visible() -%if 0%{?is_opensuse} -Requires: pattern() = gnome_basis -%else # bsc#1065166 Requires: pattern() = gnome_basic -%endif %if 0%{?is_opensuse} Recommends: pattern() = games Recommends: pattern() = gnome_internet @@ -130,7 +126,6 @@ Recommends: dconf-editor Recommends: evince Recommends: evolution Recommends: evolution-ews -Recommends: gimp Recommends: gnome-bluetooth # bsc#1069699 Recommends: gnome-characters From 60e7e12f233acda069c455eb12ccba77cb864ff8395ff0be719f6ecda072c1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 1 May 2019 21:25:33 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=54 --- patterns-gnome.changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patterns-gnome.changes b/patterns-gnome.changes index 1747229..5e62e14 100644 --- a/patterns-gnome.changes +++ b/patterns-gnome.changes @@ -1,9 +1,9 @@ ------------------------------------------------------------------- Fri Apr 26 08:20:36 UTC 2019 - lnussel@suse.de -- require gnome_basic instad of gnome_basis to get gnome-software etc - (boo#1132777) -- don't pull in gimp as it pulls in python2 which is deprecated +- Require gnome_basic instad of gnome_basis to get gnome-software + etc (boo#1132777). +- Don't pull in gimp as it pulls in python2 which is deprecated (boo#1133307). KDE also doesn't install GIMP by default either. -------------------------------------------------------------------