Accepting request 129738 from home:dimstar:branches:GNOME:Factory

Require dconf >= version... please also add to 12.2, as it is a crucual piece in allowing us to provide a GNOME:STABLE:3.6 later on (which, coincidentially, uses libdconf1... that's how it was spotted in first place)

OBS-URL: https://build.opensuse.org/request/show/129738
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2012-08-03 07:05:12 +00:00 committed by Git OBS Bridge
parent eb5d157492
commit eeba42506f
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 3 06:37:48 UTC 2012 - dimstar@opensuse.org
- Change the Requires dconf = %{version} to dconf >= %{version}.
Whereas '=' might be correct, it will cause issues on later
updates, when libdconf1 is coming to the distribution.
-------------------------------------------------------------------
Tue May 1 17:06:26 UTC 2012 - dimstar@opensuse.org

View File

@ -51,7 +51,7 @@ Summary: Simple key-based configuration system -- Library
Group: System/Libraries
# The library doesn't really work if the dconf service is not reachable, so we
# need a Requires
Requires: %{name} = %{version}
Requires: %{name} >= %{version}
%description -n libdconf0
dconf is a low-level configuration system. Its main purpose is to
@ -63,7 +63,7 @@ Summary: Simple key-based configuration system -- Library for D-Bus
Group: System/Libraries
# The library doesn't really work if the dconf service is not reachable, so we
# need a Requires
Requires: %{name} = %{version}
Requires: %{name} >= %{version}
%description -n libdconf-dbus-1-0
dconf is a low-level configuration system. Its main purpose is to
@ -73,7 +73,7 @@ have configuration storage systems.
%package -n gsettings-backend-dconf
Summary: Simple key-based configuration system -- GSettings Backend
Group: System/Libraries
Requires: %{name} = %{version}
Requires: %{name} >= %{version}
# We really want this to be used as the default GSettings backend
Supplements: libgio-2_0-0
%glib2_gio_module_requires
@ -89,7 +89,7 @@ the settings.
%package editor
Summary: Simple key-based configuration system -- Graphical Editor
Group: System/GUI/GNOME
Requires: %{name} = %{version}
Requires: %{name} >= %{version}
%glib2_gsettings_schema_requires
%description editor