- Update multistack patch
- Add accounts service patch - Update plymouth patch
This commit is contained in:
parent
1b1372addb
commit
c10b677485
2863
accounts-service.patch
Normal file
2863
accounts-service.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
11
gdm.spec
11
gdm.spec
@ -15,7 +15,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.30.2
|
Version: 2.30.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -91,6 +91,9 @@ 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
|
||||||
@ -135,6 +138,7 @@ 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
|
||||||
@ -379,6 +383,11 @@ 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 Apr 27 2010 Ray Strode <rstrode@redhat.com> 2.30.2-2
|
||||||
|
- Update multistack patch
|
||||||
|
- Add accounts service patch
|
||||||
|
- Update plymouth patch
|
||||||
|
|
||||||
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-1
|
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-1
|
||||||
- Update to 2.30.2
|
- Update to 2.30.2
|
||||||
- Spec file cleanups
|
- Spec file cleanups
|
||||||
|
Loading…
Reference in New Issue
Block a user