3.4.1
This commit is contained in:
parent
750f020407
commit
6af48df2bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ gdm-2.30.2.tar.bz2
|
|||||||
/gdm-3.3.92.1.tar.xz
|
/gdm-3.3.92.1.tar.xz
|
||||||
/gdm-3.4.0.tar.xz
|
/gdm-3.4.0.tar.xz
|
||||||
/gdm-3.4.0.1.tar.xz
|
/gdm-3.4.0.1.tar.xz
|
||||||
|
/gdm-3.4.1.tar.xz
|
||||||
|
13
gdm.spec
13
gdm.spec
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 3.4.0.1
|
Version: 3.4.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -32,10 +32,6 @@ Source8: gdm-fingerprint-16.png
|
|||||||
Source9: gdm-fingerprint-48.png
|
Source9: gdm-fingerprint-48.png
|
||||||
Source10: org.gnome.login-screen.gschema.override
|
Source10: org.gnome.login-screen.gschema.override
|
||||||
|
|
||||||
# already upstream
|
|
||||||
Patch0: fix-crash.patch
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=673620
|
|
||||||
Patch1: 0001-Fix-a-problem-in-the-systemd-code.patch
|
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
|
|
||||||
Requires: pam >= 0:%{pam_version}
|
Requires: pam >= 0:%{pam_version}
|
||||||
@ -134,8 +130,6 @@ Development files and headers for writing GDM greeters.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fix-crash
|
|
||||||
%patch1 -p1 -b .systemd
|
|
||||||
|
|
||||||
%patch98 -p1 -b .plymouth
|
%patch98 -p1 -b .plymouth
|
||||||
|
|
||||||
@ -381,6 +375,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
|
%{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 14 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.1-1
|
||||||
|
- Update to 3.4.1
|
||||||
|
|
||||||
* Mon Apr 09 2012 Ray Strode <rstrode@redhat.com> 3.4.0.1-5
|
* Mon Apr 09 2012 Ray Strode <rstrode@redhat.com> 3.4.0.1-5
|
||||||
- One more try at fixing crash
|
- One more try at fixing crash
|
||||||
Resolves: #810451
|
Resolves: #810451
|
||||||
|
Loading…
Reference in New Issue
Block a user