Accepting request 128053 from GNOME:Factory
Wanted for 12.2: drop unneeded patch + fix bnc#731867 (forwarded request 127817 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/128053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=143
This commit is contained in:
commit
a64f5d6bd0
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
#%PAM-1.0
|
||||
# GDM PAM configuration used only for the greeter session
|
||||
auth required pam_permit.so
|
||||
account include common-account
|
||||
account required pam_permit.so
|
||||
password include common-password
|
||||
session required pam_loginuid.so
|
||||
session include common-session
|
||||
|
26
gdm.changes
26
gdm.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 11:41:41 CEST 2012 - vuntz@opensuse.org
|
||||
|
||||
- Change gdm-welcome.pamd source file to fix bnc#731867:
|
||||
+ For some mysterious reason (external to the gdm package, as far
|
||||
as I can tell), the gdm account got locked on some systems in
|
||||
the past, and this made gdm simply hang on startup.
|
||||
+ The gdm-welcome PAM service is only used for the gdm account in
|
||||
the gdm greeter session, so a fix to this issue is to disable
|
||||
the standard PAM account management in this gdm-welcome PAM
|
||||
service.
|
||||
+ To that end, simply use pam_permit.so for account management in
|
||||
gdm-welcome instead of inclusing the usual common-account file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 13:51:05 CEST 2012 - vuntz@opensuse.org
|
||||
|
||||
- Drop gdm-domain-logon.patch: this patch needed to be rebased, but
|
||||
nobody ever did it and bnc#627575 got closed since there's no
|
||||
interest to rebase it, apparently.
|
||||
- Remove support for gnome-patch-translation since there are not
|
||||
patches adding translations left: remove gnome-patch-translation
|
||||
BuildRequires and commented out calls to
|
||||
gnome-patch-translation-prepare and
|
||||
gnome-patch-translation-update.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 06:50:19 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
7
gdm.spec
7
gdm.spec
@ -55,8 +55,6 @@ Patch7: gdm-suse-xsession.patch
|
||||
Patch8: gdm-sysconfig-settings.patch
|
||||
# PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch vuntz@opensuse.org -- Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig option
|
||||
Patch9: gdm-passwordless-login.patch
|
||||
# PATCH-NEEDS-REBASE gdm-domain-logon.patch hpj@novell.com -- Add UI to log in a specific domain (was: PATCH_FEATURE-SLED bnc#627575)
|
||||
Patch10: gdm-domain-logon.patch
|
||||
# PATCH-FIX-UPSTREAM gdm-greeter-greater-ui.patch bnc436431 bgo560508 vuntz@novell.com -- Improve the layout of the greeter. Note: the patch contains a patched glade file *and* the result glade file (for reference only, in case we need to rebase the patch)
|
||||
Patch15: gdm-greeter-greater-ui.patch
|
||||
# PATCH-FIX-UPSTREAM gdm-always-reflect-keyboard-layout.patch bnc438159 bgo561771 hpj@novell.com -- Make keyboard selector not neglect to apply the selected keyboard in some situations.
|
||||
@ -74,7 +72,6 @@ BuildRequires: dbus-1-glib-devel
|
||||
# needed for directory ownership
|
||||
BuildRequires: dconf
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gnome-patch-translation
|
||||
# needed for directory ownership
|
||||
BuildRequires: gnome-session-core
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.12
|
||||
@ -230,8 +227,6 @@ running display manager.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
#disabled, needed for patch10
|
||||
#gnome-patch-translation-prepare
|
||||
%patch0 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
@ -240,14 +235,12 @@ translation-update-upstream
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
#%%patch10 -p1
|
||||
%patch15 -p1
|
||||
%patch18 -p1
|
||||
%patch34 -p1
|
||||
%patch35 -p0
|
||||
%patch40 -p1
|
||||
%patch60
|
||||
#gnome-patch-translation-update
|
||||
|
||||
%build
|
||||
libtoolize -f -i
|
||||
|
Loading…
x
Reference in New Issue
Block a user