From 712ee98b8eb5782b2a2e73fa55df99917e1e44c5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mar 13 2014 12:22:56 +0000 Subject: lightdm-1.9.11 --- diff --git a/.gitignore b/.gitignore index b3b222c..28b2fcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/lightdm-1.9.9.tar.xz +/lightdm-1.9.11.tar.xz diff --git a/lightdm-1.9.11-fedora_config.patch b/lightdm-1.9.11-fedora_config.patch new file mode 100644 index 0000000..59bd7b7 --- /dev/null +++ b/lightdm-1.9.11-fedora_config.patch @@ -0,0 +1,53 @@ +diff -up lightdm-1.9.11/data/lightdm.conf.fedora_config lightdm-1.9.11/data/lightdm.conf +--- lightdm-1.9.11/data/lightdm.conf.fedora_config 2014-03-12 14:56:34.000000000 -0500 ++++ lightdm-1.9.11/data/lightdm.conf 2014-03-13 07:15:20.266046171 -0500 +@@ -19,9 +19,9 @@ + #start-default-seat=true + #greeter-user=lightdm + #minimum-display-number=0 +-#minimum-vt=7 ++minimum-vt=1 + #lock-memory=true +-#user-authority-in-system-dir=false ++user-authority-in-system-dir=true + #guest-account-script=guest-account + #log-directory=/var/log/lightdm + #run-directory=/var/run/lightdm +@@ -73,7 +73,7 @@ + [SeatDefaults] + #type=xlocal + #xdg-seat=seat0 +-#xserver-command=X ++xserver-command=X -background none + #xserver-layout= + #xserver-config= + #xserver-allow-tcp=false +@@ -85,7 +85,7 @@ + #xdmcp-key= + #unity-compositor-command=unity-system-compositor + #unity-compositor-timeout=60 +-#greeter-session=example-gtk-gnome ++greeter-session=lightdm-greeter + #greeter-hide-users=false + #greeter-allow-guest=true + #greeter-show-manual-login=false +@@ -93,7 +93,7 @@ + #user-session=default + #allow-guest=true + #guest-session= +-#session-wrapper=lightdm-session ++session-wrapper=/etc/X11/xinit/Xsession + #greeter-wrapper= + #guest-wrapper= + #display-setup-script= +diff -up lightdm-1.9.11/data/users.conf.fedora_config lightdm-1.9.11/data/users.conf +--- lightdm-1.9.11/data/users.conf.fedora_config 2013-07-30 09:09:28.000000000 -0500 ++++ lightdm-1.9.11/data/users.conf 2014-03-13 07:13:28.320086064 -0500 +@@ -9,6 +9,6 @@ + # hidden-shells = Shells that indicate a user cannot login + # + [UserAccounts] +-minimum-uid=500 ++minimum-uid=1000 + hidden-users=nobody nobody4 noaccess + hidden-shells=/bin/false /usr/sbin/nologin diff --git a/lightdm-1.9.9-fedora_config.patch b/lightdm-1.9.9-fedora_config.patch deleted file mode 100644 index bfeb2e8..0000000 --- a/lightdm-1.9.9-fedora_config.patch +++ /dev/null @@ -1,53 +0,0 @@ -diff -up lightdm-1.9.9/data/lightdm.conf.fedora_config lightdm-1.9.9/data/lightdm.conf ---- lightdm-1.9.9/data/lightdm.conf.fedora_config 2013-10-30 17:34:00.000000000 -0500 -+++ lightdm-1.9.9/data/lightdm.conf 2014-03-11 08:26:02.577713021 -0500 -@@ -19,9 +19,9 @@ - #start-default-seat=true - #greeter-user=lightdm - #minimum-display-number=0 --#minimum-vt=7 -+minimum-vt=1 - #lock-memory=true --#user-authority-in-system-dir=false -+user-authority-in-system-dir=true - #guest-account-script=guest-account - #log-directory=/var/log/lightdm - #run-directory=/var/run/lightdm -@@ -73,7 +73,7 @@ - [SeatDefaults] - #type=xlocal - #xdg-seat=seat0 --#xserver-command=X -+xserver-command=X -background none - #xserver-layout= - #xserver-config= - #xserver-allow-tcp=false -@@ -85,7 +85,7 @@ - #xdmcp-key= - #unity-compositor-command=unity-system-compositor - #unity-compositor-timeout=60 --#greeter-session=example-gtk-gnome -+greeter-session=lightdm-greeter - #greeter-hide-users=false - #greeter-allow-guest=true - #greeter-show-manual-login=false -@@ -93,7 +93,7 @@ - #user-session=default - #allow-guest=true - #guest-session=UNIMPLEMENTED --#session-wrapper=lightdm-session -+session-wrapper=/etc/X11/xinit/Xsession - #greeter-wrapper= - #guest-wrapper= - #display-setup-script= -diff -up lightdm-1.9.9/data/users.conf.fedora_config lightdm-1.9.9/data/users.conf ---- lightdm-1.9.9/data/users.conf.fedora_config 2013-07-30 09:09:28.000000000 -0500 -+++ lightdm-1.9.9/data/users.conf 2014-03-11 08:26:02.577713021 -0500 -@@ -9,6 +9,6 @@ - # hidden-shells = Shells that indicate a user cannot login - # - [UserAccounts] --minimum-uid=500 -+minimum-uid=1000 - hidden-users=nobody nobody4 noaccess - hidden-shells=/bin/false /usr/sbin/nologin diff --git a/lightdm.spec b/lightdm.spec index d60bc74..fb35c7c 100644 --- a/lightdm.spec +++ b/lightdm.spec @@ -4,7 +4,7 @@ Name: lightdm Summary: Lightweight Display Manager -Version: 1.9.9 +Version: 1.9.11 Release: 1%{?dist} # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+ @@ -19,10 +19,10 @@ Source4: lightdm.service Source6: lightdm.rules ## Downstream patches: -Patch10: lightdm-1.9.9-fedora_config.patch +Patch10: lightdm-1.9.11-fedora_config.patch # hack in support for --nodaemon option Patch11: lightdm-nodaemon_option.patch -# disable saving to ~/.dmrc (runs afoul of selinux, http://bugzilla.redhat.com/963238 ) +# disable saving to ~/.dmrc (runs afoul of selinux, http://bugzilla.redhat.com/963238 ) Patch12: lightdm-1.9.8-no_dmrc_save.patch ## upstreamable patches @@ -39,7 +39,7 @@ BuildRequires: pam-devel BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gio-2.0) >= 2.26 BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) > 2.39.1 +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-export-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5 @@ -248,6 +248,9 @@ exit 0 %changelog +* Thu Mar 13 2014 Rex Dieter 1.9.11-1 +- lightdm-1.9.11 + * Tue Mar 11 2014 Rex Dieter 1.9.9-1 - lightdm-1.9.9 diff --git a/sources b/sources index f915e3f..92b04c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc537881474a3c9d0f89a9c655cdcc79 lightdm-1.9.9.tar.xz +43470e757c44a375fe2bfd6eb5c2441a lightdm-1.9.11.tar.xz