- Update to 3.21.91
This commit is contained in:
parent
afb90ea534
commit
f342cb9737
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,3 +92,4 @@ gdm-2.30.2.tar.bz2
|
|||||||
/gdm-3.21.3.tar.xz
|
/gdm-3.21.3.tar.xz
|
||||||
/gdm-3.21.4.tar.xz
|
/gdm-3.21.4.tar.xz
|
||||||
/gdm-3.21.90.tar.xz
|
/gdm-3.21.90.tar.xz
|
||||||
|
/gdm-3.21.91.tar.xz
|
||||||
|
10
gdm.spec
10
gdm.spec
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 3.21.90
|
Version: 3.21.91
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -86,8 +86,6 @@ Provides: gdm-plugin-smartcard = %{epoch}:%{version}-%{release}
|
|||||||
Obsoletes: gdm-plugin-fingerprint < 1:3.2.1
|
Obsoletes: gdm-plugin-fingerprint < 1:3.2.1
|
||||||
Provides: gdm-plugin-fingerprint = %{epoch}:%{version}-%{release}
|
Provides: gdm-plugin-fingerprint = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
Patch0: fix-autologin.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDM provides the graphical login screen, shown shortly after boot up,
|
GDM provides the graphical login screen, shown shortly after boot up,
|
||||||
log out, and when user-switching.
|
log out, and when user-switching.
|
||||||
@ -103,7 +101,6 @@ files needed to build custom greeters.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fix-autologin
|
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
intltoolize -f
|
intltoolize -f
|
||||||
@ -298,6 +295,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/gdm.pc
|
%{_libdir}/pkgconfig/gdm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2016 Ray Strode <rstrode@redhat.com> - 1:3.21.91-1
|
||||||
|
- Update to 3.21.91
|
||||||
|
|
||||||
* Tue Aug 30 2016 Ray Strode <rstrode@redhat.com> - 1:3.21.90-2
|
* Tue Aug 30 2016 Ray Strode <rstrode@redhat.com> - 1:3.21.90-2
|
||||||
- Fix autologin
|
- Fix autologin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user