1
0

Accepting request 794653 from home:suntorytimed:branches:GNOME:Factory

- add gnome-packagekit recommends to gnome_basic pattern for SLE and Leap (bsc#1164858 and bsc#1081584)

OBS-URL: https://build.opensuse.org/request/show/794653
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2020-04-17 07:42:43 +00:00 committed by Git OBS Bridge
parent 84a9d39e41
commit 31224ec4f9
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 16 16:59:13 UTC 2020 - Stefan Weiberg <sweiberg@suse.com>
- add gnome-packagekit recommends to gnome_basic pattern for SLE
and Leap (bsc#1164858 and bsc#1081584)
-------------------------------------------------------------------
Sat Oct 26 18:41:20 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package patterns-gnome
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%bcond_with betatest
Name: patterns-gnome
Version: 20180321
Version: 20200416
Release: 0
Summary: Patterns for Installation (Gnome)
License: MIT
@ -386,6 +386,12 @@ Recommends: gnome-tweak-tool
Recommends: nautilus-extension-terminal
Recommends: nautilus-share
Recommends: pinentry-gnome3
# bsc#1164858 bsc#1081584
# - only in Leap and SLE as we don't want to install gnome-packagekit by
# default on TW
%if 0%{?sle_version}
Recommends: gnome-packagekit
%endif
%if !0%{?is_opensuse}
Obsoletes: patterns-sles-gnome-basic
%endif