automatic version update by autodist [release 3.16.1.1-1mamba;Fri Apr 17 2015]
This commit is contained in:
parent
fa6c60761e
commit
70d47581f8
@ -1,24 +1,12 @@
|
||||
diff -Nru gdm-3.12.2.orig/data/pam-redhat/gdm-autologin.pam gdm-3.12.2/data/pam-redhat/gdm-autologin.pam
|
||||
--- gdm-3.12.2.orig/data/pam-redhat/gdm-autologin.pam 2014-04-22 16:11:07.000000000 +0000
|
||||
+++ gdm-3.12.2/data/pam-redhat/gdm-autologin.pam 2014-06-26 18:17:14.589941021 +0000
|
||||
@@ -6,7 +6,7 @@
|
||||
password include system-auth
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_console.so
|
||||
+#session optional pam_console.so
|
||||
-session optional pam_ck_connector.so
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
diff -Nru gdm-3.12.2.orig/data/pam-redhat/gdm-password.pam gdm-3.12.2/data/pam-redhat/gdm-password.pam
|
||||
--- gdm-3.12.2.orig/data/pam-redhat/gdm-password.pam 2014-04-22 16:11:07.000000000 +0000
|
||||
+++ gdm-3.12.2/data/pam-redhat/gdm-password.pam 2014-06-26 18:18:08.883142740 +0000
|
||||
@@ -1,19 +1,19 @@
|
||||
--- gdm-3.16.0.1/data/pam-redhat/gdm-password.pam.orig 2015-04-13 14:38:37.806435519 +0200
|
||||
+++ gdm-3.16.0.1/data/pam-redhat/gdm-password.pam 2015-04-13 22:34:19.151833105 +0200
|
||||
@@ -1,21 +1,21 @@
|
||||
-auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
|
||||
-auth substack password-auth
|
||||
+auth [success=done ignore=ignore default=bad] pam_sepermit.so
|
||||
+auth substack system-auth
|
||||
auth optional pam_gnome_keyring.so
|
||||
auth include postlogin
|
||||
|
||||
account required pam_nologin.so
|
||||
-account include password-auth
|
||||
@ -39,3 +27,15 @@ diff -Nru gdm-3.12.2.orig/data/pam-redhat/gdm-password.pam gdm-3.12.2/data/pam-r
|
||||
-session include password-auth
|
||||
+session include system-auth
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
session include postlogin
|
||||
--- gdm-3.16.0.1/data/pam-redhat/gdm-autologin.pam.orig 2015-03-10 12:46:40.000000000 +0100
|
||||
+++ gdm-3.16.0.1/data/pam-redhat/gdm-autologin.pam 2015-04-13 14:38:37.806435519 +0200
|
||||
@@ -7,7 +7,7 @@
|
||||
password include system-auth
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_console.so
|
||||
+#session optional pam_console.so
|
||||
-session optional pam_ck_connector.so
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
14
gdm.spec
14
gdm.spec
@ -2,7 +2,7 @@
|
||||
%define gdm_gid 53
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gdm
|
||||
Version: 3.14.1
|
||||
Version: 3.16.1.1
|
||||
Release: 1mamba
|
||||
Summary: The GNOME Display Manager, a graphical login program
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@ -14,7 +14,7 @@ Source: ftp://ftp.gnome.org/pub/gnome/sources/gdm/%{majver}/gdm-%{version
|
||||
Patch0: %{name}-2.32.1-remove-pam_console.patch
|
||||
Patch1: %{name}-3.4.1-save-root-window.patch
|
||||
Patch2: %{name}-3.4.1-plymouth.patch
|
||||
Patch3: gdm-3.12.2-pam-openmamba.patch
|
||||
Patch3: gdm-3.16.0.1-pam-openmamba.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -55,6 +55,7 @@ BuildRequires: systemd-devel
|
||||
BuildRequires: upower-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: dconf
|
||||
BuildRequires: plymouth-devel
|
||||
Requires: ConsoleKit
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -180,9 +181,10 @@ exit 0
|
||||
%{_datadir}/dconf/profile/gdm
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
||||
#%{_datadir}/gnome-session/sessions/gdm-fallback.session
|
||||
%{_datadir}/gnome-session/sessions/gdm-shell.session
|
||||
#%{_datadir}/gnome-session/sessions/gdm-shell.session
|
||||
%{_datadir}/help/C/gdm/*
|
||||
%lang(ca) %{_datadir}/help/ca/gdm/*
|
||||
%lang(cs) %{_datadir}/help/cs/gdm/*
|
||||
%lang(de) %{_datadir}/help/de/gdm/*
|
||||
%lang(el) %{_datadir}/help/el/gdm/*
|
||||
%lang(en_GB) %{_datadir}/help/en_GB/gdm/*
|
||||
@ -231,6 +233,12 @@ exit 0
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Fri Apr 17 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 16 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user