Update to 2.31.90
This update means we get to drop the accounts service patch, which has been upstreamed now. It also means the multi-stack patch has been substantially rebased. This could incur certain unknown regressions.
This commit is contained in:
parent
b3f5b8ddb8
commit
4e70be422a
10058
gdm-multistack.patch
10058
gdm-multistack.patch
File diff suppressed because it is too large
Load Diff
19
gdm.spec
19
gdm.spec
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.30.2
|
Version: 2.31.90
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -88,17 +88,12 @@ Provides: service(graphical-login) = %{name}
|
|||||||
Requires: audit-libs >= %{libauditver}
|
Requires: audit-libs >= %{libauditver}
|
||||||
Patch2: plymouth.patch
|
Patch2: plymouth.patch
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=610179
|
|
||||||
Patch3: accounts-service.patch
|
|
||||||
|
|
||||||
Patch96: gdm-multistack.patch
|
Patch96: gdm-multistack.patch
|
||||||
# Fedora-specific
|
# Fedora-specific
|
||||||
Patch97: gdm-bubble-location.patch
|
Patch97: gdm-bubble-location.patch
|
||||||
Patch98: tray-padding.patch
|
Patch98: tray-padding.patch
|
||||||
Patch99: gdm-2.23.1-fedora-logo.patch
|
Patch99: gdm-2.23.1-fedora-logo.patch
|
||||||
|
|
||||||
Patch101: gdm-libs.patch
|
|
||||||
|
|
||||||
%package user-switch-applet
|
%package user-switch-applet
|
||||||
Summary: GDM User Switcher Panel Applet
|
Summary: GDM User Switcher Panel Applet
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -135,12 +130,10 @@ The GDM fingerprint plugin provides functionality necessary to use a fingerprint
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p1 -b .plymouth
|
%patch2 -p1 -b .plymouth
|
||||||
%patch3 -p1 -b .accounts-service
|
|
||||||
%patch96 -p1 -b .multistack
|
%patch96 -p1 -b .multistack
|
||||||
%patch97 -p1 -b .bubble-location
|
%patch97 -p1 -b .bubble-location
|
||||||
%patch98 -p1 -b .tray-padding
|
%patch98 -p1 -b .tray-padding
|
||||||
%patch99 -p1 -b .fedora-logo
|
%patch99 -p1 -b .fedora-logo
|
||||||
%patch101 -p1 -b .libs
|
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
@ -281,8 +274,6 @@ if [ $1 -ge 2 -a -f $custom ] && grep -q /etc/X11/gdm $custom ; then
|
|||||||
sed -i -e 's@/etc/X11/gdm@/etc/gdm@g' $custom
|
sed -i -e 's@/etc/X11/gdm@/etc/gdm@g' $custom
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/usr/sbin/gdm-safe-restart >/dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%gconf_schema_remove gdm-simple-greeter
|
%gconf_schema_remove gdm-simple-greeter
|
||||||
|
|
||||||
@ -331,9 +322,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
|
|||||||
%{_libexecdir}/gdm-xdmcp-chooser-slave
|
%{_libexecdir}/gdm-xdmcp-chooser-slave
|
||||||
%{_sbindir}/gdm
|
%{_sbindir}/gdm
|
||||||
%{_sbindir}/gdm-binary
|
%{_sbindir}/gdm-binary
|
||||||
%{_sbindir}/gdm-restart
|
|
||||||
%{_sbindir}/gdm-safe-restart
|
|
||||||
%{_sbindir}/gdm-stop
|
|
||||||
%{_bindir}/gdmflexiserver
|
%{_bindir}/gdmflexiserver
|
||||||
%{_bindir}/gdm-screenshot
|
%{_bindir}/gdm-screenshot
|
||||||
%{_datadir}/gdm/*.ui
|
%{_datadir}/gdm/*.ui
|
||||||
@ -380,6 +368,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
|
|||||||
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 17 2010 Ray Strode <rstrode@redhat.com> 2.31.90-1
|
||||||
|
- Update to 2.31.90
|
||||||
|
|
||||||
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-3
|
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-3
|
||||||
- Kill explicit library deps
|
- Kill explicit library deps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user