SHA256
1
0
forked from pool/gdm

Accepting request 110460 from home:vuntz:branches:GNOME:Factory

Rebase patch + cleanup

OBS-URL: https://build.opensuse.org/request/show/110460
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=205
This commit is contained in:
Vincent Untz
2012-03-22 06:09:55 +00:00
committed by Git OBS Bridge
parent 6854176c28
commit 53a5ce2532
4 changed files with 228 additions and 517 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Mar 21 15:02:48 UTC 2012 - vuntz@opensuse.org
- Also pass --with-console-kit to configure to make sure we also
build the ConsoleKit support.
- Move %glib2_gsettings_schema_requires from
gdm-simple-greeter-extensions to main subpackage, where the
GSettings schemas live.
- Update gdm-plymouth.patch with Fedora's version.
- Rebase and re-enable gdm-greeter-greater-ui.patch.
- Disable gnome-patch-translation-{prepare,update} calls in %prep
as they're only needed for gdm-domain-logon.patch, which needs to
be rebased.
-------------------------------------------------------------------
Tue Mar 20 20:41:28 UTC 2012 - dimstar@opensuse.org
@@ -10,12 +24,15 @@ Tue Mar 20 20:41:28 UTC 2012 - dimstar@opensuse.org
+ Auth fixes.
+ Miscellaneous fixes.
+ Updated translations.
- Drop gdm-gconf-path.patch: code converted to gsettings.
- Rebase patches: gdm-desktop-session-env-pam.patch and
gdm-plymouth.patch.
- Temporary disable gdm-greeter-greater-ui.patch: needs rebase.
- Drop gconf2-devel BuildRequires: ported to gsettings.
- Prepare for the switch to systemd:
- Drop gdm-gconf-path.patch: not needed after port to GSettings.
- Rebase gdm-desktop-session-env-pam.patch and gdm-plymouth.patch.
- Temporarily disable gdm-greeter-greater-ui.patch: it needs to be
rebased.
- Drop gconf2-devel BuildRequires and gconf packaging: gdm got
ported to GSettings.
- Enable systemd support:
+ Note that it nicely falls back to ConsoleKit if systemd is not
used on the system.
+ Pass --with-systemd to configure
+ Add pkgconfig(libsystemd-login) and
pkgconfig(libsystemd-daemon) BuildRequires.