Accepting request 141593 from home:dimstar:branches:GNOME:Factory
Update to 3.6.2 OBS-URL: https://build.opensuse.org/request/show/141593 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=226
This commit is contained in:
parent
0af79b3576
commit
fe14bbb0f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aff69dde55e11b540145002c95cf966cd16376910283b385520431ced10c5031
|
||||
size 1627088
|
3
gdm-3.6.2.tar.xz
Normal file
3
gdm-3.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbf41bd68299eccdcf456c0869771999f75d3d9bf0f57ce1038db08b54e8cbb9
|
||||
size 1627356
|
18
gdm.changes
18
gdm.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 20:11:43 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.2:
|
||||
+ Fix occasional failure at startup.
|
||||
+ Fix peer-to-peer dbus communication on BSDs.
|
||||
+ Fix host based access control if gdm-initial-setup user
|
||||
doesn't exist.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 10:44:30 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Do not ship gdm.service: openSUSE uses xdm to start the requested
|
||||
DisplayManager, based on sysconfig settings.
|
||||
- No longer perform actions needed for openSUSE <= 11.2 (deleting
|
||||
en@shaw language files).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 18:39:36 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
12
gdm.spec
12
gdm.spec
@ -27,7 +27,7 @@
|
||||
%define enable_split_authentication 0
|
||||
|
||||
Name: gdm
|
||||
Version: 3.6.1
|
||||
Version: 3.6.2
|
||||
Release: 0
|
||||
Summary: The GNOME Display Manager
|
||||
License: GPL-2.0+
|
||||
@ -263,15 +263,16 @@ NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%if 0%{?suse_version} <= 1120
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%if ! %{enable_split_authentication}
|
||||
# Create extensions directory if it's not there yet, so we can package it
|
||||
test ! -d %{buildroot}%{_libdir}/gdm/simple-greeter/extensions
|
||||
mkdir -p %{buildroot}%{_libdir}/gdm/simple-greeter/extensions
|
||||
%endif
|
||||
# Do not ship the systemd.service file: openSUSE uses xdm, which enables the DM based on sysconfig.
|
||||
%if %{with_systemd}
|
||||
rm %{buildroot}%{systemdsystemunitdir}/gdm.service
|
||||
%endif
|
||||
# Remove wrapper, it is not needed.
|
||||
mv $RPM_BUILD_ROOT%{_sbindir}/gdm-binary $RPM_BUILD_ROOT%{_sbindir}/gdm
|
||||
# dconf database, rebuilt in scriptlets; touch it for %%ghost
|
||||
@ -427,9 +428,6 @@ dconf update
|
||||
%{_datadir}/gdm/simple-greeter/extensions/password/
|
||||
%{_libdir}/gdm/simple-greeter/extensions/libpassword.so
|
||||
%endif
|
||||
%if %{with_systemd}
|
||||
%{systemdsystemunitdir}/gdm.service
|
||||
%endif
|
||||
|
||||
%if %{enable_split_authentication}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user