This commit is contained in:
parent
ba6cc6f61d
commit
de40ce0864
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 14:55:58 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Change Recommends to Requires for gnome-panel,
|
||||
gnome-settings-daemon, metacity and nautilus. This should fix the
|
||||
problem of people seeing an empty GNOME session if they only have
|
||||
gnome-session installed. Fix bnc#523774.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 12:21:04 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -33,7 +33,7 @@ BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.27.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Session Tools for the GNOME 2.x Desktop
|
||||
Url: http://www.gnome.org
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -55,11 +55,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Obsoletes: gnome-core
|
||||
Requires: dbus-1-x11
|
||||
Requires: hicolor-icon-theme
|
||||
# Programs that are in the default session
|
||||
Recommends: gnome-panel
|
||||
Recommends: gnome-settings-daemon
|
||||
Recommends: metacity
|
||||
Recommends: nautilus
|
||||
# Programs that are in the default session (we use Requires since Recommends
|
||||
# might make it possible for some people to get an empty gnome-session, and
|
||||
# give the impression that it's broken)
|
||||
Requires: gnome-panel
|
||||
Requires: gnome-settings-daemon
|
||||
Requires: metacity
|
||||
Requires: nautilus
|
||||
Requires: %{name}-lang = %{version}
|
||||
# There's no splash anymore, so no branding package.
|
||||
Provides: %{name}-branding = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user